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/04/27 19:35:02 UTC

svn commit: r1590425 - /commons/proper/configuration/trunk/src/changes/changes.xml

Author: oheger
Date: Sun Apr 27 17:35:02 2014
New Revision: 1590425

URL: http://svn.apache.org/r1590425
Log:
[CONFIGURATION-567] Updated changes.xml.

Modified:
    commons/proper/configuration/trunk/src/changes/changes.xml

Modified: commons/proper/configuration/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/changes/changes.xml?rev=1590425&r1=1590424&r2=1590425&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/changes/changes.xml (original)
+++ commons/proper/configuration/trunk/src/changes/changes.xml Sun Apr 27 17:35:02 2014
@@ -44,6 +44,10 @@
         listener from all child configurations. This fixes a possible memory
         leak.
       </action>
+      <action dev="oheger" type="fix" issue="CONFIGURATION-567" due-to="Shen liang">
+        XMLBeanDeclaration now escapes node names before they are used to
+        determine nested properties.
+      </action>
       <action dev="oheger" type="update" issue="CONFIGURATION-563">
         The DefaultExpressionEngine class is now immutable. An instance can be
         shared between multiple configuration objects.