New Spring 3.0.5 Released (Hibernate 3.6.0 Final, too)

Version 3.0.5 of the Spring framework and 3.6.0 of the Hibernate framework have been released.

Object Partners

Just a quick note that on October 20, just in time for Halloween, the new version of the Spring framework, v3.0.5 was released. Oh yeah, Hibernate 3.6.0 is Final, too!

I’ve converted a few projects, and had no ill effects; haven’t had to change one line of code, no tests failed, no new Exceptions got thrown. A simple swap of the JAR files, or a change of the version number (from 3.0.3.RELEASE to 3.0.5.RELEASE) in my Maven POM files did the trick.

The changelog.txt notes a bunch of changes since I last notice a Spring release (v3.0.3), the most notable of which is full support for Hibernate v3.6.0 Final (3.6.0.Final for your Maven versions).

Share this Post

Related Blog Posts

JVM

Grails Plumbing: Spring AOP Interceptors With Annotations

November 16th, 2010

Wiring up a Grails application to use Springs Interceptors with Annotations

Object Partners
JVM

Unit Testing your Persistence Tier code

November 9th, 2010

Writing Java JUnit unit-tests for your JPA/Hibernate persistence-tier code leveraging a memory resident database, HSQLDB.

Neil Buesing
JVM

Why Grails?

November 4th, 2010

Overview of benefits of using Grails and Groovy on web development projects.

Object Partners

About the author