Hibernate ORM

5.5 series end-of-life

Introducing support for Jakarta JPA

Hibernate ORM 5.5 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 encourage you to upgrade to a newer series if possible.

Compatibility

Java 8, 11 or 17
JPA 2.2
Jakarta Persistence 3.0

Not compatible with your requirements? Have a look at the other series.

See also the Compatibility policy.

Documentation

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

HTML API (JavaDoc)

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

How to get it

Hibernate ORM 5.5 has reached its end-of-life: we recommend you use a newer series if possible.

Maven, Gradle...

Maven artifacts of Hibernate ORM are published to Maven Central.

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-core:5.5.9.Final
Core implementation
org.hibernate:hibernate-osgi:5.5.9.Final
OSGi integration
org.hibernate:hibernate-spatial:5.5.9.Final
Spatial support
org.hibernate:hibernate-envers:5.5.9.Final
Envers audit support
org.hibernate:hibernate-hikaricp:5.5.9.Final
HikariCP connection pooling
org.hibernate:hibernate-c3p0:5.5.9.Final
c3p0 connection pooling
org.hibernate:hibernate-proxool:5.5.9.Final
Proxool connection pooling
org.hibernate:hibernate-jcache:5.5.9.Final
JCache second-level caching
org.hibernate:hibernate-infinispan:5.5.9.Final
Infinispan second-level caching
org.hibernate:hibernate-ehcache:5.5.9.Final
Ehcache second-level caching

Direct download

A ZIP archive containing all JAR files, documentation and source is available from SourceForge:

Download ZIP archive

Individual Maven artifacts may be downloaded directly from Maven Central:

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.

Migrating

If you need to upgrade from a previous series, please refer to the migration guide:

HTML

What's new

Latest release announcement (2021-12-16): 5.5.9.Final.

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

Jakarta JPA 2.2 and 3.0

Hibernate ORM 5.5 adds new artifacts with the artifact id suffix "-jakarta" like hibernate-core-jakarta.

The hibernate-core-jakarta artifact implements the Jakarta JPA 3.0 specification, while the hibernate-core artifact still implements the Jakarta JPA 2.2 specification.

The artifacts are both certified as compatible implementations:

Please note that the Jakarta artifacts are still considered experimental.

Bytecode enhancement

The bytecode enhancement configuration was adapted to turn on enhancement-as-proxy by default and remove the switch for configuring this.

Releases in this series

Hibernate ORM 5.5 has reached its end-of-life: we recommend you use a newer series if possible.

5.5.7.Final

2021-08-26

5.5.4.Final

2021-07-19

5.5.3.Final

2021-06-23

5.5.2.Final

2021-06-15

Jakarta JPA 2.2 and 3.0, Bytecode enhancement, bug fixes

Maven artifacts Download Resolved issues Release announcement

5.5.0.Final

2021-06-02

Jakarta JPA 2.2 and 3.0, Bytecode enhancement, bug fixes

Maven artifacts Download Resolved issues Release announcement

5.5.0.Beta1

2021-05-12

5.5.0.Alpha1

2021-04-30

Jakarta JPA work in progress, Bytecode enhancement, bug fixes

Maven artifacts Download Resolved issues Release announcement

Back to top