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/12/04 21:35:24 UTC

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

Author: oheger
Date: Wed Dec  4 20:35:24 2013
New Revision: 1547903

URL: http://svn.apache.org/r1547903
Log:
[BEANUTILS-455] Updated 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=1547903&r1=1547902&r2=1547903&view=diff
==============================================================================
--- commons/proper/beanutils/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/beanutils/trunk/RELEASE-NOTES.txt Wed Dec  4 20:35:24 2013
@@ -122,6 +122,9 @@ New features in version 1.9.0
 * [BEANUTILS-428]
   Provide a BeanIntrospector implementation which supports properties in a
   fluent API.
+* [BEANUTILS-455]
+  WrapDynaBeans can now be configured to use a specific instance of
+  PropertyUtilsBean for introspection or property access.
 
 Other changes in version 1.9.0
 ==============================

Modified: commons/proper/beanutils/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/src/changes/changes.xml?rev=1547903&r1=1547902&r2=1547903&view=diff
==============================================================================
--- commons/proper/beanutils/trunk/src/changes/changes.xml (original)
+++ commons/proper/beanutils/trunk/src/changes/changes.xml Wed Dec  4 20:35:24 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="add" issue="BEANUTILS-455" >
+         WrapDynaBeans always use the default PropertyUtilsBean instance
+      </action>
       <action dev="oheger" type="update" issue="BEANUTILS-454" >
          BeanUtilsBean.copyProperties() throws conversion exception for null Date
       </action>