|
|
|
|
@ -22,6 +22,7 @@ Changes in version 3.1.4 (2013-01-23)
@@ -22,6 +22,7 @@ Changes in version 3.1.4 (2013-01-23)
|
|
|
|
|
* 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) |
|
|
|
|
* JpaTransactionManager etc finds default EntityManagerFactory in parent context as well (SPR-10160) |
|
|
|
|
* tx timeouts for JPA translate to "javax.persistence.query.timeout" only (for EclipseLink compatibility; SPR-10068) |
|
|
|
|
* DefaultMessageListenerContainer allows for concurrent subscription consumers on WebLogic/ActiveMQ (SPR-10037) |
|
|
|
|
* DefaultMessageListenerContainer clears resources of paused tasks when shutting down after stop (SPR-10092) |
|
|
|
|
@ -34,6 +35,8 @@ Changes in version 3.1.4 (2013-01-23)
@@ -34,6 +35,8 @@ Changes in version 3.1.4 (2013-01-23)
|
|
|
|
|
* 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) |
|
|
|
|
* MockHttpServletRequest's getParameter(Values) returns null for null parameter name (SPR-10192) |
|
|
|
|
* MockHttpServletResponse's getHeaderNames declares Collection instead of Set for Servlet 3.0 compatibility (SPR-9885) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Changes in version 3.1.3 (2012-10-31) |
|
|
|
|
|