preparations for RC3 release
This commit is contained in:
parent
69124f9392
commit
126f83959b
|
|
@ -3,6 +3,21 @@ SPRING FRAMEWORK CHANGELOG
|
||||||
http://www.springsource.org
|
http://www.springsource.org
|
||||||
|
|
||||||
|
|
||||||
|
Changes in version 3.0.0.RC3 (2009-12-01)
|
||||||
|
-----------------------------------------
|
||||||
|
|
||||||
|
* fixed bean definition import via "classpath*:" URLs
|
||||||
|
* added chaining-capable "add" method to MutablePropertyValues
|
||||||
|
* constructor arguments can be overridden by name in child bean definitions
|
||||||
|
* BeanDefinitions return isSingleton()=true by default again, with scope name empty
|
||||||
|
* init/destroy methods get processed in the order of declaration at each hierarchy level
|
||||||
|
* fixed lookup of LifecycleProcessor bean in a Spring Dynamic Modules environment
|
||||||
|
* fixed transaction synchronization setup with TransactionAwareDataSourceProxy involved
|
||||||
|
* added support for Hibernate 3.3 RegionFactory cache SPI to LocalSessionFactoryBean
|
||||||
|
* mvc:annotation-driven exposes default Validator and ConversionService as top-level beans
|
||||||
|
* JSR-303 SpringValidatorAdapter uses field name as first argument (analogous to bind errors)
|
||||||
|
|
||||||
|
|
||||||
Changes in version 3.0.0.RC2 (2009-11-13)
|
Changes in version 3.0.0.RC2 (2009-11-13)
|
||||||
-----------------------------------------
|
-----------------------------------------
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,16 +1,17 @@
|
||||||
SPRING FRAMEWORK 3.0 M4 (August 2009)
|
SPRING FRAMEWORK 3.0 (December 2009)
|
||||||
-------------------------------------
|
------------------------------------
|
||||||
http://www.springframework.org
|
http://www.springframework.org
|
||||||
|
|
||||||
1. INTRODUCTION
|
1. INTRODUCTION
|
||||||
|
|
||||||
This is the fourth milestone of Spring 3.0 which is scheduled for final release in Q3 2009.
|
Spring Framework 3.0 is the next generation of the Spring: fully Java 5 based,
|
||||||
It is nearly feature complete, with only very specific areas still being worked on for RC1.
|
EL enabled, REST enabled, and with support for JSR-330 (Dependency Injection)
|
||||||
|
and JSR-303 (Bean Validation).
|
||||||
|
|
||||||
2. RELEASE NOTES
|
2. RELEASE NOTES
|
||||||
|
|
||||||
This release comes with complete reference documentation already. Consult the provided
|
This release comes with complete reference documentation. For further details,
|
||||||
javadoc for technical details of specific packages and classes.
|
consult the provided javadoc for specific packages and classes.
|
||||||
|
|
||||||
3. DISTRIBUTION JAR FILES
|
3. DISTRIBUTION JAR FILES
|
||||||
|
|
||||||
|
|
@ -20,6 +21,6 @@ generations. Furthermore, the jar file names follow bundle repository convention
|
||||||
|
|
||||||
4. GETTING STARTED
|
4. GETTING STARTED
|
||||||
|
|
||||||
A Getting Started guide is to be provided in time for Spring 3.0 GA. For the time being,
|
Please consult the blog examples at http://blog.springsource.com as well as the sections
|
||||||
please consult the blog examples at http://blog.springsource.com as well as the sections
|
of interest in the reference documentation. Sample applications and related material
|
||||||
of interest in the reference documentation.
|
will be provided as separate downloads.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue