File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
build-spring-framework/resources Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ SPRING FRAMEWORK CHANGELOG
3
3
http://www.springsource.org
4
4
5
5
6
- Changes in version 3.1 M2 (2011-05-31 )
6
+ Changes in version 3.1 M2 (2011-06-06 )
7
7
--------------------------------------
8
8
9
9
* revised cache abstraction to focus on minimal atomic access operations
@@ -27,6 +27,8 @@ Changes in version 3.1 M2 (2011-05-31)
27
27
* RemoteExporter uses an opaque proxy for 'serviceInterface' (no AOP interfaces exposed)
28
28
* updated Quartz package to support Quartz 1.8 as well (note: not fully supporting Quartz 2.0 yet)
29
29
* introduced AnnotationConfigContextLoader to provide TestContext support for @Configuration classes
30
+ * introduced @ActiveProfiles for declarative configuration of bean definition profiles in tests
31
+ * TestContext generates context cache key based on all applicable configuration metadata
30
32
* deprecated AbstractJUnit38SpringContextTests and AbstractTransactionalJUnit38SpringContextTests
31
33
32
34
You can’t perform that action at this time.
0 commit comments