@@ -6,6 +6,7 @@ http://www.springsource.org
6
6
Changes in version 3.1 GA (2011-12-12)
7
7
--------------------------------------
8
8
9
+ * SmartLifecycle beans in Lifecycle dependency graphs are only being started when isAutoStartup=true
9
10
* ConversionService is able to work with "Collections.emptyList()" as target type (again)
10
11
* restored DataBinder's ability to bind to an auto-growing List with unknown element type
11
12
* added SmartValidator interface with general support for validation hints
@@ -18,10 +19,13 @@ Changes in version 3.1 GA (2011-12-12)
18
19
* optimized AnnotationTransactionAspect and AnnotationCacheAspect pointcuts to avoid runtime checks
19
20
* renamed @CacheEvict's "afterInvocation" attribute to "beforeInvocation" (for better readability)
20
21
* added "mappingResources" property to LocalContainerEntityManagerFactoryBean (pointing to orm.xml)
22
+ * Hibernate 4.0 variant of HibernateTransactionManager properly works with Open Session in View now
21
23
* JmsInvokerClientInterceptor/FactoryBean always uses createConnection/createSession when on JMS 1.1
22
24
* 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
23
26
* ResourceHttpRequestHandler sends content without content-type header if no media type found
24
27
* ResourceHttpRequestHandler and ContentNegotiatingViewResolver use consistent mime type resolution
28
+ * simplified support package layout in "web.method" and "web.servlet.mvc.method"
25
29
* added "useTrailingSlashMatch" property to RequestMappingHandlerMapping
26
30
* Portlet MVC annotation mapping allows for distributing action names across controllers
27
31
* added String constants to MediaType
0 commit comments