@@ -7,29 +7,29 @@ Changes in version 3.2 M2 (2012-08-xx)
7
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)
13
- * added "jtaTransactionManager" property to Hibernate 4 LocalSessionFactoryBean/Builder (SPR-9480)
14
- * raise RestClientException instead of IllegalArgumentException for unknown status codes
15
- * added "defaultCharset" property to StringHttpMessageConverter (SPR-9487)
16
- * added JacksonObjectMapperFactoryBean for configuring a Jackson ObjectMapper in XML
17
- * added ContentNegotiationManager/ContentNegotiationStrategy to resolve requested media types
18
- * added support for the HTTP PATCH method to Spring MVC and to RestTemplate (SPR-7985 )
19
- * enable smart suffix pattern match in @RequestMapping methods (SPR-7632 )
20
- * DispatcherPortlet does not forward event exceptions to the render phase by default (SPR-9287 )
21
- * add defaultCharset property to StringHttpMessageConverter
22
- * add @ExceptionResolver annotation to detect classes with @ExceptionHandler methods
23
- * move RSS/Atom message converter registration ahead of jackson/jaxb2
24
- * handle BindException in DefaultHandlerExceptionResolver
25
- * parameterize DeferredResult type
26
- * use reflection to instantiate StandardServletAsyncWebRequest
27
- * fix issue with forward before async request processing
28
- * add exclude patterns for mapped interceptors in MVC namespace and MVC Java config
29
- * support content negotiation options in MVC namespace and MVC Java config
30
- * support named dispatchers in MockServletContext (SPR-9587 )
31
- * support single, unqualified tx manager in the TestContext framework (SPR-9645 )
32
- * support TransactionManagementConfigurer in the TestContext framework (SPR-9604 )
10
+ * now inferring return type of parameterized factory methods (SPR-9493)
11
+ * now using BufferedInputStream in SimpleMetaDataReader to double performance (SPR-9528)
12
+ * introduced "repeatCount" property in Quartz SimpleTriggerFactoryBean (SPR-9521)
13
+ * introduced "jtaTransactionManager" property in Hibernate 4 LocalSessionFactoryBean/Builder (SPR-9480)
14
+ * now raising RestClientException instead of IllegalArgumentException for unknown status codes
15
+ * introduced JacksonObjectMapperFactoryBean for configuring a Jackson ObjectMapper in XML
16
+ * introduced ContentNegotiationManager/ContentNegotiationStrategy for resolving requested media types
17
+ * introduced support for the HTTP PATCH method in Spring MVC and RestTemplate (SPR-7985)
18
+ * enabled smart suffix pattern matching in @RequestMapping methods (SPR-7632 )
19
+ * DispatcherPortlet no longer forwards event exceptions to the render phase by default (SPR-9287 )
20
+ * introduced "defaultCharset" property in StringHttpMessageConverter (SPR-9487 )
21
+ * introduced @ExceptionResolver annotation for detecting classes with @ExceptionHandler methods
22
+ * moved RSS/Atom message converter registration ahead of jackson/jaxb2
23
+ * now handling BindException in DefaultHandlerExceptionResolver
24
+ * DeferredResult type is now parameterized
25
+ * now using reflection to instantiate StandardServletAsyncWebRequest
26
+ * fixed issue with forward before async request processing
27
+ * introduced exclude patterns for mapped interceptors in MVC namespace and MVC Java config
28
+ * introduced support for content negotiation options in MVC namespace and MVC Java config
29
+ * introduced support for named dispatchers in MockServletContext (SPR-9587)
30
+ * introduced support for single, unqualified tx manager in the TestContext framework (SPR-9645 )
31
+ * introduced support for TransactionManagementConfigurer in the TestContext framework (SPR-9604 )
32
+ * introduced MockEnvironment in the spring-test module (SPR-9492 )
33
33
34
34
35
35
Changes in version 3.2 M1 (2012-05-28)
0 commit comments