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/01/29 22:05:49 UTC

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

Author: oheger
Date: Tue Jan 29 21:05:49 2013
New Revision: 1440128

URL: http://svn.apache.org/viewvc?rev=1440128&view=rev
Log:
[CONFIGURATION-518] 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=1440128&r1=1440127&r2=1440128&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/changes/changes.xml (original)
+++ commons/proper/configuration/trunk/src/changes/changes.xml Tue Jan 29 21:05:49 2013
@@ -31,6 +31,12 @@
         ConfigurationUtils.fileFromUrl() now correctly handles URL containing
         encoded percent characters.
       </action>
+      <action dev="oheger" type="update" issue="CONFIGURATION-518">
+        Classes and interfaces related to interpolation have been slightly
+        reworked. ConfigurationInterpolator is now thread-safe. There are
+        multiple ways to define the ConfigurationInterpolator object to be
+        used by an AbstractConfiguration instance.
+      </action>
       <action dev="oheger" type="add" issue="CONFIGURATION-517">
         Hierarchical configurations now provide methods to obtain sub
         configurations for all child elements of a given key.