@@ -3,10 +3,10 @@ SPRING FRAMEWORK CHANGELOG
3
3
http://www.springsource.org
4
4
5
5
6
- Changes in version 3.1.1 (2012-02-15 )
6
+ Changes in version 3.1.1 (2012-02-16 )
7
7
-------------------------------------
8
8
9
- * official support for Hibernate 4.0 GA as well as Hibernate 4.1
9
+ * official support for Hibernate 4.0.0/4.0.1 as well as Hibernate 4.1
10
10
* JBossNativeJdbcExtractor is compatible with JBoss AS 7 as well
11
11
* restored JBossLoadTimeWeaver compatibility with JBoss AS 5.1
12
12
* Provider injection works with generically typed collections of beans as well
@@ -34,20 +34,21 @@ Changes in version 3.1.1 (2012-02-15)
34
34
* fixed QuartzJobBean and MethodInvokingJobDetailFactoryBean for compatibility with Quartz 2.0/2.1
35
35
* JMS CachingConnectionFactory never caches consumers for temporary queues and topics
36
36
* JMS SimpleMessageListenerContainer silently falls back to lazy registration of consumers
37
- * Servlet/PortletContextResource's "isReadable()" implementation returns false for directories
37
+ * added "receive-timeout" attribute to jms:listener-container element in JMS namespace
38
+ * ServletServerHttpRequest/Response fall back on the Content-Type and encoding of the request
38
39
* preserve quotes in MediaType parameters
39
40
* added "normalize()" method to UriComponents
40
41
* remove empty path segments from input to UriComponentsBuilder
41
42
* added "fromRequestUri(request)" and "fromCurrentRequestUri()" methods to ServletUriComponentsBuilder
43
+ * Servlet/PortletContextResource's "isReadable()" implementation returns false for directories
42
44
* allow adding flash attributes in methods with a ModelAndView return value
43
45
* make flash attributes available in the model of Parameterizable/UrlFilenameViewController
44
46
* revised the FlashMapManager contract and implementation to address a flaw in its design
45
- * improved @SessionAttributes handling to provide better support for clustered sessions
46
- * added property to RedirectView to disable expanding URI variables in redirect URL
47
+ * removed check for HTTP POST when resolving multipart request controller method arguments
47
48
* fixed request mapping bug involving direct vs pattern path matches with HTTP methods
48
- * removed check for HTTP "POST" when resolving multipart request controller method arguments
49
49
* updated @RequestMapping and reference docs wrt differences between @MVC 3.1 and @MVC 2.5-3.0
50
- * ServletServerHttpRequest/Response fall back on the Content-Type and encoding of the request
50
+ * improved @SessionAttributes handling to provide better support for clustered sessions
51
+ * added property to RedirectView to disable expanding URI variables in redirect URL
51
52
52
53
53
54
Changes in version 3.1 GA (2011-12-12)
0 commit comments