Skip to content

Commit 2f980d9

Browse files
committed
final preparations for 3.0.4 release
1 parent 9857ba0 commit 2f980d9

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

build-spring-framework/resources/changelog.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ SPRING FRAMEWORK CHANGELOG
33
http://www.springsource.org
44

55

6-
Changes in version 3.0.4 (2010-08-16)
6+
Changes in version 3.0.4 (2010-08-18)
77
-------------------------------------
88

99
* 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)
1616
* ConversionService does not accidentally use copy constructor for same type
1717
* fixed double ConversionFailedException nesting for ObjectToObjectConverter invocations
1818
* BeanWrapper preserves annotation information for individual array/list/map elements
19-
* Spring's constructor resolution consistently finds non-public multi-arg constructors
19+
* Spring's constructor resolution consistently finds non-public multi-arg constructors
20+
* revised constructor argument caching for highly concurrent creation scenarios
2021
* SpEL passes full collection type context (generics, annotations) to ConversionService
2122
* SpEL 'select last' operator now works consistently with maps
2223
* BeanWrapper/DataBinder's "autoGrowNestedPaths" works for Maps as well

build-spring-framework/resources/readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
SPRING FRAMEWORK 3.0.4 (July 2010)
2-
----------------------------------
1+
SPRING FRAMEWORK 3.0.4 (August 2010)
2+
------------------------------------
33
http://www.springframework.org
44

55
1. INTRODUCTION

0 commit comments

Comments
 (0)