File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ Changes in version 3.2.1 (2013-01-24)
13
13
* LocalVariableTableParameterNameDiscoverer works for bridge methods as well (SPR-9429)
14
14
* added constructor with Charset argument to EncodedResource (SPR-10096)
15
15
* ResourcePropertyResource accepts EncodedResource for properties files with a specific encoding (SPR-10096)
16
+ * SystemEnvironmentPropertySource properly works with an active JVM SecurityManager (SPR-9970)
16
17
* CachedIntrospectionResults.clearClassLoader(null) removes cached classes for the system class loader (SPR-9189)
17
18
* DisposableBeanAdapter detects "shutdown" as a destroy method as well (for EHCache CacheManager setup; SPR-9713)
18
19
* introduced NoUniqueBeanDefinitionException as a dedicated subclass of NoSuchBeanDefinitionException (SPR-10194)
@@ -42,6 +43,11 @@ Changes in version 3.2.1 (2013-01-24)
42
43
* FreeMarkerConfigurationFactory properly supports TemplateLoaders when recreating Configurations (SPR-9389)
43
44
* SpringContextResourceAdapter implements equals/hashCode according to the JCA 1.5 contract (SPR-9162)
44
45
* 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)
45
51
* MockHttpServletRequest's getParameter(Values) returns null for null parameter name (SPR-10192)
46
52
* MockHttpServletResponse's getHeaderNames declares Collection instead of Set for Servlet 3.0 compatibility (SPR-9885)
47
53
You can’t perform that action at this time.
0 commit comments