Skip to content

Commit acc8364

Browse files
committed
Update changelog
Issue: SPR-9724
1 parent 591aa01 commit acc8364

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/dist/changelog.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,23 @@ Changes in version 3.2 RC1 (2012-10-29)
1818
* HttpComponentsHttpInvokerRequestExecutor uses HttpComponents 4.2 to explicitly release connections (SPR-9833)
1919
* UriComponentsBuilder is capable of handling opaque URIs as well (SPR-9798)
2020
* 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)
2321
* improved regular expression for parsing query params (SPR-9832)
2422
* fixed NullPointerException in AbstractMessageConverterMethodProcessor (SPR-9868)
2523
* fixed issue in AnnotationMethodHandlerExceptionResolver (SPR-9209)
2624
* 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
2925
* added support for opaque URIs in UriComponentsBuilder (SPR-9798)
3026
* added ObjectToStringHttpMessageConverter that delegates to a ConversionService (SPR-9738)
3127
* added Jackson2ObjectMapperBeanFactory (SPR-9739)
3228
* added CallableProcessingInterceptor and DeferredResultProcessingInterceptor
3329
* added support for wildcard media types in AbstractView and ContentNegotiationViewResolver (SPR-9807)
3430
* the jackson message converters now include "application/*+json" in supported media types (SPR-7905)
3531
* 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+
3638

3739
Changes in version 3.2 M2 (2012-09-11)
3840
--------------------------------------

0 commit comments

Comments
 (0)