From 02e79f567340eff1695bb1425850e187dea964d1 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Tue, 7 Jun 2011 22:34:52 +0000 Subject: [PATCH] final preparations for 3.1 M2 --- build-spring-framework/resources/changelog.txt | 12 ++++++++---- build-spring-framework/resources/readme.txt | 4 ++-- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/build-spring-framework/resources/changelog.txt b/build-spring-framework/resources/changelog.txt index d7ff9d2443c..78113a3aa0c 100644 --- a/build-spring-framework/resources/changelog.txt +++ b/build-spring-framework/resources/changelog.txt @@ -3,10 +3,13 @@ SPRING FRAMEWORK CHANGELOG http://www.springsource.org -Changes in version 3.1 M2 (2011-06-06) +Changes in version 3.1 M2 (2011-06-08) -------------------------------------- -* revised cache abstraction to focus on minimal atomic access operations +* revised TypeDescriptor signature and implementation for clearer handling of nested generics +* full support for arbitrary nesting of collections in fields +* proper type detection in nested collections within arrays +* AnnotatedBeanDefinitionReader now inherits Environment of supplied BeanDefinitionRegistry * eliminated @Feature support in favor of @Enable* and framework-provided @Configuration classes * introduced @EnableTransactionManagement, @EnableScheduling, etc * introduced @EnableWebMvc to provide default configuration for Spring MVC applications @@ -22,10 +25,11 @@ Changes in version 3.1 M2 (2011-06-06) * consolidated the initialization and use of MappedInterceptors in AbstractHandlerMapping * added Servlet 3.0 based WebApplicationInitializer mechanism for programmatic bootstrapping * added Servlet 3.0 based StandardServletMultipartResolver -* AnnotatedBeanDefinitionReader now inherits Environment of supplied BeanDefinitionRegistry +* added "packagesToScan" feature to LocalContainerEntityManagerFactoryBean (avoiding persistence.xml) * fixed JPA 2.0 timeout hints to correctly specify milliseconds -* RemoteExporter uses an opaque proxy for 'serviceInterface' (no AOP interfaces exposed) +* revised cache abstraction to focus on minimal atomic access operations * updated Quartz package to support Quartz 1.8 as well (note: not fully supporting Quartz 2.0 yet) +* RemoteExporter uses an opaque proxy for 'serviceInterface' (no AOP interfaces exposed) * introduced AnnotationConfigContextLoader to provide TestContext support for @Configuration classes * introduced @ActiveProfiles for declarative configuration of bean definition profiles in tests * TestContext generates context cache key based on all applicable configuration metadata diff --git a/build-spring-framework/resources/readme.txt b/build-spring-framework/resources/readme.txt index f07224363d1..1e6035c5f76 100644 --- a/build-spring-framework/resources/readme.txt +++ b/build-spring-framework/resources/readme.txt @@ -1,5 +1,5 @@ -SPRING FRAMEWORK 3.1 M2 (May 2011) ----------------------------------- +SPRING FRAMEWORK 3.1 M2 (June 2011) +----------------------------------- http://www.springframework.org 1. INTRODUCTION