preparations for 3.2 M2

master
Juergen Hoeller 12 years ago
parent d97a4b5b3c
commit 4d297b475c
  1. 14
      src/dist/changelog.txt

@ -3,16 +3,20 @@ SPRING FRAMEWORK CHANGELOG
http://www.springsource.org http://www.springsource.org
Changes in version 3.2 M2 Changes in version 3.2 M2 (2012-08-xx)
------------------------- --------------------------------------
* spring-test module now depends on junit:junit-dep (SPR-6966) * spring-test module now depends on junit:junit-dep (SPR-6966)
* infer return type of parameterized factory methods (SPR-9493)
* used BufferedInputStream in SimpleMetaDataReader to double performance (SPR-9528)
* added "repeatCount" bean property to Quartz SimpleTriggerFactoryBean (SPR-9521)
* raise RestClientException instead of IllegalArgumentException for unknown status codes * raise RestClientException instead of IllegalArgumentException for unknown status codes
* add JacksonObjectMapperFactoryBean for configuring a Jackson ObjectMapper in XML * add JacksonObjectMapperFactoryBean for configuring a Jackson ObjectMapper in XML
* infer return type of parameterized factory methods (SPR-9493) * added ContentNegotiationManager/ContentNegotiationStrategy to resolve requested media types
* add ContentNegotiationManager/ContentNegotiationStrategy to resolve requested media types * added support for the HTTP PATCH method
* add support for the HTTP PATCH method
* enable smart suffix pattern match in @RequestMapping methods (SPR-7632) * enable smart suffix pattern match in @RequestMapping methods (SPR-7632)
* DispatcherPortlet does not forward event exceptions to the render phase by default (SPR-9287)
Changes in version 3.2 M1 (2012-05-28) Changes in version 3.2 M1 (2012-05-28)
-------------------------------------- --------------------------------------

Loading…
Cancel
Save