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/04/04 21:45:29 UTC

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

Author: oheger
Date: Thu Apr  4 19:45:28 2013
New Revision: 1464709

URL: http://svn.apache.org/r1464709
Log:
[CONFIGURATION-536] 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=1464709&r1=1464708&r2=1464709&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/changes/changes.xml (original)
+++ commons/proper/configuration/trunk/src/changes/changes.xml Thu Apr  4 19:45:28 2013
@@ -34,6 +34,15 @@
       <action dev="oheger" type="update" issue="CONFIGURATION-537">
         The deprectated ConfigurationFactory class was removed.
       </action>
+      <action dev="oheger" type="update" issue="CONFIGURATION-536">
+        File-based configurations are now implemented in a different way.
+        The interfaces FileConfiguration and ReloadingStrategy have been
+        removed, also the base classes AbstractFileConfiguration and
+        AbstractHierarchicalFileConfiguration. They are replaced by the
+        FileBased interface and the FileHandler class which implements
+        central I/O functionality. Reloading is now in the responsibility of
+        configuration builders.
+      </action>
       <action dev="oheger" type="update" issue="CONFIGURATION-534">
         The includesAllowed property of PropertyConfiguration is now independent
         from the existence of a base path.