Hibernate ORM

5.5 series end-of-life

Introducing support for Jakarta JPA

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 and Maintenance 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 that you upgrade to a newer series if possible.

See also the Maintenance policy.

Maven, Gradle...

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

Getting started

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

See also the Maintenance policy.

If you want to start using Hibernate ORM 5.5, please refer to the getting started guide:

HTML

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 that you upgrade to a newer series if possible.

See also the Maintenance policy.

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