Author: oheger
Date: Mon Apr 8 20:00:35 2013
New Revision: 1465761
URL: http://svn.apache.org/r1465761
Log:
[CONFIGURATION-535] 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=1465761&r1=1465760&r2=1465761&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/changes/changes.xml (original)
+++ commons/proper/configuration/trunk/src/changes/changes.xml Mon Apr 8
20:00:35 2013
@@ -43,6 +43,10 @@
central I/O functionality. Reloading is now in the responsibility of
configuration builders.
</action>
+ <action dev="oheger" type="add" issue="CONFIGURATION-535">
+ DatabaseConfiguration now provides get methods for querying its
+ properties defining the underlying database structures.
+ </action>
<action dev="oheger" type="update" issue="CONFIGURATION-534">
The includesAllowed property of PropertyConfiguration is now
independent
from the existence of a base path.