final preparations for 3.1 GA release

This commit is contained in:
Juergen Hoeller
2011-12-12 23:38:05 +00:00
parent 6796a775d2
commit 8f18337543
2 changed files with 6 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ http://www.springsource.org
Changes in version 3.1 GA (2011-12-12)
--------------------------------------
* SmartLifecycle beans in Lifecycle dependency graphs are only being started when isAutoStartup=true
* ConversionService is able to work with "Collections.emptyList()" as target type (again)
* restored DataBinder's ability to bind to an auto-growing List with unknown element type
* added SmartValidator interface with general support for validation hints
@@ -18,10 +19,13 @@ Changes in version 3.1 GA (2011-12-12)
* optimized AnnotationTransactionAspect and AnnotationCacheAspect pointcuts to avoid runtime checks
* renamed @CacheEvict's "afterInvocation" attribute to "beforeInvocation" (for better readability)
* added "mappingResources" property to LocalContainerEntityManagerFactoryBean (pointing to orm.xml)
* Hibernate 4.0 variant of HibernateTransactionManager properly works with Open Session in View now
* JmsInvokerClientInterceptor/FactoryBean always uses createConnection/createSession when on JMS 1.1
* added out-of-the-box MappingJacksonMessageConverter impl for Spring's JMS MessageConverter facility
* DispatcherServlet's "dispatchOptionsRequest" only sets the default 'Allow' header if actually needed
* ResourceHttpRequestHandler sends content without content-type header if no media type found
* ResourceHttpRequestHandler and ContentNegotiatingViewResolver use consistent mime type resolution
* simplified support package layout in "web.method" and "web.servlet.mvc.method"
* added "useTrailingSlashMatch" property to RequestMappingHandlerMapping
* Portlet MVC annotation mapping allows for distributing action names across controllers
* added String constants to MediaType

View File

@@ -1,5 +1,5 @@
SPRING FRAMEWORK 3.1 RC2 (November 2011)
----------------------------------------
SPRING FRAMEWORK 3.1 GA (December 2011)
---------------------------------------
http://www.springsource.org
1. INTRODUCTION