Skip to content

Commit cb9e877

Browse files
committed
preparations for RC3 release
1 parent 132bb8a commit cb9e877

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

build-spring-framework/resources/changelog.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,23 @@ http://www.springsource.org
66
Changes in version 3.0.0.RC3 (2009-12-01)
77
-----------------------------------------
88

9+
* prepared for Grails and ROO requirements
10+
* restored compatibility with Apache CXF
911
* fixed bean definition import via "classpath*:" URLs
1012
* added chaining-capable "add" method to MutablePropertyValues
1113
* constructor arguments can be overridden by name in child bean definitions
1214
* BeanDefinitions return isSingleton()=true by default again, with scope name empty
1315
* init/destroy methods get processed in the order of declaration at each hierarchy level
1416
* fixed lookup of LifecycleProcessor bean in a Spring Dynamic Modules environment
17+
* refined lifecycle processing through introduction of startup/shutdown phases
1518
* fixed transaction synchronization setup with TransactionAwareDataSourceProxy involved
1619
* added support for Hibernate 3.3 RegionFactory cache SPI to LocalSessionFactoryBean
17-
* mvc:annotation-driven exposes default Validator and ConversionService as top-level beans
1820
* JSR-303 SpringValidatorAdapter uses field name as first argument (analogous to bind errors)
21+
* replaced DefaultConversionService with ConversionServiceFactory(Bean)
22+
* revised FormatterRegistry interface and FormattingConversionServiceFactoryBean setup
23+
* mvc:annotation-driven exposes default Validator and ConversionService as top-level beans
24+
* mvc:annotation-driven registers applicable HttpMessageConverters by default, if available
25+
* added interceptors support to mvc namespace, for path-based interceptor mappings
1926

2027

2128
Changes in version 3.0.0.RC2 (2009-11-13)

0 commit comments

Comments
 (0)