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/11/08 22:00:32 UTC

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

Author: oheger
Date: Fri Nov  8 21:00:32 2013
New Revision: 1540183

URL: http://svn.apache.org/r1540183
Log:
Updated changes.xml for [BEANUTILS-452].

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=1540183&r1=1540182&r2=1540183&view=diff
==============================================================================
--- commons/proper/beanutils/branches/java5/src/changes/changes.xml (original)
+++ commons/proper/beanutils/branches/java5/src/changes/changes.xml Fri Nov  8 21:00:32 2013
@@ -40,7 +40,10 @@ 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-44*" >
+      <action dev="oheger" type="update" issue="BEANUTILS-452" >
+         Add generics
+      </action>
+      <action dev="oheger" type="update" issue="BEANUTILS-449" >
          LocaleConverters do not take the target type into account
       </action>
       <action dev="oheger" type="update" issue="BEANUTILS-448" >