File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
build-spring-framework/resources Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ Changes in version 3.1.4 (2013-01-23)
22
22
* AbstractCacheManager accepts no caches defined, allowing for EHCache default cache setup (SPR-7955)
23
23
* reintroduced "mode" and "proxy-target-class" attributes in spring-task-3.1.xsd (SPR-10177)
24
24
* improved defensiveness of JDBC 3.0 ParameterMetaData calls for parameter type determination (SPR-10084)
25
+ * JpaTransactionManager etc finds default EntityManagerFactory in parent context as well (SPR-10160)
25
26
* tx timeouts for JPA translate to "javax.persistence.query.timeout" only (for EclipseLink compatibility; SPR-10068)
26
27
* DefaultMessageListenerContainer allows for concurrent subscription consumers on WebLogic/ActiveMQ (SPR-10037)
27
28
* 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
35
* ContextLoader properly detects pre-refreshed WebApplicationContext (SPR-9996)
35
36
* AbstractCachingViewResolver uses a cache limit of 1024 by default, avoiding overflow for redirect URLs (SPR-10065)
36
37
* fixed HierarchicalUriComponents equals implementation (SPR-10088)
38
+ * MockHttpServletRequest's getParameter(Values) returns null for null parameter name (SPR-10192)
39
+ * MockHttpServletResponse's getHeaderNames declares Collection instead of Set for Servlet 3.0 compatibility (SPR-9885)
37
40
38
41
39
42
Changes in version 3.1.3 (2012-10-31)
You can’t perform that action at this time.
0 commit comments