Skip to content

Commit 8f18337

Browse files
committed
final preparations for 3.1 GA release
1 parent 6796a77 commit 8f18337

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

build-spring-framework/resources/changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ http://www.springsource.org
66
Changes in version 3.1 GA (2011-12-12)
77
--------------------------------------
88

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

build-spring-framework/resources/readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
SPRING FRAMEWORK 3.1 RC2 (November 2011)
2-
----------------------------------------
1+
SPRING FRAMEWORK 3.1 GA (December 2011)
2+
---------------------------------------
33
http://www.springsource.org
44

55
1. INTRODUCTION

0 commit comments

Comments
 (0)