@@ -18,21 +18,23 @@ Changes in version 3.2 RC1 (2012-10-29)
18
18
* HttpComponentsHttpInvokerRequestExecutor uses HttpComponents 4.2 to explicitly release connections (SPR-9833)
19
19
* UriComponentsBuilder is capable of handling opaque URIs as well (SPR-9798)
20
20
* CookieGenerator supports "cookieHttpOnly" flag for Servlet 3.0 (SPR-9794)
21
- * introduced support for loading a WebApplicationContext in the TestContext framework (SPR-5243)
22
- * introduced support for session & request scoped beans in the TestContext framework (SPR-4588)
23
21
* improved regular expression for parsing query params (SPR-9832)
24
22
* fixed NullPointerException in AbstractMessageConverterMethodProcessor (SPR-9868)
25
23
* fixed issue in AnnotationMethodHandlerExceptionResolver (SPR-9209)
26
24
* MediaType's include method now recognizes wildcards in media types with a suffix (SPR-9841)
27
- * added Spring MVC Test framework (SPR-9859, SPR-7951)
28
- * added mock implementations of Http[Input|Output]Message
29
25
* added support for opaque URIs in UriComponentsBuilder (SPR-9798)
30
26
* added ObjectToStringHttpMessageConverter that delegates to a ConversionService (SPR-9738)
31
27
* added Jackson2ObjectMapperBeanFactory (SPR-9739)
32
28
* added CallableProcessingInterceptor and DeferredResultProcessingInterceptor
33
29
* added support for wildcard media types in AbstractView and ContentNegotiationViewResolver (SPR-9807)
34
30
* the jackson message converters now include "application/*+json" in supported media types (SPR-7905)
35
31
* add options to configure MVC async interceptors in the MVC namespace and Java config (SPR-9914)
32
+ * introduced support for loading a WebApplicationContext in the TestContext framework (SPR-5243)
33
+ * introduced support for session & request scoped beans in the TestContext framework (SPR-4588)
34
+ * introduced support for setting locales in MockHttpServletRequest (SPR-9724)
35
+ * added Spring MVC Test framework (SPR-9859, SPR-7951)
36
+ * added mock implementations of Http[Input|Output]Message
37
+
36
38
37
39
Changes in version 3.2 M2 (2012-09-11)
38
40
--------------------------------------
0 commit comments