@@ -8,11 +8,17 @@ Changes in version 3.1.4 (2013-01-23)
88
99* overhauled non-void JavaBean write method support (SPR-10029)
1010* SpEL support for static finals on interfaces (SPR-10125)
11+ * BridgeMethodResolver properly handles bridge methods in interfaces (SPR-9330)
12+ * LocalVariableTableParameterNameDiscoverer works for bridge methods as well (SPR-9429)
1113* CachedIntrospectionResults uses full WeakReference for any non-safe ClassLoader arrangement (SPR-10028)
14+ * CachedIntrospectionResults.clearClassLoader(null) removes cached classes for the system class loader (SPR-9189)
1215* DefaultListableBeanFactory avoids wide/interleaved metadata locks to avoid deadlock potential (SPR-10020)
1316* fixed CGLIB proxy class leaks through further equals/hashCode implementations in Spring AOP pointcuts (SPR-8008)
1417* ConfigurationClassPostProcessor consistently uses ClassLoader, not loading core JDK classes via ASM (SPR-10058)
1518* MessageSourceResourceBundle overrides JDK 1.6 containsKey method, avoiding NPE in getKeys (SPR-10136)
19+ * SpringBeanAutowiringInterceptor eagerly releases BeanFactory if post-construction fails (SPR-10013)
20+ * added "exposeAccessContext" flag JndiRmiClientInterceptor/ProxyFactoryBean (for WebLogic; SPR-9428)
21+ * MBeanExporter does not log warnings for manually unregistered MBeans (SPR-9451)
1622* AbstractCacheManager accepts no caches defined, allowing for EHCache default cache setup (SPR-7955)
1723* reintroduced "mode" and "proxy-target-class" attributes in spring-task-3.1.xsd (SPR-10177)
1824* improved defensiveness of JDBC 3.0 ParameterMetaData calls for parameter type determination (SPR-10084)
@@ -25,6 +31,7 @@ Changes in version 3.1.4 (2013-01-23)
2531* MimeMessageHelper encodes attachment filename if not ASCII compliant (SPR-9258)
2632* FreeMarkerConfigurationFactory properly supports TemplateLoaders when recreating Configurations (SPR-9389)
2733* SpringContextResourceAdapter implements equals/hashCode according to the JCA 1.5 contract (SPR-9162)
34+ * ContextLoader properly detects pre-refreshed WebApplicationContext (SPR-9996)
2835* AbstractCachingViewResolver uses a cache limit of 1024 by default, avoiding overflow for redirect URLs (SPR-10065)
2936* fixed HierarchicalUriComponents equals implementation (SPR-10088)
3037
0 commit comments