Skip to content

Commit 126f839

Browse files
committed
preparations for RC3 release
1 parent 69124f9 commit 126f839

File tree

2 files changed

+25
-9
lines changed

2 files changed

+25
-9
lines changed

build-spring-framework/resources/changelog.txt

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

55

6+
Changes in version 3.0.0.RC3 (2009-12-01)
7+
-----------------------------------------
8+
9+
* fixed bean definition import via "classpath*:" URLs
10+
* added chaining-capable "add" method to MutablePropertyValues
11+
* constructor arguments can be overridden by name in child bean definitions
12+
* BeanDefinitions return isSingleton()=true by default again, with scope name empty
13+
* init/destroy methods get processed in the order of declaration at each hierarchy level
14+
* fixed lookup of LifecycleProcessor bean in a Spring Dynamic Modules environment
15+
* fixed transaction synchronization setup with TransactionAwareDataSourceProxy involved
16+
* added support for Hibernate 3.3 RegionFactory cache SPI to LocalSessionFactoryBean
17+
* mvc:annotation-driven exposes default Validator and ConversionService as top-level beans
18+
* JSR-303 SpringValidatorAdapter uses field name as first argument (analogous to bind errors)
19+
20+
621
Changes in version 3.0.0.RC2 (2009-11-13)
722
-----------------------------------------
823

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
1-
SPRING FRAMEWORK 3.0 M4 (August 2009)
2-
-------------------------------------
1+
SPRING FRAMEWORK 3.0 (December 2009)
2+
------------------------------------
33
http://www.springframework.org
44

55
1. INTRODUCTION
66

7-
This is the fourth milestone of Spring 3.0 which is scheduled for final release in Q3 2009.
8-
It is nearly feature complete, with only very specific areas still being worked on for RC1.
7+
Spring Framework 3.0 is the next generation of the Spring: fully Java 5 based,
8+
EL enabled, REST enabled, and with support for JSR-330 (Dependency Injection)
9+
and JSR-303 (Bean Validation).
910

1011
2. RELEASE NOTES
1112

12-
This release comes with complete reference documentation already. Consult the provided
13-
javadoc for technical details of specific packages and classes.
13+
This release comes with complete reference documentation. For further details,
14+
consult the provided javadoc for specific packages and classes.
1415

1516
3. DISTRIBUTION JAR FILES
1617

@@ -20,6 +21,6 @@ generations. Furthermore, the jar file names follow bundle repository convention
2021

2122
4. GETTING STARTED
2223

23-
A Getting Started guide is to be provided in time for Spring 3.0 GA. For the time being,
24-
please consult the blog examples at http://blog.springsource.com as well as the sections
25-
of interest in the reference documentation.
24+
Please consult the blog examples at http://blog.springsource.com as well as the sections
25+
of interest in the reference documentation. Sample applications and related material
26+
will be provided as separate downloads.

0 commit comments

Comments
 (0)