File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
build-spring-framework/resources Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ Changes in version 3.0.7 (2011-12-19)
12
12
* LocaleEditor and StringToLocaleConverter do not restrict variant part through validation
13
13
* LinkedCaseInsensitiveMap overrides putAll method as well (for IBM JDK 1.6 compatibility)
14
14
* 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)
15
17
* CollectionCollection/MapToMapConverter preserve original Collection/Map if no converted elements
16
18
* optimized DefaultListableBeanFactory's PropertyDescriptor caching for concurrent access
17
19
* SpringValidatorAdapter accepts non-indexed set paths (for Hibernate Validator compatibility)
@@ -25,9 +27,11 @@ Changes in version 3.0.7 (2011-12-19)
25
27
* RmiClientInterceptor detects nested SocketException as connect failure as well
26
28
* fixed AbstractAsyncExecutionAspect's setExecutor method to correctly wrap in a TaskExecutorAdapter
27
29
* 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
28
31
* fixed ServletServerHttpRequest to reconstruct from "request.getParameterMap()" for form POST only
29
32
* fixed @RequestMapping header matching to correctly process negated header conditions
30
33
* added getObjectMapper() accessor to MappingJacksonHttpMessageConverter
34
+ * ResourceHttpRequestHandler sends content without content-type header if no media type found
31
35
* AbstractCachingViewResolver allows for caching unresolved view names ("cacheUnresolved"=true)
32
36
* fixed "formMultiSelect"/"formCheckboxes" FreeMarker macros to compare against actual field value
33
37
You can’t perform that action at this time.
0 commit comments