Skip to content

Commit 776f049

Browse files
committed
prepared for 3.0 GA release
1 parent 2ec39f5 commit 776f049

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build-spring-framework/resources/changelog.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ SPRING FRAMEWORK CHANGELOG
33
http://www.springsource.org
44

55

6-
Changes in version 3.0.0.GA (2009-12-15)
6+
Changes in version 3.0.0.GA (2009-12-16)
77
----------------------------------------
88

99
* 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)
1717
* SmartLifecycle beans will get auto-started on demand even if marked as lazy-init
1818
* MBeanExporter detects FactoryBean-exported resources independent from declaration order
1919
* refactored SpelExpressionParser to accept SpelParserConfiguration object with boolean flags
20+
* revised TypeDescriptor's valueOf and forObject factory methods with some level of caching
2021
* revised GenericConverter's "getConvertibleTypes" signature to return Set of ConvertiblePair
2122
* GenericConversionService prefers matches against inherited interfaces over superclasses
2223
* renamed ConverterRegistry's addGenericConverter(GenericConverter) method to addConverter
@@ -27,6 +28,7 @@ Changes in version 3.0.0.GA (2009-12-15)
2728
* full support for formatters and formatting annotations on array/collection elements
2829
* no default number formatter (relying on plain java.lang.Number parsing and rendering)
2930
* no default formatters for Date/Calendar (requiring explicit use of @DateTimeFormat)
31+
* BeanValidationPostProcessor runs in before-initialization phase (before init methods) by default
3032
* removed MultipartRequest mixin interface again (avoiding a package dependency cycle)
3133
* revised RestTemplate method signatures to accept Object values instead of just Strings
3234
* revised path variable extraction to properly deal with dots in variable values (again)

0 commit comments

Comments
 (0)