Files
spring-framework/build-spring-framework/resources
Rossen Stoyanchev 9e370208d0 Fix content negotiation issue with sort by q-value
Before this fix the q-value of media types in the Accept header were
ignored when using the new RequestMappingHandlerAdapter in combination
with @ResponseBody and HttpMessageConverters.

Issue: SPR-9160
Backport-Issue: SPR-9168
Backport-Commit: 982cb2f258
2012-06-26 17:28:52 -04:00
..
2010-12-09 19:55:41 +00:00
2011-02-08 16:58:34 +00:00
2012-02-14 21:30:12 +01:00

SPRING FRAMEWORK 3.1.1 (February 2012)
--------------------------------------
http://www.springsource.org

1. INTRODUCTION

Spring Framework 3.1 builds on the Spring Framework 3.0 foundation with
a focus on Java-based application configuration and MVC enhancements.

2. RELEASE NOTES

This release comes with complete reference documentation. For further
details, consult the provided javadoc for specific packages and classes.

3. DISTRIBUTION JAR FILES

The Spring Framework module jar files can be found in the 'dist'
directory. Note that this release does not contain a 'spring.jar' file
anymore, in contrast to previous Spring generations. Furthermore, the jar
file names now follow bundle repository conventions.

4. GETTING STARTED

Please consult the blog examples at http://blog.springsource.com as well
as sections of interest in the reference documentation. Sample
applications and related material are provided as separate downloads.