Skip to content

Commit

Permalink
final preparations for 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoeller committed Jul 6, 2012
1 parent efabc6b commit 16da15e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
18 changes: 10 additions & 8 deletions build-spring-framework/resources/changelog.txt
Expand Up @@ -3,7 +3,7 @@ SPRING FRAMEWORK CHANGELOG
http://www.springsource.org http://www.springsource.org




Changes in version 3.1.2 (2012-07-05) Changes in version 3.1.2 (2012-07-09)
------------------------------------- -------------------------------------


* removed INDEX.LIST entries from Spring jar META-INF dirs * removed INDEX.LIST entries from Spring jar META-INF dirs
Expand All @@ -12,23 +12,25 @@ Changes in version 3.1.2 (2012-07-05)
* fixed MutablePropertySources "get" implementation to correctly return null if not found * fixed MutablePropertySources "get" implementation to correctly return null if not found
* fixed @PropertySource placeholder resolution to apply to all specified values * fixed @PropertySource placeholder resolution to apply to all specified values
* JDBC parameter binding uses JDBC 3.0 ParameterMetaData (if available) for type determination * JDBC parameter binding uses JDBC 3.0 ParameterMetaData (if available) for type determination
* added "jtaTransactionManager" property to Hibernate 4 LocalSessionFactoryBean/Builder
* EhCacheFactoryBean applies listeners and enabled/disabled flags to existing cache regions as well * EhCacheFactoryBean applies listeners and enabled/disabled flags to existing cache regions as well
* added "repeatCount" bean property to Quartz SimpleTriggerFactoryBean * added "repeatCount" bean property to Quartz SimpleTriggerFactoryBean
* support executor qualification with @Async#value
* ServletContextResource's getFile implementation falls back to getRealPath for non-existent files * ServletContextResource's getFile implementation falls back to getRealPath for non-existent files
* fixed StandardServletMultipartResolver compatibility with Resin (only deleting actual file parts) * fixed StandardServletMultipartResolver compatibility with Resin (only deleting actual file parts)
* fix RequestConditionHolder to return null when no match is found * fixed RequestConditionHolder to return null when no match is found
* fix concurrency issue in AnnotationMethodHandlerExceptionResolver * fixed concurrency issue in AnnotationMethodHandlerExceptionResolver
* fix issue with parsing invalid Content-Type or Accept headers * fixed issue with parsing invalid Content-Type or Accept headers
* add Jackson 2 HttpMessageConverter and View types * added "defaultCharset" property to StringHttpMessageConverter
* added Jackson 2 HttpMessageConverter and View types
* translate IOException on EOF from Jackson to HttpMessageNotReadableException * translate IOException on EOF from Jackson to HttpMessageNotReadableException
* fix content negotiation issue when sorting selected media types by quality value * fix content negotiation issue when sorting selected media types by quality value
* raise RestClientException instead of IllegalArgumentException for unknown status codes * raise RestClientException instead of IllegalArgumentException for unknown status codes
* discover controllers based on type-level @RequestMapping in new @MVC support classes * discover controllers based on type-level @RequestMapping in new @MVC support classes
* fix issue with suffix pattern in AnnotationMethodHandlerAdapter * fixed issue with suffix pattern in AnnotationMethodHandlerAdapter
* merge rather than add URI vars in ExtendedServletRequestDataBinder * merge rather than add URI vars in ExtendedServletRequestDataBinder
* raise RestClientException for unknown HTTP status codes * raise RestClientException for unknown HTTP status codes
* support executor qualification with @Async#value * fixed issue with encoded params in UriComponentsBuilder
* fix issue with encoded params in UriComponentsBuilder
* XStreamMarshaller converts StreamException to Spring exception in case of unmarshalling an empty stream * XStreamMarshaller converts StreamException to Spring exception in case of unmarshalling an empty stream
* corrected DispatcherPortlet behavior to not forward event exceptions to the render phase by default * corrected DispatcherPortlet behavior to not forward event exceptions to the render phase by default


Expand Down
4 changes: 2 additions & 2 deletions build-spring-framework/resources/readme.txt
@@ -1,5 +1,5 @@
SPRING FRAMEWORK 3.1.1 (February 2012) SPRING FRAMEWORK 3.1.2 (July 2012)
-------------------------------------- ----------------------------------
http://www.springsource.org http://www.springsource.org


1. INTRODUCTION 1. INTRODUCTION
Expand Down

0 comments on commit 16da15e

Please sign in to comment.