Skip to content

Commit

Permalink
preparations for 3.2 M2
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoeller committed Jul 4, 2012
1 parent d97a4b5 commit 4d297b4
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions src/dist/changelog.txt
Expand Up @@ -3,16 +3,20 @@ SPRING FRAMEWORK CHANGELOG
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)
* 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
* add JacksonObjectMapperFactoryBean for configuring a Jackson ObjectMapper in XML
* infer return type of parameterized factory methods (SPR-9493)
* add ContentNegotiationManager/ContentNegotiationStrategy to resolve requested media types
* add support for the HTTP PATCH method
* added ContentNegotiationManager/ContentNegotiationStrategy to resolve requested media types
* added support for the HTTP PATCH method
* 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)
--------------------------------------
Expand Down

0 comments on commit 4d297b4

Please sign in to comment.