Skip to content

Commit 02e79f5

Browse files
committed
final preparations for 3.1 M2
1 parent cd933c7 commit 02e79f5

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

build-spring-framework/resources/changelog.txt

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@ SPRING FRAMEWORK CHANGELOG
33
http://www.springsource.org
44

55

6-
Changes in version 3.1 M2 (2011-06-06)
6+
Changes in version 3.1 M2 (2011-06-08)
77
--------------------------------------
88

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
1013
* eliminated @Feature support in favor of @Enable* and framework-provided @Configuration classes
1114
* introduced @EnableTransactionManagement, @EnableScheduling, etc
1215
* introduced @EnableWebMvc to provide default configuration for Spring MVC applications
@@ -22,10 +25,11 @@ Changes in version 3.1 M2 (2011-06-06)
2225
* consolidated the initialization and use of MappedInterceptors in AbstractHandlerMapping
2326
* added Servlet 3.0 based WebApplicationInitializer mechanism for programmatic bootstrapping
2427
* added Servlet 3.0 based StandardServletMultipartResolver
25-
* AnnotatedBeanDefinitionReader now inherits Environment of supplied BeanDefinitionRegistry
28+
* added "packagesToScan" feature to LocalContainerEntityManagerFactoryBean (avoiding persistence.xml)
2629
* 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
2831
* 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)
2933
* introduced AnnotationConfigContextLoader to provide TestContext support for @Configuration classes
3034
* introduced @ActiveProfiles for declarative configuration of bean definition profiles in tests
3135
* TestContext generates context cache key based on all applicable configuration metadata

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 M2 (May 2011)
2-
----------------------------------
1+
SPRING FRAMEWORK 3.1 M2 (June 2011)
2+
-----------------------------------
33
http://www.springframework.org
44

55
1. INTRODUCTION

0 commit comments

Comments
 (0)