 |
JAXP 1.4.1 is available now!
Posted by spericas on March 21, 2007 at 07:22 AM | Comments (3)
The JAXP 1.4.1 RI is now available. This is an update release to the FCS version that we released a few months back, and that is also included in JDK 6.0. The change log shows that approximately 36 issues have been addressed in this release. As always, if you have plans to use this new version on top of JDK 6.0, you must use the endorsed standards override mechanism available on the platform.
As Joe points out in his blog, we have also created a new Java.net forum to improve our communication with you, the developer. Here is the link to the new forum. See you there!
Bookmark blog post: del.icio.us Digg DZone Furl Reddit
Comments
Comments are listed in date ascending order (oldest first) | Post Comment
-
Why do I need to use the endorsed directory mechanism just to update the RI? Shouldn't it come in a different package name for stand-alone distributions, just like JAXB and JAX-WS?
Posted by: kohsuke on March 21, 2007 at 08:07 PM
-
It should probaly have a different package name, but it doesn't now. I believe sometime back we found applications relying on internal classes, for which renaming created additonal problems. In any case, we should add this to our list of TODOs --we could also offer two versions of the RI.
Posted by: spericas on March 22, 2007 at 06:01 AM
-
A few people have asked this, so I thought I'd add a comment to my blog. This 1.4.1 RI does not include any changes from JSR 173 Maintenance Release (StAX). This maintenance release isn't finished yet, AFAIK. We'll likely incorporate the relevant changes in 1.4.2.
Posted by: spericas on March 22, 2007 at 12:07 PM
|