You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by oh...@apache.org on 2013/10/26 21:45:27 UTC

svn commit: r1536030 - /commons/proper/beanutils/branches/java5/src/changes/changes.xml

Author: oheger
Date: Sat Oct 26 19:45:27 2013
New Revision: 1536030

URL: http://svn.apache.org/r1536030
Log:
Updated changes.xml.

Modified:
    commons/proper/beanutils/branches/java5/src/changes/changes.xml

Modified: commons/proper/beanutils/branches/java5/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/beanutils/branches/java5/src/changes/changes.xml?rev=1536030&r1=1536029&r2=1536030&view=diff
==============================================================================
--- commons/proper/beanutils/branches/java5/src/changes/changes.xml (original)
+++ commons/proper/beanutils/branches/java5/src/changes/changes.xml Sat Oct 26 19:45:27 2013
@@ -40,6 +40,16 @@ The <action> type attribute can be add,u
   <body>
 
     <release version="1.9.0" date="tba" description="Upgrade to Java 5 including generics where possible">
+      <action dev="oheger" type="update" issue="BEANUTILS-447" >
+         LazyDynaList.toArray() is not conform to the contract defined by the
+         Collection interface
+      </action>
+      <action dev="oheger" type="update" issue="BEANUTILS-446" >
+         Some of the converters ignore the passed in target type
+      </action>
+      <action dev="oheger" type="update" issue="BEANUTILS-445" >
+         Converters can return an invalid result object if a default value is set
+      </action>
       <action dev="britter" type="update" issue="BEANUTILS-436" >
          Replace package.html with package-info.java
       </action>