Apache » Cocoon »

  Cocoon Spring Configurator
      2.2.1
   homepage

Cocoon Spring Configurator 2.2.1

Changes Report

Release History

VersionDateDescription
2.2.12012-06-15released
2.1.02009-06-16released
2.0.02008-08-09released
1.0.22008-04-07released
1.0.12007-09-20released
1.0.02007-02-22released

Release 2.2.1 - 2012-06-15

TypeChangesBy

fix

Add LogbackConfigurator enabling Logback support alongside with Log4j Fixes COCOON3-69.ilgrosso

add

Parent POM set to Cocoon 9.ilgrosso

Release 2.1.0 - 2009-06-16

TypeChangesBy

add

Add a WildcardBeanMap that extends BeanMap but checks for a wildcard expression instead of the bean type.reinhard

add

Support the definition of a user properties file as servlet context init parameter (org.apache.cocoon.settings).reinhard

Release 2.0.0 - 2008-08-09

TypeChangesBy

update

Java 5 as minimum requirement.gkossakowski

fix

Remove Block-Deployment functionality into a separate module.reinhard

add

Introduced resource filter feature as explained here: http://article.gmane.org/gmane.text.xml.cocoon.devel/78158 The resource filtering is used for *all* resources being processed by Spring Configurator including beans definitions and property files. The resource filter itself is a simple class implementing one method of ResourceFilter interface.gkossakowski

fix

Fix configurator:bean-map throwing ClassCastException when key-property="propertyName" did not resolve to a String property.lgawron

Release 1.0.2 - 2008-04-07

TypeChangesBy

fix

Fix block deployment for Weblogic 9.2. Fixes COCOON-2172. Thanks to Juan Jose Vazquez Delgado.reinhard

fix

SettingsBeanFactoryPostProcessor creates work and cache directories only after properties are loaded and settings object is populated, and not before that.vgritsenko

Release 1.0.1 - 2007-09-20

TypeChangesBy

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.giacomo

fix

SettingsBeanFactoryPostProcessor can be used outside of a servlet context.cziegeler

Release 1.0.0 - 2007-02-22

TypeChangesBy

fix

WebAppContextUtils stored a Spring parent application context in a static field. This made it impossible to reload the context. The static field was removed and a request for the parent context results in WebApplicationContextUtils.getRequiredWebApplicationContext(ServletContext) which returns the parent Spring application context stored in the servlet context.reinhard

add

Each property reference can have an optional default value, like ${my.property.net:THE DEFAULT}. If no other definition for this property is found, the default is used.cziegeler

add

Add a bean map that collects all beans from the Spring context conforming to a specified type.cziegeler

add

Improved the DefaultBlockResourcesHolder to act like a PropertyPlaceholderConfigurer. This allows access to the path of the deployed blocks in the configuration files through properties like ${org.apache.cocoon.blocks.[BLOCK_NAME].resources}.cziegeler

add

Initial creation.cziegeler