Skip to content

Commit 47ae15b

Browse files
author
Phillip Webb
committed
Update changelog
1 parent df7b661 commit 47ae15b

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

src/dist/changelog.txt

+43
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,49 @@ SPRING FRAMEWORK CHANGELOG
33
http://www.springsource.org
44

55

6+
Changes in version 3.2.5 (2013-11-06)
7+
-------------------------------------
8+
9+
* fixed type prediction for generic factory method with conversion of method arguments (SPR-10411)
10+
* fixed GenericTypeResolver issues relating to ParameterizedType (SPR-10819)
11+
* allow indexed constructors to be used with @Autowire resolution (SPR-11019)
12+
* refined JavaConfig overrides algorithm (SPR-10988, SPR-10992)
13+
* fixed multiple calls to @Autowire setters when defining several beans of the same class (SPR-11027)
14+
* provided more lenient fallback checks for setter injection (SPR-10995)
15+
* allowed AnnotationConfigWebApplicationContext.register to be called multiple times (SPR-10852)
16+
* fixed various SpEL issues (SPR-9495, SPR-10452, SPR-10928, SPR-10884, SPR-10953, SPR-10716, SPR-10486, SPR-11031)
17+
* added XStream catch-all converter (SPR-10821)
18+
* fixed issue with AOP Advisor being silently skipped during creation (SPR-10430)
19+
* fixed use of configured prefix for Jackson message converters (SPR-10817)
20+
* fixed SimpleJdbcCall function return issues (SPR-10606)
21+
* protected against memory leak in AntPathMatcher (SPR-10803)
22+
* fixed memory leak in AbstractBeanFactory (SPR-10896)
23+
* fixed Ehcache RMI replication issue (SPR-10904)
24+
* fixed ArrayStoreException with ASM reading of enum subclass (SPR-10914)
25+
* prevented duplicate scan of @Import annotations (SPR-10918)
26+
* fixed issues using non-shareable @Resource (SPR-10931)
27+
* ensured malformed content type is translated to 415 status code (SPR-10982)
28+
* fixed issues when converting a single element array to object (SPR-10996)
29+
* allow override of @ContextConfiguration initializer when using @ContextHierarchy (SPR-10997)
30+
* fixed issue with ordering of @PropertySource values (SPR-10820)
31+
* fixed parsing issues with JNDI variables (SPR-11039)
32+
* fixed MockHttpServletRequestBuilder handling parameter without value (SPR-11043)
33+
* fixed ClasspathXmlApplicationContext inherit/merge of parent context environment (SPR-11068)
34+
* fixed wrong translation of MS SQL error code (SPR-10902)
35+
* fixed JMSTemplate issues when used with Oracle AQ (SPR-10829)
36+
* fixed AbstractMethodMockingControl off-by-one error (SPR-10885)
37+
* fixed potential NPE with JaxB2Marshaller (SPR-10828)
38+
* fixed potential NPE with RestTemplate (SPR-10848)
39+
* fixed potential NPE in AbstractApplicationEventMulticaster (SPR-10945)
40+
* fixed potential NPE with RedirectView (SPR-10937)
41+
* fixed NPE with ExtendedBeanInfo on IBM J9 VM (SPR-10862)
42+
* improved subclassing support for RequestMappingHandlerMapping (SPR-10950)
43+
* made AnnotationConfigUtils.processCommonDefinitionAnnotations public (SPR-11032)
44+
* removed unnecessary char[] allocation with NamedParameterUtils (SPR-11042)
45+
* refined logging output (SPR-10974, SPR-11017)
46+
* minor documentation updates (SPR-10798, SPR-10850, SPR-10927)
47+
48+
649
Changes in version 3.2.4 (2013-08-06)
750
-------------------------------------
851

0 commit comments

Comments
 (0)