Skip to content

Commit b9868a4

Browse files
committed
ConversionService etc
1 parent df7bdfa commit b9868a4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build-spring-framework/resources/changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Changes in version 3.0.7 (2011-12-19)
1212
* LocaleEditor and StringToLocaleConverter do not restrict variant part through validation
1313
* LinkedCaseInsensitiveMap overrides putAll method as well (for IBM JDK 1.6 compatibility)
1414
* fixed nested element conversion with a DataBinder + ConversionService + PropertyEditor
15+
* ConversionService prevents Converter from trying to convert to a subtype of its actual target type
16+
* ConversionService is able to work with "Collections.emptyList()" as target type (again)
1517
* CollectionCollection/MapToMapConverter preserve original Collection/Map if no converted elements
1618
* optimized DefaultListableBeanFactory's PropertyDescriptor caching for concurrent access
1719
* SpringValidatorAdapter accepts non-indexed set paths (for Hibernate Validator compatibility)
@@ -25,9 +27,11 @@ Changes in version 3.0.7 (2011-12-19)
2527
* RmiClientInterceptor detects nested SocketException as connect failure as well
2628
* fixed AbstractAsyncExecutionAspect's setExecutor method to correctly wrap in a TaskExecutorAdapter
2729
* Servlet/PortletContextResource's getFile prefers "file:" URL resolution over calling getRealPath
30+
* Portlet session mutex uses global session attribute to be shared among all portlets in the session
2831
* fixed ServletServerHttpRequest to reconstruct from "request.getParameterMap()" for form POST only
2932
* fixed @RequestMapping header matching to correctly process negated header conditions
3033
* added getObjectMapper() accessor to MappingJacksonHttpMessageConverter
34+
* ResourceHttpRequestHandler sends content without content-type header if no media type found
3135
* AbstractCachingViewResolver allows for caching unresolved view names ("cacheUnresolved"=true)
3236
* fixed "formMultiSelect"/"formCheckboxes" FreeMarker macros to compare against actual field value
3337

0 commit comments

Comments
 (0)