@@ -3,7 +3,7 @@ SPRING FRAMEWORK CHANGELOG
3
3
http://www.springsource.org
4
4
5
5
6
- Changes in version 3.0.0.GA (2009-12-15 )
6
+ Changes in version 3.0.0.GA (2009-12-16 )
7
7
----------------------------------------
8
8
9
9
* component scanning autodetects the new EE 6 "javax.annotation.ManagedBean" stereotype
@@ -17,6 +17,7 @@ Changes in version 3.0.0.GA (2009-12-15)
17
17
* SmartLifecycle beans will get auto-started on demand even if marked as lazy-init
18
18
* MBeanExporter detects FactoryBean-exported resources independent from declaration order
19
19
* refactored SpelExpressionParser to accept SpelParserConfiguration object with boolean flags
20
+ * revised TypeDescriptor's valueOf and forObject factory methods with some level of caching
20
21
* revised GenericConverter's "getConvertibleTypes" signature to return Set of ConvertiblePair
21
22
* GenericConversionService prefers matches against inherited interfaces over superclasses
22
23
* renamed ConverterRegistry's addGenericConverter(GenericConverter) method to addConverter
@@ -27,6 +28,7 @@ Changes in version 3.0.0.GA (2009-12-15)
27
28
* full support for formatters and formatting annotations on array/collection elements
28
29
* no default number formatter (relying on plain java.lang.Number parsing and rendering)
29
30
* no default formatters for Date/Calendar (requiring explicit use of @DateTimeFormat)
31
+ * BeanValidationPostProcessor runs in before-initialization phase (before init methods) by default
30
32
* removed MultipartRequest mixin interface again (avoiding a package dependency cycle)
31
33
* revised RestTemplate method signatures to accept Object values instead of just Strings
32
34
* revised path variable extraction to properly deal with dots in variable values (again)
0 commit comments