@@ -8,11 +8,17 @@ Changes in version 3.1.4 (2013-01-23)
8
8
9
9
* overhauled non-void JavaBean write method support (SPR-10029)
10
10
* 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)
11
13
* 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)
12
15
* DefaultListableBeanFactory avoids wide/interleaved metadata locks to avoid deadlock potential (SPR-10020)
13
16
* fixed CGLIB proxy class leaks through further equals/hashCode implementations in Spring AOP pointcuts (SPR-8008)
14
17
* ConfigurationClassPostProcessor consistently uses ClassLoader, not loading core JDK classes via ASM (SPR-10058)
15
18
* 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)
16
22
* AbstractCacheManager accepts no caches defined, allowing for EHCache default cache setup (SPR-7955)
17
23
* reintroduced "mode" and "proxy-target-class" attributes in spring-task-3.1.xsd (SPR-10177)
18
24
* 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)
25
31
* MimeMessageHelper encodes attachment filename if not ASCII compliant (SPR-9258)
26
32
* FreeMarkerConfigurationFactory properly supports TemplateLoaders when recreating Configurations (SPR-9389)
27
33
* SpringContextResourceAdapter implements equals/hashCode according to the JCA 1.5 contract (SPR-9162)
34
+ * ContextLoader properly detects pre-refreshed WebApplicationContext (SPR-9996)
28
35
* AbstractCachingViewResolver uses a cache limit of 1024 by default, avoiding overflow for redirect URLs (SPR-10065)
29
36
* fixed HierarchicalUriComponents equals implementation (SPR-10088)
30
37
0 commit comments