From 7a1553472d5628f6dc7085852e32f43fcd731f4e Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Wed, 24 Aug 2011 17:29:00 +0000 Subject: [PATCH] [SPR-8633] Introduced generic invokeMethod() in ReflectionTestUtils. --- 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 fce940dfe5..22f0fd8501 100644 --- a/build-spring-framework/resources/changelog.txt +++ b/build-spring-framework/resources/changelog.txt @@ -44,6 +44,7 @@ Changes in version 3.1 RC1 (2011-09-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 +* introduced generic invokeMethod() in ReflectionTestUtils * introduced DelegatingSmartContextLoader as new default ContextLoader for TestContext framework * deprecated @ExpectedException * AnnotationConfigContextLoader now detects default configuration classes within test classes