diff --git a/spring-framework-reference/src/new-in-3.1.xml b/spring-framework-reference/src/new-in-3.1.xml index 2cad62c8eb..ad4e66152f 100644 --- a/spring-framework-reference/src/new-in-3.1.xml +++ b/spring-framework-reference/src/new-in-3.1.xml @@ -125,10 +125,13 @@
- TestContext framework support for @Configuration classes + TestContext framework support for @Configuration classes and bean definition profiles The @ContextConfiguration annotation now supports supplying @Configuration classes for - configuring the Spring TestContext + configuring the Spring TestContext. In addition, a new + @ActiveProfiles annotation has been introduced + to support declarative configuration of active bean definition profiles in + ApplicationContext integration tests. See org.springframework.test.context.ContextConfiguration Javadoc