further 3.0.3 preparations
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3309 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
parent
b15ec21c0e
commit
a6b40561a6
|
|
@ -3,7 +3,7 @@ SPRING FRAMEWORK CHANGELOG
|
||||||
http://www.springsource.org
|
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
|
* 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
|
* fixed constructor argument caching for prototypes with multiple constructor matches
|
||||||
* specific detection of CGLIB subclasses in order to properly handle CGLIB interfaces
|
* specific detection of CGLIB subclasses in order to properly handle CGLIB interfaces
|
||||||
* revised AbstractInterceptorDrivenBeanDefinitionDecorator for further alignment with auto-proxying
|
* 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
|
* property placeholders can deal with nested expressions which happen to use the same suffix
|
||||||
* DefaultPersistenceUnitManager's getPersistenceUnitInfo method has 2.5 compatible signature again
|
* DefaultPersistenceUnitManager's getPersistenceUnitInfo method has 2.5 compatible signature again
|
||||||
* DefaultMessageListenerContainer reacts to maxConcurrentConsumers reduction for long-lived tasks
|
* 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
|
* 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
|
* JSP FormTag calculates proper default form action even when using a rewrite filter on WebSphere
|
||||||
* fixed JSP SelectTag's support for rendering enum constants
|
* 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)
|
Changes in version 3.0.2 (2010-04-02)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue