@@ -12,25 +12,30 @@ Changes in version 3.2.1 (2013-01-24)
12
12
* BridgeMethodResolver properly handles bridge methods in interfaces (SPR-9330)
13
13
* LocalVariableTableParameterNameDiscoverer works for bridge methods as well (SPR-9429)
14
14
* CachedIntrospectionResults.clearClassLoader(null) removes cached classes for the system class loader (SPR-9189)
15
+ * introduced NoUniqueBeanDefinitionException as a dedicated subclass of NoSuchBeanDefinitionException (SPR-10194)
15
16
* fixed QualifierAnnotationAutowireCandidateResolver's detection of custom qualifier annotations (SPR-10107)
16
17
* fixed AbstractAutoProxyCreator to accept null bean names again (SPR-10108)
17
18
* AbstractAdvisingBeanPostProcessor caches per bean target class, working for null bean names as well (SPR-10144)
18
19
* MessageSourceResourceBundle overrides JDK 1.6 containsKey method, avoiding NPE in getKeys (SPR-10136)
20
+ * SpringValidationAdapter properly detects invalid value for JSR-303 field-level bean constraints (SPR-9332)
19
21
* SpringBeanAutowiringInterceptor eagerly releases BeanFactory if post-construction fails (SPR-10013)
20
22
* added "exposeAccessContext" flag JndiRmiClientInterceptor/ProxyFactoryBean (for WebLogic; SPR-9428)
21
23
* MBeanExporter does not log warnings for manually unregistered MBeans (SPR-9451)
22
24
* AbstractCacheManager accepts no caches defined, allowing for EHCache default cache setup (SPR-7955)
23
25
* EhCacheManagerFactoryBean applies cacheManagerName ahead of creation (for EHCache 2.5 compatibility; SPR-9171)
24
- * JDBC parameter binding uses JDBC 3.0 ParameterMetaData (if available) for type determination (SPR-10084)
25
26
* reintroduced "mode" and "proxy-target-class" attributes in spring-task-3.1/3.2.xsd (SPR-10177)
26
27
* spring-task-3.2.xsd allows for SpEL expressions in initial-delay attribute (SPR-10102)
27
28
* spring-jms-3.2.xsd allows for SpEL expressions in prefetch and receive-timeout attributes (SPR-9553)
28
29
* JmsTemplate uses configured receiveTimeout if shorter than remaining transaction timeout (SPR-10109)
29
30
* added MappingJackson2MessageConverter for JMS (SPR-10099)
31
+ * JDBC parameter binding uses JDBC 3.0 ParameterMetaData (if available) for type determination (SPR-10084)
32
+ * JpaTransactionManager etc finds default EntityManagerFactory in parent context as well (SPR-10160)
30
33
* MimeMessageHelper encodes attachment filename if not ASCII compliant (SPR-9258)
31
34
* FreeMarkerConfigurationFactory properly supports TemplateLoaders when recreating Configurations (SPR-9389)
32
35
* SpringContextResourceAdapter implements equals/hashCode according to the JCA 1.5 contract (SPR-9162)
33
36
* ContextLoader properly detects pre-refreshed WebApplicationContext (SPR-9996)
37
+ * MockHttpServletRequest's getParameter(Values) returns null for null parameter name (SPR-10192)
38
+ * MockHttpServletResponse's getHeaderNames declares Collection instead of Set for Servlet 3.0 compatibility (SPR-9885)
34
39
35
40
36
41
Changes in version 3.2 GA (2012-12-13)
0 commit comments