Skip to content

Commit 8625504

Browse files
committed
Completed changelog entries for 3.2.1
1 parent 0a6727c commit 8625504

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/dist/changelog.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Changes in version 3.2.1 (2013-01-24)
1313
* LocalVariableTableParameterNameDiscoverer works for bridge methods as well (SPR-9429)
1414
* added constructor with Charset argument to EncodedResource (SPR-10096)
1515
* ResourcePropertyResource accepts EncodedResource for properties files with a specific encoding (SPR-10096)
16+
* SystemEnvironmentPropertySource properly works with an active JVM SecurityManager (SPR-9970)
1617
* CachedIntrospectionResults.clearClassLoader(null) removes cached classes for the system class loader (SPR-9189)
1718
* DisposableBeanAdapter detects "shutdown" as a destroy method as well (for EHCache CacheManager setup; SPR-9713)
1819
* introduced NoUniqueBeanDefinitionException as a dedicated subclass of NoSuchBeanDefinitionException (SPR-10194)
@@ -42,6 +43,11 @@ Changes in version 3.2.1 (2013-01-24)
4243
* FreeMarkerConfigurationFactory properly supports TemplateLoaders when recreating Configurations (SPR-9389)
4344
* SpringContextResourceAdapter implements equals/hashCode according to the JCA 1.5 contract (SPR-9162)
4445
* ContextLoader properly detects pre-refreshed WebApplicationContext (SPR-9996)
46+
* added support for placeholders in @RequestMapping annotation value (SPR-9935)
47+
* added support for specifying a message code as @ResponseStatus reason (SPR-6044)
48+
* HttpEntityMethodProcessor supports HttpEntity/ResponseEntity subclasses as well (SPR-10207)
49+
* Tiles 3 TilesConfigurer properly works in combination with "completeAutoload" (SPR-10195)
50+
* Spring MVC Test framework supports HTTP OPTIONS method as well (SPR-10093)
4551
* MockHttpServletRequest's getParameter(Values) returns null for null parameter name (SPR-10192)
4652
* MockHttpServletResponse's getHeaderNames declares Collection instead of Set for Servlet 3.0 compatibility (SPR-9885)
4753

0 commit comments

Comments
 (0)