File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,22 @@ Changes in version 3.2 RC1 (2012-11-02)
42
42
* added Jackson2ObjectMapperBeanFactory (SPR-9739)
43
43
* the Jackson message converters now include "application/*+json" in supported media types (SPR-7905)
44
44
* DispatcherPortlet uses a forward for rendering a view as resource response (SPR-9876)
45
+ * prevent duplicate @Import processing and ImportBeanDefinitionRegistrar invocation (SPR-9925)
46
+ * throw AopInvocationException on advise returning null for primitive type (SPR-4675)
47
+ * resolve Collection element types during conversion (SPR-9257)
48
+ * allow SpEL reserved words in type package names (SPR-9862)
49
+ * provide alternative message code resolver styles (SPR-9707)
50
+ * support conversion from Enum Interface (SPR-9692)
51
+ * bypass conversion when possible (SPR-9566)
52
+ * extend conditional conversion support (SPR-9928)
53
+ * introduce @EnableMBeanExport (SPR-8943)
54
+ * add StringToUUIDConverter (SPR-9765)
55
+ * allow MapToMap conversion even without a default constructor (SPR-9284)
56
+ * allow SpEL to resolve getter method against object of type Class (SPR-9017)
57
+ * prevent memory leaks with @Configuration beans (SPR-9851)
58
+ * support inferred base package for @ComponentScan (SPR-9586)
59
+ * sort candidate @AspectJ methods deterministically (SPR-9729)
60
+ * improve SimpleStreamingClientHttpRequest performance (SPR-9530)
45
61
46
62
47
63
Changes in version 3.2 M2 (2012-09-11)
You can’t perform that action at this time.
0 commit comments