You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2009/10/16 22:10:13 UTC

svn commit: r826064 - /commons/proper/beanutils/trunk/RELEASE-NOTES.txt

Author: niallp
Date: Fri Oct 16 20:10:13 2009
New Revision: 826064

URL: http://svn.apache.org/viewvc?rev=826064&view=rev
Log:
Add a note about the memory leak on IBM JDK 1.6

Modified:
    commons/proper/beanutils/trunk/RELEASE-NOTES.txt

Modified: commons/proper/beanutils/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/RELEASE-NOTES.txt?rev=826064&r1=826063&r2=826064&view=diff
==============================================================================
--- commons/proper/beanutils/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/beanutils/trunk/RELEASE-NOTES.txt Fri Oct 16 20:10:13 2009
@@ -33,7 +33,20 @@
 ========================
 BeanUtils 1.8.1 is binary compatible release with Beanutils 1.8.0, containing mostly bug fixes.
 
-BeanUtils 1.8.0 requires a minimum of JDK 1.3.
+BeanUtils 1.8.1 requires a minimum of JDK 1.3.
+
+Memory Leak
+===========
+A memory leak was found in BeanUtils 1.7.0 (see BEANUTILS-291) which was fixed
+in BeanUtils 1.8.0 for JDK 1.5+.
+
+Testing of BeanUtils 1.8.1 revealed that the leak still appears to exist
+(in both BeanUtils 1.8.0 and 1.8.1 versions) in IBM's JDK 1.6 implementation.
+
+
+see http://issues.apache.org/jira/browse/BEANUTILS-291
+    http://issues.apache.org/jira/browse/BEANUTILS-366
+
 
 BUGS FIXED:
 ===========