[SPR-8627] Deprecated @ExpectedException.

This commit is contained in:
Sam Brannen 2011-08-20 18:39:36 +00:00
parent 381ab6fcc2
commit 1c7cc172d9
1 changed files with 2 additions and 1 deletions

View File

@ -44,9 +44,10 @@ 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 DelegatingSmartContextLoader as new default ContextLoader for TestContext framework
* deprecated @ExpectedException
* AnnotationConfigContextLoader now detects default configuration classes within test classes * AnnotationConfigContextLoader now detects default configuration classes within test classes
* TestContext now uses MergedContextConfiguration for the ContextCache key * TestContext now uses MergedContextConfiguration for the ContextCache key
* introduced DelegatingSmartContextLoader as new default ContextLoader for TestContext framework
* extended Servlet API mocks for Servlet 3.0 forward compatibility as far as possible * 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 * made MockHttpServletResponse compatible with Servlet 3.0 getHeader(s) method returning Strings
* added getHeaderValue(s) method to MockHttpServletResponse for raw value access * added getHeaderValue(s) method to MockHttpServletResponse for raw value access