Spring 2.0 Release Candidate 4 Released
We are pleased to announce that Spring 2.0 RC4 has been released. Download | Documentation | Changelog
This is the last release candidate before Spring 2.0 final. RC4 includes many further bug fixes and refinements in various areas, as well as minor new features (for example in the JMS support). Please see the changelog and JIRA issue list for all the details. The most notable changes include...
New and Noteworthy
- This release introduces versioned file names for the 2.0 DTD and XSDs. Please adapt your bean definition files if they build on the 2.0 XSDs on or 2.0-specific DTD features. For example:
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="
http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-2.0.xsd"><!-- Define your beans here -->
</beans>
- As you would expect, the Spring 1.2 DTD is still fully supported under its established spring-beans DTD file name.
- 2.0 XML configuration elements and attributes are now fully documented for each schema we support. Special thanks to Rick Evans for his contribution in this area.
- Apache OJB support (org.springframework.orm.ojb) is no longer shipped with the core Spring distribution as of this release. It is now available from the Spring Modules project.
- Spring's JPA support is now fully tested against Oracle TopLink Essentials v2 b16 as well as Hibernate EntityManager 3.2.0 CR2. Our extensive integration test suite fully passes for both of those JPA providers now. We are currently in the process of covering OpenJPA in the same fashion.
We look forward to your feedback on this release.
Enjoy,
Juergen Hoeller
Lead of Spring Framework Development
New Event: Core Spring.Net Training
Core Spring Courses...
Oct 7: Brisbane
Oct 14: Helsinki
Oct 21: Paris
Oct 23: Hamburg
Oct 28: Antwerp
Oct 28: Columbia MD
and more...
User login
Upcoming events
- Spring in Finance - London, United Kingdom(Event)(Now)
- Webinar: Building, Running, and Managing Spring-Powered Enterprise Applications (Europe)(Event)(6 days)
- Spring talk at the Luxembourg JUG(Event)(6 days)
- Webinar: Building, Running, and Managing Spring-Powered Enterprise Applications (North America)(Event)(6 days)
- Rob Harrop to present at Philadelphia Spring User Group(Event)(11 days)
- Spring Integration at Maine Java User Group(Event)(19 days)











