Browse Source

ConverterRegistry etc

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2661 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/head
Juergen Hoeller 16 years ago
parent
commit
5a9bf0d3e8
  1. 4
      build-spring-framework/resources/changelog.txt

4
build-spring-framework/resources/changelog.txt

@ -18,6 +18,10 @@ Changes in version 3.0.0.GA (2009-12-15) @@ -18,6 +18,10 @@ Changes in version 3.0.0.GA (2009-12-15)
* MBeanExporter detects FactoryBean-exported resources independent from declaration order
* revised GenericConverter's "getConvertibleTypes" signature to return Set of ConvertiblePair
* GenericConversionService prefers matches against inherited interfaces over superclasses
* renamed ConverterRegistry's addGenericConverter(GenericConverter) method to addConverter
* no default converters for Object-to-Map and Map-To-Object anymore
* default converter for String-to-Properties parsing only applies for actual Properties objects
* default ObjectToStringConverter only stringifies objects that indicate proper toString behavior
* added "converters" property to FormattingConversionServiceFactoryBean as well
* full support for formatters and formatting annotations on array/collection elements
* no default number formatter (relying on plain java.lang.Number parsing and rendering)

Loading…
Cancel
Save