preparations for 3.2 M2
This commit is contained in:
parent
d97a4b5b3c
commit
4d297b475c
|
|
@ -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)
|
||||
--------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue