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 2018/09/16 20:22:37 UTC

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

Author: oheger
Date: Sun Sep 16 20:22:37 2018
New Revision: 1841034

URL: http://svn.apache.org/viewvc?rev=1841034&view=rev
Log:
[CONFIGURATION-712] 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=1841034&r1=1841033&r2=1841034&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/changes/changes.xml (original)
+++ commons/proper/configuration/trunk/src/changes/changes.xml Sun Sep 16 20:22:37 2018
@@ -33,6 +33,14 @@
       <action dev="ggregory" type="fix" issue="CONFIGURATION-711">
         Update Apache Commons Lang from 3.7 to 3.8.
       </action>
+      <action dev="oheger" type="add" issue="CONFIGURATION-712" due-to="Rolland Hobbie">
+        FileHandlerReloadingDetector now has a new refresh() method to
+        initialize the reloading state from the underlying file. This new
+        method is called by DefaultReloadingDetectorFactory when a new detector
+        instance is created. This makes sure that a changed configuration file
+        is directly detected on the first invocation of the
+        isReloadingRequired() method.
+      </action>
       <action dev="oheger" type="add" issue="CONFIGURATION-713" due-to="Lars W">
         Configuration properties can now be converted to regular expressions.
       </action>