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