Author: oheger
Date: Fri Mar 10 07:46:45 2006
New Revision: 384823
URL: http://svn.apache.org/viewcvs?rev=384823&view=rev
Log:
Updated changes.xml to cover the new bean declaration features
Modified:
jakarta/commons/proper/configuration/trunk/xdocs/changes.xml
Modified: jakarta/commons/proper/configuration/trunk/xdocs/changes.xml
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/configuration/trunk/xdocs/changes.xml?rev=384823&r1=384822&r2=384823&view=diff
==============================================================================
--- jakarta/commons/proper/configuration/trunk/xdocs/changes.xml (original)
+++ jakarta/commons/proper/configuration/trunk/xdocs/changes.xml Fri Mar 10
07:46:45 2006
@@ -23,6 +23,11 @@
<body>
<release version="1.3-SNAPSHOT" date="in SVN">
+ <action dev="oheger" type="add" issue="34353">
+ (Basic) Support for declaring beans in configuration files was added.
+ Some new classes in the beanutils package allow to create instances
from
+ these declarations.
+ </action>
<action dev="oheger" type="update">
The implementation of the interpolation features have been extracted
out
off AbstractConfiguration and moved to PropertyConverter. The
@@ -30,7 +35,7 @@
and will not be called any more during interpolation.
</action>
<action dev="oheger" type="add" issue="38075">
- A new method configurationsAdd() was added to HierarchicalConfiguration
+ A new method configurationsAt() was added to HierarchicalConfiguration
that provides a convenient way of iterating over complex list-like
structures without the need of manually constructing configuration keys
with indices.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]