Browse Source

final preparations for 3.0.4 release

pull/1234/head
Juergen Hoeller 14 years ago
parent
commit
2f980d95ff
  1. 5
      build-spring-framework/resources/changelog.txt
  2. 4
      build-spring-framework/resources/readme.txt

5
build-spring-framework/resources/changelog.txt

@ -3,7 +3,7 @@ SPRING FRAMEWORK CHANGELOG @@ -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) @@ -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

4
build-spring-framework/resources/readme.txt

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
SPRING FRAMEWORK 3.0.4 (July 2010)
----------------------------------
SPRING FRAMEWORK 3.0.4 (August 2010)
------------------------------------
http://www.springframework.org
1. INTRODUCTION

Loading…
Cancel
Save