[SPR-8633] Introduced generic invokeMethod() in ReflectionTestUtils.

master
Sam Brannen 13 years ago
parent 4d99ddba8a
commit 7a1553472d
  1. 1
      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 * JavaMailSenderImpl detects and respects "mail.transport.protocol" property in existing Session
* added ConcurrentMapCacheManager, dynamically building ConcurrentMapCache instances at runtime * added ConcurrentMapCacheManager, dynamically building ConcurrentMapCache instances at runtime
* added "disabled" property to EhCacheFactoryBean * added "disabled" property to EhCacheFactoryBean
* introduced generic invokeMethod() in ReflectionTestUtils
* introduced DelegatingSmartContextLoader as new default ContextLoader for TestContext framework * introduced DelegatingSmartContextLoader as new default ContextLoader for TestContext framework
* deprecated @ExpectedException * deprecated @ExpectedException
* AnnotationConfigContextLoader now detects default configuration classes within test classes * AnnotationConfigContextLoader now detects default configuration classes within test classes

Loading…
Cancel
Save