@@ -3,6 +3,35 @@ SPRING FRAMEWORK CHANGELOG
3
3
http://www.spring.io
4
4
5
5
6
+ Changes in version 3.2.7 (2013-12-12)
7
+ -------------------------------------
8
+
9
+ * fixed memory leaks with @Async (SPR-11275, SPR-11276)
10
+ * restored full Java 5 compatibility (SPR-11313, SPR-11349, SPR-11321)
11
+ * fixed various dependency compatibility issues (SPR-11359, SPR-11265, SPR-11362, SPR-11284)
12
+ * improved performance and reduced memory consumption for some edge cases (SPR-11343, SPR-9014, SPR-11344, SPR-11304)
13
+ * fixed WebSphere compatibility issue (SPR-11341, SPR-11297)
14
+ * fixed ServletWebRequest.checkNotModified() methods to treat HEAD identically to GET (SPR-11317)
15
+ * fixed various regression issues (SPR-11320, SPR-11246, SPR-11231)
16
+ * fixed theme resolution fails with "IllegalArgumentException" issue (SPR-11128)
17
+ * fixed @Enable registrars subclass issues (SPR-11251)
18
+ * allowed consolidation of all configuration into the "root" context with AbstractAnnotationConfigDispatcherServletInitializer (SPR-11357)
19
+ * provided alternative RestTemplate constructor to avoid default MessageConverter creation (SPR-11351)
20
+ * handle NoClassDefFoundError for TestExecutionListeners consistently (SPR-11347)
21
+ * fixed @Bean meta-annotation detection when using ASM (SPR-10488)
22
+ * provide access to SimpleTriggerFactoryBean property startTime (SPR-10940)
23
+ * added patch() to MockMvcRequestBuilders (SPR-11299)
24
+ * provided a mechanism for adding ApplicationContextInitializers to DispatcherServlet's ApplicationContext (SPR-11314)
25
+ * fixed various documentation issues (SPR-3983, SPR-11364, SPR-11331)
26
+ * enabled ServletTestExecutionListener by default in abstract base test classes (SPR-11340)
27
+ * fixed type comparison in ReflectionHelper.getTypeDifferenceWeight (SPR-11306)
28
+ * improved logging and exception information (SPR-11346, SPR-11333)
29
+ * fixed read/write method mismatch problems with BeanWrapper (SPR-11361)
30
+ * fixed context:component-scan element in the mvc-cofig.xml (SPR-11221)
31
+ * fixed XMLEventStreamWriter handleing for writeEmptyElement() followed by writeAttribute() (SPR-11254)
32
+ * fixed CronTriggerFactoryBean to allow calendar name and description to be specified (SPR-9771)
33
+
34
+
6
35
Changes in version 3.2.6 (2013-12-12)
7
36
-------------------------------------
8
37
0 commit comments