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 2014/09/15 21:57:52 UTC

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

Author: oheger
Date: Mon Sep 15 19:57:52 2014
New Revision: 1625138

URL: http://svn.apache.org/r1625138
Log:
[CONFIGURATION-591] Updated release notes and changes.xml.

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

Modified: commons/proper/configuration/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/RELEASE-NOTES.txt?rev=1625138&r1=1625137&r2=1625138&view=diff
==============================================================================
--- commons/proper/configuration/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/configuration/trunk/RELEASE-NOTES.txt Mon Sep 15 19:57:52 2014
@@ -85,6 +85,9 @@ o CONFIGURATION-567:  XMLBeanDeclaration
                       determine nested properties. Thanks to Shen liang.
 
 Changes:
+o CONFIGURATION-591:  Removed methods from ConfigurationConverter related to ExtendedProperties.
+                      This class is no longer supported by recent versions of Commons
+                      Collections.
 o CONFIGURATION-590:  Removed Serializable interface from all configuration implementations.
                       Some configuration classes declared this interface without being
                       actually serializable.

Modified: commons/proper/configuration/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/changes/changes.xml?rev=1625138&r1=1625137&r2=1625138&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/changes/changes.xml (original)
+++ commons/proper/configuration/trunk/src/changes/changes.xml Mon Sep 15 19:57:52 2014
@@ -27,6 +27,11 @@
   <body>
     <release version="2.0-alpha1" date="in SVN"
       description="First alpha release after a major redesign.">
+      <action dev="oheger" type="update" issue="CONFIGURATION-591">
+        Removed methods from ConfigurationConverter related to ExtendedProperties.
+        This class is no longer supported by recent versions of Commons
+        Collections.
+      </action>
       <action dev="oheger" type="update" issue="CONFIGURATION-590">
         Removed Serializable interface from all configuration implementations.
         Some configuration classes declared this interface without being