Nov 18, 2010

New Spring 3.0.5 Released (Hibernate 3.6.0 Final, too)

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).

About the Author

Object Partners profile.
Leave a Reply

Your email address will not be published. Required fields are marked *

Related Blog Posts
Android Development for iOS Developers
Android development has greatly improved since the early days. Maybe you tried it out when Android development was done in Eclipse, emulators were slow and buggy, and Java was the required language. Things have changed […]
Add a custom object to your Liquibase diff
Adding a custom object to your liquibase diff is a pretty simple two step process. Create an implementation of DatabaseObject Create an implementation of SnapshotGenerator In my case I wanted to add tracking of Stored […]
Keeping Secrets Out of Terraform State
There are many instances where you will want to create resources via Terraform with secrets that you just don’t want anyone to see. These could be IAM credentials, certificates, RDS DB credentials, etc. One problem […]
Validating Terraform Plans using Open Policy Agent
When developing infrastructure as code using terraform, it can be difficult to test and validate changes without executing the code against a real environment. The feedback loop between writing a line of code and understanding […]