You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sk...@apache.org on 2006/04/30 12:17:25 UTC

svn commit: r398305 - /jakarta/commons/proper/digester/trunk/RELEASE-NOTES.txt

Author: skitching
Date: Sun Apr 30 03:17:16 2006
New Revision: 398305

URL: http://svn.apache.org/viewcvs?rev=398305&view=rev
Log:
Note Digester works with recent Kaffe/GNU-classpath releases.
Add note on (partially) resolved bug#37034

Modified:
    jakarta/commons/proper/digester/trunk/RELEASE-NOTES.txt

Modified: jakarta/commons/proper/digester/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/digester/trunk/RELEASE-NOTES.txt?rev=398305&r1=398304&r2=398305&view=diff
==============================================================================
--- jakarta/commons/proper/digester/trunk/RELEASE-NOTES.txt (original)
+++ jakarta/commons/proper/digester/trunk/RELEASE-NOTES.txt Sun Apr 30 03:17:16 2006
@@ -34,6 +34,12 @@
 NEW FEATURES
 =============
 
+Kaffe/GNU-Classpath compatibility
+-------------------
+All Digester unit tests now pass with the Kaffe 1.1.6 JVM. It is expected
+that Digester works with other free Java implementations that also use the
+GNU Classpath libraries.
+
 Xmlrules Enhancements
 ----------------------
 The xmlrules module has had the following updates to provide access
@@ -47,6 +53,11 @@
 
 Reports Addressed
 ------------------
+* Bugzilla #37034 raises issue with jarfiles being "locked" on Windows machines.
+  A bug in Sun's java libraries can cause a jarfile to become "locked"
+  when a jarfile is the source of an xml or dtd file used by Digester.
+  In particular, this can cause problems when redeploying a J2EE webapp.
+  A workaround for the Sun bug has been added to Digester to resolve this.
 
 Fixes without Bugzilla entries
 ------------------------------



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org