Author: oheger
Date: Mon Jan 6 14:59:27 2014
New Revision: 1555842
URL: http://svn.apache.org/r1555842
Log:
[CONFIGURATION-486] 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=1555842&r1=1555841&r2=1555842&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/changes/changes.xml (original)
+++ commons/proper/configuration/trunk/src/changes/changes.xml Mon Jan 6
14:59:27 2014
@@ -196,6 +196,11 @@
Concurrent access to configurations and reloading have been completely
redesigned. This should reduce the amount of synchronization.
</action>
+ <action dev="oheger" type="update" issue="CONFIGURATION-486">
+ Removed some static fields for specifying global default values.
+ Using static fields in this way is thread-hostile. There are now
+ alternatives for setting default values.
+ </action>
<action dev="oheger" type="update" issue="CONFIGURATION-462">
Updated dependency to Commons Lang from version 2.6 to 3.1.
</action>