@@ -6,16 +6,23 @@ http://www.springsource.org
6
6
Changes in version 3.0.0.RC3 (2009-12-01)
7
7
-----------------------------------------
8
8
9
+ * prepared for Grails and ROO requirements
10
+ * restored compatibility with Apache CXF
9
11
* fixed bean definition import via "classpath*:" URLs
10
12
* added chaining-capable "add" method to MutablePropertyValues
11
13
* constructor arguments can be overridden by name in child bean definitions
12
14
* BeanDefinitions return isSingleton()=true by default again, with scope name empty
13
15
* init/destroy methods get processed in the order of declaration at each hierarchy level
14
16
* fixed lookup of LifecycleProcessor bean in a Spring Dynamic Modules environment
17
+ * refined lifecycle processing through introduction of startup/shutdown phases
15
18
* fixed transaction synchronization setup with TransactionAwareDataSourceProxy involved
16
19
* 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
20
* 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
19
26
20
27
21
28
Changes in version 3.0.0.RC2 (2009-11-13)
0 commit comments