@@ -3,10 +3,13 @@ SPRING FRAMEWORK CHANGELOG
3
3
http://www.springsource.org
4
4
5
5
6
- Changes in version 3.1 M2 (2011-06-06 )
6
+ Changes in version 3.1 M2 (2011-06-08 )
7
7
--------------------------------------
8
8
9
- * revised cache abstraction to focus on minimal atomic access operations
9
+ * revised TypeDescriptor signature and implementation for clearer handling of nested generics
10
+ * full support for arbitrary nesting of collections in fields
11
+ * proper type detection in nested collections within arrays
12
+ * AnnotatedBeanDefinitionReader now inherits Environment of supplied BeanDefinitionRegistry
10
13
* eliminated @Feature support in favor of @Enable* and framework-provided @Configuration classes
11
14
* introduced @EnableTransactionManagement, @EnableScheduling, etc
12
15
* introduced @EnableWebMvc to provide default configuration for Spring MVC applications
@@ -22,10 +25,11 @@ Changes in version 3.1 M2 (2011-06-06)
22
25
* consolidated the initialization and use of MappedInterceptors in AbstractHandlerMapping
23
26
* added Servlet 3.0 based WebApplicationInitializer mechanism for programmatic bootstrapping
24
27
* added Servlet 3.0 based StandardServletMultipartResolver
25
- * AnnotatedBeanDefinitionReader now inherits Environment of supplied BeanDefinitionRegistry
28
+ * added "packagesToScan" feature to LocalContainerEntityManagerFactoryBean (avoiding persistence.xml)
26
29
* fixed JPA 2.0 timeout hints to correctly specify milliseconds
27
- * RemoteExporter uses an opaque proxy for 'serviceInterface' (no AOP interfaces exposed)
30
+ * revised cache abstraction to focus on minimal atomic access operations
28
31
* updated Quartz package to support Quartz 1.8 as well (note: not fully supporting Quartz 2.0 yet)
32
+ * RemoteExporter uses an opaque proxy for 'serviceInterface' (no AOP interfaces exposed)
29
33
* introduced AnnotationConfigContextLoader to provide TestContext support for @Configuration classes
30
34
* introduced @ActiveProfiles for declarative configuration of bean definition profiles in tests
31
35
* TestContext generates context cache key based on all applicable configuration metadata
0 commit comments