From bfbd7def33ffbda5b3520869895f564c800f410f Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Sat, 13 Aug 2011 14:57:48 +0000 Subject: [PATCH] Documented recent changes to the TestContext framework in the changelog --- build-spring-framework/resources/changelog.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-spring-framework/resources/changelog.txt b/build-spring-framework/resources/changelog.txt index 49c17b1119..8bf6e01c06 100644 --- a/build-spring-framework/resources/changelog.txt +++ b/build-spring-framework/resources/changelog.txt @@ -39,7 +39,9 @@ Changes in version 3.1 RC1 (2011-08-xx) * JavaMailSenderImpl detects and respects "mail.transport.protocol" property in existing Session * added ConcurrentMapCacheManager, dynamically building ConcurrentMapCache instances at runtime * added "disabled" property to EhCacheFactoryBean -* AnnotationConfigContextLoader now supports default configuration classes within test classes +* AnnotationConfigContextLoader now detects default configuration classes within test classes +* TestContext now uses MergedContextConfiguration for the ContextCache key +* introduced DelegatingSmartContextLoader as the new default ContextLoader for the TestContext framework * extended Servlet API mocks for Servlet 3.0 forward compatibility as far as possible * made MockHttpServletResponse compatible with Servlet 3.0 getHeader(s) method returning Strings * added getHeaderValue(s) method to MockHttpServletResponse for raw value access