Skip to content

Commit 4d297b4

Browse files
committed
preparations for 3.2 M2
1 parent d97a4b5 commit 4d297b4

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

src/dist/changelog.txt

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,20 @@ SPRING FRAMEWORK CHANGELOG
33
http://www.springsource.org
44

55

6-
Changes in version 3.2 M2
7-
-------------------------
6+
Changes in version 3.2 M2 (2012-08-xx)
7+
--------------------------------------
88

99
* 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)
1013
* raise RestClientException instead of IllegalArgumentException for unknown status codes
1114
* 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
1517
* 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+
1620

1721
Changes in version 3.2 M1 (2012-05-28)
1822
--------------------------------------

0 commit comments

Comments
 (0)