preparations for 3.0 GA

master
Juergen Hoeller 15 years ago
parent 1e1964a060
commit dc1b500430
  1. 11
      build-spring-framework/resources/changelog.txt

@ -3,13 +3,22 @@ SPRING FRAMEWORK CHANGELOG
http://www.springsource.org http://www.springsource.org
Changes in version 3.0.0.GA (2009-12-10) Changes in version 3.0.0.GA (2009-12-14)
---------------------------------------- ----------------------------------------
* upgraded to JRuby 1.4 (while remaining compatible with JRuby 1.1 and above)
* bean property names are matched leniently ("title" and "Title"; "ISBN" and "iSBN") * bean property names are matched leniently ("title" and "Title"; "ISBN" and "iSBN")
* PropertyPlaceholderConfigurer is compatible with Spring 2.5 extensions (again)
* SmartLifecycle beans will get auto-started on demand even if marked as lazy-init
* revised GenericConverter's "getConvertibleTypes" signature to return Set of ConvertiblePair
* GenericConversionService prefers matches against inherited interfaces over superclasses
* added "converters" property to FormattingConversionServiceFactoryBean as well
* full support for formatters and formatting annotations on array/collection elements * full support for formatters and formatting annotations on array/collection elements
* no default number formatter (relying on plain java.lang.Number parsing and rendering) * no default number formatter (relying on plain java.lang.Number parsing and rendering)
* no default formatters for Date/Calendar (requiring explicit use of @DateTimeFormat) * no default formatters for Date/Calendar (requiring explicit use of @DateTimeFormat)
* revised RestTemplate method signatures to accept Object values instead of just Strings
* revised path variable extraction to properly deal with dots in variable values (again)
* reintroduced createBinder template method in Servlet/Portlet AnnotationMethodHandlerAdapter
Changes in version 3.0.0.RC3 (2009-12-01) Changes in version 3.0.0.RC3 (2009-12-01)

Loading…
Cancel
Save