From 4642cca893cc67905eacf5d2d867537f04d11277 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Wed, 1 Jun 2011 16:13:40 +0000 Subject: [PATCH] [SPR-6184] Introduced AnnotationConfigContextLoader to provide TestContext support for @Configuration classes --- 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 4011e41426..0aa72ada60 100644 --- a/build-spring-framework/resources/changelog.txt +++ b/build-spring-framework/resources/changelog.txt @@ -24,6 +24,7 @@ Changes in version 3.1 M2 (2011-05-31) * 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) +* introduced AnnotationConfigContextLoader to provide TestContext support for @Configuration classes * deprecated AbstractJUnit38SpringContextTests and AbstractTransactionalJUnit38SpringContextTests