temporarily disabled constructor argument caching for converted values (SPR-7423)

This commit is contained in:
Juergen Hoeller
2010-08-19 09:30:04 +00:00
parent 001d676dec
commit a9da123259
3 changed files with 11 additions and 7 deletions

View File

@@ -3,7 +3,7 @@ SPRING FRAMEWORK CHANGELOG
http://www.springsource.org
Changes in version 3.0.4 (2010-08-18)
Changes in version 3.0.4 (2010-08-19)
-------------------------------------
* support for Hibernate Core 3.6, Hibernate Validator 4.1, EclipseLink 2.1, EHCache 2.2
@@ -17,7 +17,7 @@ Changes in version 3.0.4 (2010-08-18)
* fixed double ConversionFailedException nesting for ObjectToObjectConverter invocations
* BeanWrapper preserves annotation information for individual array/list/map elements
* Spring's constructor resolution consistently finds non-public multi-arg constructors
* revised constructor argument caching for highly concurrent creation scenarios
* revised constructor argument caching, avoiding a race condition for converted argument values
* SpEL passes full collection type context (generics, annotations) to ConversionService
* SpEL 'select last' operator now works consistently with maps
* BeanWrapper/DataBinder's "autoGrowNestedPaths" works for Maps as well