File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,14 @@ Changes in version 3.2 M2 (2012-08-xx)
10
10
* infer return type of parameterized factory methods (SPR-9493)
11
11
* used BufferedInputStream in SimpleMetaDataReader to double performance (SPR-9528)
12
12
* added "repeatCount" bean property to Quartz SimpleTriggerFactoryBean (SPR-9521)
13
+ * added "jtaTransactionManager" property to Hibernate 4 LocalSessionFactoryBean/Builder (SPR-9480)
13
14
* raise RestClientException instead of IllegalArgumentException for unknown status codes
14
- * add JacksonObjectMapperFactoryBean for configuring a Jackson ObjectMapper in XML
15
+ * added "defaultCharset" property to StringHttpMessageConverter (SPR-9487)
16
+ * added JacksonObjectMapperFactoryBean for configuring a Jackson ObjectMapper in XML
15
17
* added ContentNegotiationManager/ContentNegotiationStrategy to resolve requested media types
16
- * added support for the HTTP PATCH method
18
+ * added support for the HTTP PATCH method to Spring MVC and to RestTemplate (SPR-7985)
17
19
* enable smart suffix pattern match in @RequestMapping methods (SPR-7632)
18
20
* DispatcherPortlet does not forward event exceptions to the render phase by default (SPR-9287)
19
- * add defaultCharset property to StringHttpMessageConverter
20
21
21
22
22
23
Changes in version 3.2 M1 (2012-05-28)
You can’t perform that action at this time.
0 commit comments