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
April 13, 2009
Don't forget to sign up for JavaOne 2009!
You can browse the
Online Catalog
and see the huge list of talks and sessions this year.
More »
April 10, 2009
The implementation of JSR-203/NIO2 has been brewing as the OpenJDK New I/O project over the last year or so. The bulk of the socket-channel changes were pushed to the jdk7 repository back in build 37 and most of the rest went into jdk7 build 50. I'...
More »
April 09, 2009
As I mentioned in my previous post, JDK 6 introduced an extended cookie management API. The main class being java.net.CookieManagerwhich extends the abstract class java.net.CookieHandler. It is supplemented by java.net.HttpCookie, java.net.CookieSto...
More »
April 09, 2009
Prior to build 54, the official Linux
builds for OpenJDK7 and JDK 7 were built on Red Hat 2.1 Advanced
Server (32 bit) and SUSE 8 (64 bit). Starting with b54, Release
Engineering will use Fedora 9 for both the 32 and 64 bit builds.
Building on Fedo...
More »
April 07, 2009
String(byte[] bytes, String csn) and String.getBytes(String csn) pair (and their variants) have been widely used as the convenient methods for char[]/Stringbyte[] encoding/decoding whena) You don't want to get your hands "dirty" on the trivial decod...
More »
April 07, 2009
There has been a lot of public comments about the modifications we've made to Harmony's java.util.TreeMap implementation. We've been working on it since I announced our use of the code last summer. Reliability and compatibility are our greatest ...
More »
April 07, 2009
The Flubber application I described earlier has an old stop-watch style timer with second and minute hands:
Making the clock hand move was trivial using value binding and a rotation transform on the hand graphics object:
transforms: Rotate {
...
More »
April 06, 2009
The eagerly anticipated (by some) first release candidate of 0.40 is ready!
More »
April 06, 2009
I describe my dilemma about the proper treatment of the do-while loop in an introductory computer science textbook. I want to position it as an advanced/optional topic, but reviewers want to give it equal billing with the while and for loop, even th...
More »
April 05, 2009
If you're anywhere near
St Petersburg (the one with the
palaces, not the one with dolpins) come to the TechDays event we're running next week. My boss (Jeet Kaul - pronounced "Cool", and he is) will be there, along with a pile of experts on a wide ...
More »
|