Spring Framework 3.1 RC1 released
It is my pleasure to announce that the first Spring Framework 3.1 release candidate has - finally - been released this week! We have been working on this release for several months, completing our milestone work and recently adding support for Java SE 7 and for Hibernate 4.0 to the feature list.
Spring Framework 3.1 RC1 completes the 3.1 feature set:
-
The environment abstraction and the environment profile mechanism for bean definitions.
-
Comprehensive Java-based application configuration based on @Enable* annotations on @Configuration classes.
-
An overhaul of the TestContext framework with first-class support for @Configuration classes and for environment profiles.
-
Our new "c:" namespace for conveniently specifying constructor arguments by name in a concise inline style.
-
The cache abstraction with our declarative caching solution (@Cacheable etc) on top.
-
The Servlet 3.0 based WebApplicationInitializer mechanism for bootstrapping a Spring web application without web.xml!
…
