Skip to content

Commit ff862ad

Browse files
committed
final preparations for 3.1.1 release
1 parent 94e3f08 commit ff862ad

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

build-spring-framework/resources/changelog.txt

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ SPRING FRAMEWORK CHANGELOG
33
http://www.springsource.org
44

55

6-
Changes in version 3.1.1 (2012-02-15)
6+
Changes in version 3.1.1 (2012-02-16)
77
-------------------------------------
88

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
1010
* JBossNativeJdbcExtractor is compatible with JBoss AS 7 as well
1111
* restored JBossLoadTimeWeaver compatibility with JBoss AS 5.1
1212
* Provider injection works with generically typed collections of beans as well
@@ -34,20 +34,21 @@ Changes in version 3.1.1 (2012-02-15)
3434
* fixed QuartzJobBean and MethodInvokingJobDetailFactoryBean for compatibility with Quartz 2.0/2.1
3535
* JMS CachingConnectionFactory never caches consumers for temporary queues and topics
3636
* 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
3839
* preserve quotes in MediaType parameters
3940
* added "normalize()" method to UriComponents
4041
* remove empty path segments from input to UriComponentsBuilder
4142
* added "fromRequestUri(request)" and "fromCurrentRequestUri()" methods to ServletUriComponentsBuilder
43+
* Servlet/PortletContextResource's "isReadable()" implementation returns false for directories
4244
* allow adding flash attributes in methods with a ModelAndView return value
4345
* make flash attributes available in the model of Parameterizable/UrlFilenameViewController
4446
* 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
4748
* 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
4949
* 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
5152

5253

5354
Changes in version 3.1 GA (2011-12-12)

0 commit comments

Comments
 (0)