diff --git a/build-spring-framework/resources/changelog.txt b/build-spring-framework/resources/changelog.txt index 005c3d3ea3..81796ccb45 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.4 (2010-08-16) +Changes in version 3.0.4 (2010-08-18) ------------------------------------- * support for Hibernate Core 3.6, Hibernate Validator 4.1, EclipseLink 2.1, EHCache 2.2 @@ -16,7 +16,8 @@ Changes in version 3.0.4 (2010-08-16) * ConversionService does not accidentally use copy constructor for same type * 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 +* Spring's constructor resolution consistently finds non-public multi-arg constructors +* revised constructor argument caching for highly concurrent creation scenarios * 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 diff --git a/build-spring-framework/resources/readme.txt b/build-spring-framework/resources/readme.txt index 7896da406a..9f219b26cb 100644 --- a/build-spring-framework/resources/readme.txt +++ b/build-spring-framework/resources/readme.txt @@ -1,5 +1,5 @@ -SPRING FRAMEWORK 3.0.4 (July 2010) ----------------------------------- +SPRING FRAMEWORK 3.0.4 (August 2010) +------------------------------------ http://www.springframework.org 1. INTRODUCTION