prepared for 3.0.7 release

This commit is contained in:
Juergen Hoeller
2011-12-22 02:29:12 +01:00
parent 836e3c9253
commit ce5117c9ed
2 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ SPRING FRAMEWORK CHANGELOG
http://www.springsource.org http://www.springsource.org
Changes in version 3.0.7 (2011-12-19) Changes in version 3.0.7 (2011-12-22)
------------------------------------- -------------------------------------
* fixed GenericTypeResolver to consistently return null if not resolvable * fixed GenericTypeResolver to consistently return null if not resolvable
@@ -33,7 +33,7 @@ Changes in version 3.0.7 (2011-12-19)
* Portlet session mutex uses global session attribute to be shared among all portlets in the session * Portlet session mutex uses global session attribute to be shared among all portlets in the session
* fixed ServletServerHttpRequest to reconstruct from "request.getParameterMap()" for form POST only * fixed ServletServerHttpRequest to reconstruct from "request.getParameterMap()" for form POST only
* fixed @RequestMapping header matching to correctly process negated header conditions * fixed @RequestMapping header matching to correctly process negated header conditions
* added getObjectMapper() accessor to MappingJacksonHttpMessageConverter * added "getObjectMapper()" accessor to MappingJacksonHttpMessageConverter
* ResourceHttpRequestHandler sends content without content-type header if no media type found * ResourceHttpRequestHandler sends content without content-type header if no media type found
* AbstractCachingViewResolver allows for caching unresolved view names ("cacheUnresolved"=true) * AbstractCachingViewResolver allows for caching unresolved view names ("cacheUnresolved"=true)
* fixed "formMultiSelect"/"formCheckboxes" FreeMarker macros to compare against actual field value * fixed "formMultiSelect"/"formCheckboxes" FreeMarker macros to compare against actual field value

View File

@@ -1,4 +1,4 @@
SPRING FRAMEWORK 3.0.7 (November 2011) SPRING FRAMEWORK 3.0.7 (December 2011)
-------------------------------------- --------------------------------------
http://www.springsource.org http://www.springsource.org