Author: oheger
Date: Thu Aug 2 19:52:53 2012
New Revision: 1368671
URL: http://svn.apache.org/viewvc?rev=1368671&view=rev
Log:
[CONFIGURATION-488] Release notes.
Modified:
commons/proper/configuration/trunk/RELEASE-NOTES.txt
commons/proper/configuration/trunk/src/changes/changes.xml
Modified: commons/proper/configuration/trunk/RELEASE-NOTES.txt
URL:
http://svn.apache.org/viewvc/commons/proper/configuration/trunk/RELEASE-NOTES.txt?rev=1368671&r1=1368670&r2=1368671&view=diff
==============================================================================
--- commons/proper/configuration/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/configuration/trunk/RELEASE-NOTES.txt Thu Aug 2 19:52:53
2012
@@ -48,6 +48,10 @@ IMPROVEMENTS AND NEW FEATURES IN 1.9
XMLPropertyListConfiguration no longer swallows exception caused by invalid
date properties. Now a warning message is logged.
+* [CONFIGURATION-488]
+ Made static DateFormat fields in XMLPropertyListConfiguration.PListNode final
+ and added a note about proper synchronization.
+
* [CONFIGURATION-483]
DatabaseConfiguration now always closes the result set.
Modified: commons/proper/configuration/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/changes/changes.xml?rev=1368671&r1=1368670&r2=1368671&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/changes/changes.xml (original)
+++ commons/proper/configuration/trunk/src/changes/changes.xml Thu Aug 2
19:52:53 2012
@@ -35,6 +35,10 @@
List properties can now be set correctly on a HierarchicalConfiguration
if delimiter parsing is disabled.
</action>
+ <action dev="oheger" type="update" issue="CONFIGURATION-488">
+ Made static DateFormat fields in XMLPropertyListConfiguration.PListNode
+ final and added a note about proper synchronization.
+ </action>
<action dev="oheger" type="fix" issue="CONFIGURATION-487">
DataConfiguration.get() now also works with String properties and if no
data type conversion is required.