File tree 1 file changed +9
-5
lines changed
1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,20 @@ SPRING FRAMEWORK CHANGELOG
3
3
http://www.springsource.org
4
4
5
5
6
- Changes in version 3.2 M2
7
- -------------------------
6
+ Changes in version 3.2 M2 (2012-08-xx)
7
+ --------------------------------------
8
8
9
9
* spring-test module now depends on junit:junit-dep (SPR-6966)
10
+ * infer return type of parameterized factory methods (SPR-9493)
11
+ * used BufferedInputStream in SimpleMetaDataReader to double performance (SPR-9528)
12
+ * added "repeatCount" bean property to Quartz SimpleTriggerFactoryBean (SPR-9521)
10
13
* raise RestClientException instead of IllegalArgumentException for unknown status codes
11
14
* add JacksonObjectMapperFactoryBean for configuring a Jackson ObjectMapper in XML
12
- * infer return type of parameterized factory methods (SPR-9493)
13
- * add ContentNegotiationManager/ContentNegotiationStrategy to resolve requested media types
14
- * add support for the HTTP PATCH method
15
+ * added ContentNegotiationManager/ContentNegotiationStrategy to resolve requested media types
16
+ * added support for the HTTP PATCH method
15
17
* enable smart suffix pattern match in @RequestMapping methods (SPR-7632)
18
+ * DispatcherPortlet does not forward event exceptions to the render phase by default (SPR-9287)
19
+
16
20
17
21
Changes in version 3.2 M1 (2012-05-28)
18
22
--------------------------------------
You can’t perform that action at this time.
0 commit comments