You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by gi...@apache.org on 2007/05/22 08:51:19 UTC

svn commit: r540450 - /cocoon/trunk/core/cocoon-configuration/cocoon-spring-configurator/src/changes/changes.xml

Author: giacomo
Date: Mon May 21 23:51:18 2007
New Revision: 540450

URL: http://svn.apache.org/viewvc?view=rev&rev=540450
Log:
      <action dev="giacomo" type="add">
        Added ability to the bean-map handler to specify what properties a bean must have
        to be considered as a candidate for the constructed Map as well as keying the Map
        with a property value from the bean itself instead of its bean-id.
      </action>

Modified:
    cocoon/trunk/core/cocoon-configuration/cocoon-spring-configurator/src/changes/changes.xml

Modified: cocoon/trunk/core/cocoon-configuration/cocoon-spring-configurator/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-configuration/cocoon-spring-configurator/src/changes/changes.xml?view=diff&rev=540450&r1=540449&r2=540450
==============================================================================
--- cocoon/trunk/core/cocoon-configuration/cocoon-spring-configurator/src/changes/changes.xml (original)
+++ cocoon/trunk/core/cocoon-configuration/cocoon-spring-configurator/src/changes/changes.xml Mon May 21 23:51:18 2007
@@ -25,6 +25,11 @@
 <document>
   <body>
     <release version="1.0.1" date="2007-00-00" description="unreleased">
+      <action dev="giacomo" type="add">
+        Added ability to the bean-map handler to specify what properties a bean must have 
+        to be considered as a candidate for the constructed Map as well as keying the Map
+        with a property value from the bean itself instead of its bean-id.
+      </action>  
       <action dev="cziegeler" type="fix">
         SettingsBeanFactoryPostProcessor can be used outside a servlet context.
       </action>