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/30 17:23:11 UTC

svn commit: r1546737 - in /commons/proper/beanutils/trunk: RELEASE-NOTES.txt src/changes/changes.xml

Author: oheger
Date: Sat Nov 30 16:23:10 2013
New Revision: 1546737

URL: http://svn.apache.org/r1546737
Log:
[BEANUTILS-454] Updated changes.xml and release notes.

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

Modified: commons/proper/beanutils/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/RELEASE-NOTES.txt?rev=1546737&r1=1546736&r2=1546737&view=diff
==============================================================================
--- commons/proper/beanutils/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/beanutils/trunk/RELEASE-NOTES.txt Sat Nov 30 16:23:10 2013
@@ -92,6 +92,10 @@ version.
 
 BUGFIXES in version 1.9.0
 =========================
+* [BEANUTILS-454]
+  BeanUtilsBean.copyProperties() no longer throws a ConversionException for
+  null properties of certain data types. This fixes a regression introduced in
+  version 1.8.0. The issue is related to [BEANUTILS-387].
 * [BEANUTILS-411]
   BeanUtilsBean.setProperty throws IllegalArgumentException if getter of nested
   property returns null.

Modified: commons/proper/beanutils/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/src/changes/changes.xml?rev=1546737&r1=1546736&r2=1546737&view=diff
==============================================================================
--- commons/proper/beanutils/trunk/src/changes/changes.xml (original)
+++ commons/proper/beanutils/trunk/src/changes/changes.xml Sat Nov 30 16:23:10 2013
@@ -40,6 +40,9 @@ 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-454" >
+         BeanUtilsBean.copyProperties() throws conversion exception for null Date
+      </action>
       <action dev="oheger" type="update" issue="BEANUTILS-452" >
          Add generics
       </action>