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
Upcoming Trainings:
Core Spring
July 6 - 9: Melbourne
July 7 - 10: San Diego
July 7 - 10: Paris
July 14 - 17: Dublin
July 21 - 24: Madrid
Developing Rich Web Applications with Spring
July 21 - 24: San Francisco
July 27 - 30: Canberra
Enterprise Integration with Spring
July 21 - 24: Warsaw
July 21 - 24: Chicago
Plus:
OSGi, Hibernate, Apache Tomcat, Groovy & Grails and more...
User login
Upcoming events
- Groovy & Grails with Guillaume Laforge - Paris, FR(Event)(18 days)
- Groovy & Grails with Jeff Brown - Herndon, VA(Event)(18 days)
- Groovy & Grails with Graeme Rocher - London, UK(Event)(25 days)
- Webinar: SpringSource and the Adobe Flash Platform(Event)(48 days)
- SpringOne 2GX 2009(Event)(108 days)
- SpringOne 2GX 2009(Event)(108 days)












