diff --git a/build-spring-framework/resources/changelog.txt b/build-spring-framework/resources/changelog.txt index 4499b16319..1eafe893c1 100644 --- a/build-spring-framework/resources/changelog.txt +++ b/build-spring-framework/resources/changelog.txt @@ -3,7 +3,7 @@ SPRING FRAMEWORK CHANGELOG http://www.springsource.org -Changes in version 3.0.3 (2010-04-27) +Changes in version 3.0.3 (2010-05-10) ------------------------------------- * clarified that Spring's Jackson support requires Jackson 1.3 or higher @@ -12,6 +12,7 @@ Changes in version 3.0.3 (2010-04-27) * fixed constructor argument caching for prototypes with multiple constructor matches * specific detection of CGLIB subclasses in order to properly handle CGLIB interfaces * revised AbstractInterceptorDrivenBeanDefinitionDecorator for further alignment with auto-proxying +* BeanDefinitionVisitor/PropertyPlaceholderConfigurer finds and resolves values in arrays as well * property placeholders can deal with nested expressions which happen to use the same suffix * DefaultPersistenceUnitManager's getPersistenceUnitInfo method has 2.5 compatible signature again * DefaultMessageListenerContainer reacts to maxConcurrentConsumers reduction for long-lived tasks @@ -19,6 +20,7 @@ Changes in version 3.0.3 (2010-04-27) * fixed MVC mapping regression for servlet url-pattern "/" case on servers other than WebSphere * JSP FormTag calculates proper default form action even when using a rewrite filter on WebSphere * fixed JSP SelectTag's support for rendering enum constants +* TilesConfigurer's "definitionsFactoryClass" property applies common Tiles DefinitionsFactory setup Changes in version 3.0.2 (2010-04-02)