From 5a9bf0d3e8fa1896d8cb3220cbbb27f16fd4e795 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Mon, 14 Dec 2009 21:42:54 +0000 Subject: [PATCH] ConverterRegistry etc git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2661 50f2f4bb-b051-0410-bef5-90022cba6387 --- build-spring-framework/resources/changelog.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-spring-framework/resources/changelog.txt b/build-spring-framework/resources/changelog.txt index c3c0acf7dd3..94a3cbaac46 100644 --- a/build-spring-framework/resources/changelog.txt +++ b/build-spring-framework/resources/changelog.txt @@ -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)