From e5702cd3de6c87dea78477486f04528260e2c6ad Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Mon, 30 May 2011 13:18:16 +0000 Subject: [PATCH] final preparations for 3.1 M2 release --- build-spring-framework/resources/changelog.txt | 13 ++++++------- build-spring-framework/resources/readme.txt | 4 ++-- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/build-spring-framework/resources/changelog.txt b/build-spring-framework/resources/changelog.txt index 0ca8e530b3..4011e41426 100644 --- a/build-spring-framework/resources/changelog.txt +++ b/build-spring-framework/resources/changelog.txt @@ -6,13 +6,8 @@ http://www.springsource.org Changes in version 3.1 M2 (2011-05-31) -------------------------------------- -* eliminated @Feature support in favor of @Enable* and framework-provided @Configuration classes -* deprecated AbstractJUnit38SpringContextTests and AbstractTransactionalJUnit38SpringContextTests -* DefaultListableBeanFactory only accepts serialized id references on deserialization -* added support for a "contextIdPrefix" parameter, adding a UID to internal BeanFactory ids -* RemoteExporter uses an opaque proxy for 'serviceInterface' exposure (no AOP interfaces exposed) -* fixed JPA 2.0 timeout hints to correctly specify milliseconds * revised cache abstraction to focus on minimal atomic access operations +* 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 * introduced HandlerMethod abstraction representing a Spring MVC controller method @@ -21,11 +16,15 @@ Changes in version 3.1 M2 (2011-05-31) * support for automatically adding @PathVariables to the model * support for including @PathVariables in data binding * support for URI template variables in view names with the "redirect:" prefix -* a flag for extracting the value from single-key models in MappingJacksonJsonView +* added a flag for extracting the value from single-key models in MappingJacksonJsonView * allow bean references in mvc:interceptor namespace elements * 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 +* fixed JPA 2.0 timeout hints to correctly specify milliseconds +* RemoteExporter uses an opaque proxy for 'serviceInterface' (no AOP interfaces exposed) +* updated Quartz package to support Quartz 1.8 as well (note: not fully supporting Quartz 2.0 yet) +* deprecated AbstractJUnit38SpringContextTests and AbstractTransactionalJUnit38SpringContextTests Changes in version 3.1 M1 (2011-02-11) diff --git a/build-spring-framework/resources/readme.txt b/build-spring-framework/resources/readme.txt index 6892154aff..f07224363d 100644 --- a/build-spring-framework/resources/readme.txt +++ b/build-spring-framework/resources/readme.txt @@ -1,5 +1,5 @@ -SPRING FRAMEWORK 3.1 M1 (February 2011) ---------------------------------------- +SPRING FRAMEWORK 3.1 M2 (May 2011) +---------------------------------- http://www.springframework.org 1. INTRODUCTION