Author: oheger
Date: Thu May 10 17:26:37 2018
New Revision: 1831360
URL: http://svn.apache.org/viewvc?rev=1831360&view=rev
Log:
CONFIGURATION-687: 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=1831360&r1=1831359&r2=1831360&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/changes/changes.xml (original)
+++ commons/proper/configuration/trunk/src/changes/changes.xml Thu May 10
17:26:37 2018
@@ -68,6 +68,14 @@
JSONConfiguration can now handle list structures with complex objects
as elements.
</action>
+ <action dev="oheger" type="fix" issue="CONFIGURATION-687">
+ Fixed a memory leak in CombinedConfigurationBuilder. Builder for the
+ child sources were created each time a new result configuration was
+ requested; thus the list with child builders got longer and longer.
+ This also had an impact on reloading because unnecessary reloading
+ operations could be triggered. Now it is guaranteed that child builders
+ are created only once.
+ </action>
<action dev="oheger" type="fix" issue="CONFIGURATION-688">
Fixed a bug related to the handling of multiple include files in
PropertiesConfiguration.