Hibernate ORM

3.2 series end-of-life

Hibernate ORM 3.2 has reached its end-of-life:

  • it is unlikely to see another release;

  • bugs are unlikely to get fixed in this version, even security vulnerabilities;

  • pull requests against this version will be rejected;

  • bug reproducers using this version will be given lower priority.

We recommend that you upgrade to a newer series if possible or look for commercial, end-of-life support.

Documentation

Documentation for Hibernate ORM 3.2 can be accessed through the links below:

Documentation is not currently available for this series.

You can find more documentation for all series on the documentation page.

How to get it

Current series status: end-of-life

Maven artifacts of Hibernate ORM are published to Maven Central. Most build tools fetch artifacts from Maven Central by default, but if that's not the case for you, see this page to configure your build tool.

You can find the Maven coordinates of all artifacts through the link below:

Maven artifacts

Below are the Maven coordinates of the main artifacts.

org.hibernate:hibernate:3.2.7.ga
Core Hibernate framework

Direct download

Individual Maven artifacts may be downloaded directly from the Maven repository:

Maven Central subdirectory

See here for how to download all dependencies of your Maven project to a local directory on your filesystem.

See here for how to download an explicitly listed set of artifacts to a local directory on your filesystem.

More information about specific releases (announcements, download links) can be found here.

What's new

A detailed list of new features, improvements and fixes in this series can be found on our issue tracker.

Releases in this series

Hibernate ORM 3.2 has reached its end-of-life: we recommend that you upgrade to a newer series if possible or look for commercial, end-of-life support.

Back to top