February 01, 2011
Mark Wielaard: New GPG key.
Finally created a new GPG key using gnupg. The old one was a DSA/1024 bits one and 8 years old. The new one is a RSA/2048 bits one. I will use the new one in the future to sign any release tarballs I might create. pub 2048R/57816A6A 2011-01-29 Key f...
More »
February 01, 2011
Andrew Hughes: [SECURITY] IcedTea6 1.7.8, 1.8.5, 1.9.5 Released!.
We are pleased to announce a new set of security releases, IcedTea6 1.7.8, IcedTea6 1.8.5 and IcedTea6 1.9.5.
This update contains the following security updates:
The IcedTea project provides a harness to build the source code from OpenJDK6 u...
More »
February/2025
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
| | | | | | 1 |
2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | |
|
|
Developers
December 16, 2009
Thanks to the work of Gary Benson on implementing
and merging the Zero-Assembler Project,
and Greg Lewis' work bringing it to OpenJDK BSD Port,
it's now possible to bootstrap OpenJDK 7 on Mac OS X 10.5/PPC.
More »
December 15, 2009
Eclipselink 2.0 includes an annotation processor for generating the static metamodel classes from your Entity classes for use with the Criteria API which is one of the new features in JPA 2.0.
More »
December 15, 2009
We're doing some experiments in JDK 7 to add more JGSS APIs. Currently they're defined into the vendor-specific package com.sun.security.jgss, but we'd like to enhance them and finally get them into the standard org.ietf.jgss package.
Basically, we...
More »
December 14, 2009
It's Jon Stewart, not John Stewart. I apologise. I actually *knew* as I wrote my previous post that there *something* wrong with it, but I was tired and couldn't spot it - and hit POST anyway. I don't usually do that. And names are important. S...
More »
December 14, 2009
Learn about a new feature in Java EE 6 that makes defining data sources for relational database access easier and more portable.
More »
December 13, 2009
One of the goals for JDK 7 is to get us to a modular platform. Getting there will be hard
as it's a very interconnected code base with many undesirable dependencies between APIs and
different areas of the implementation. These dependencies have b...
More »
December 13, 2009
Sometimes you may want to quickly generate graphs programmatically and view/analyze those. Examples include, inheritance/type relation diagrams of an object oriented program, function call graphs and any other domain specific graphs (reporting chai...
More »
December 11, 2009
One of the many cool new features in Java EE 6, is support for the DataSourceDefinition annotation.
More »
December 11, 2009
In my unit tests I often want to know the name of the test that is executing. For example, I often want to have the golden file (expected test output) computed automatically from the testname. As another example in my JavaFX testing, I often genera...
More »
December 10, 2009
Now be careful with this, but here is a simple bash shell script that will
do Mercurial hg commands on a forest pretty quickly.
It assumes that the forests are no deeper than 3, e.g. */*/*/.hg.
Every hg command is run in parallel shell processes, s...
More »
|