From 8a93309c22164eac03b7c596e8e784bc43a2da31 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Tue, 22 Jan 2013 21:11:10 +0100 Subject: [PATCH] Final preparations for 3.1.4 --- build-spring-framework/resources/changelog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-spring-framework/resources/changelog.txt b/build-spring-framework/resources/changelog.txt index bf790fbe8ce..e953e0cba3d 100644 --- a/build-spring-framework/resources/changelog.txt +++ b/build-spring-framework/resources/changelog.txt @@ -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) * 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)