From ab704fdaba5137e4f4d3e15ae845e9f519203c4c Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Thu, 2 Jun 2011 17:35:02 +0000 Subject: [PATCH] [SPR-8393] AnnotatedBeanDefinitionReader's constructor now inherits the Environment of supplied BeanDefinitionRegistry. --- build-spring-framework/resources/changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/build-spring-framework/resources/changelog.txt b/build-spring-framework/resources/changelog.txt index 0aa72ada60..36478c2320 100644 --- a/build-spring-framework/resources/changelog.txt +++ b/build-spring-framework/resources/changelog.txt @@ -21,6 +21,7 @@ Changes in version 3.1 M2 (2011-05-31) * 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 * 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)