Hibernate ORM

5.3 series limited-support

JPA 2.2, inheritance caching

Hibernate ORM 5.3 is in limited support mode:

  • releases may be delayed until a significant need arises;

  • bugs will only be fixed if they are considered significant enough or in the context of paid support;

  • pull requests against this version might be rejected for bugs that are not considered critical enough;

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

We recommend that you upgrade to a newer series if possible or look for paid support.

See also the Maintenance policy.

Compatibility

Java 8, 11 or 17 (with 5.3.22+)
JPA 2.2

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.3 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.3 is in limited maintenance mode: we recommend that you upgrade to a newer series if possible or look for paid support.

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.3.36.Final
Core implementation
org.hibernate:hibernate-osgi:5.3.36.Final
OSGi integration
org.hibernate:hibernate-spatial:5.3.36.Final
Spatial support
org.hibernate:hibernate-envers:5.3.36.Final
Envers audit support
org.hibernate:hibernate-hikaricp:5.3.36.Final
HikariCP connection pooling
org.hibernate:hibernate-c3p0:5.3.36.Final
c3p0 connection pooling
org.hibernate:hibernate-proxool:5.3.36.Final
Proxool connection pooling
org.hibernate:hibernate-infinispan:5.3.36.Final
Infinispan second-level caching
org.hibernate:hibernate-ehcache:5.3.36.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.3 is in limited maintenance mode: we recommend that you upgrade to a newer series if possible or look for paid support.

See also the Maintenance policy.

If you want to start using Hibernate ORM 5.3, 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

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

Development versions (SNAPSHOTS)

The latest development versions of Maven artifacts for Hibernate ORM are published to the JBoss Nexus repository.

JBoss Nexus subdirectory

You should only need those (unstable) versions for testing recently merged patches, and should never use them in production.

To consume these artifacts, you may need to configure your build tool to fetch artifacts from and to enable snapshots:

Maven Gradle

Releases in this series

Hibernate ORM 5.3 is in limited maintenance mode: we recommend that you upgrade to a newer series if possible or look for paid support.

See also the Maintenance policy.

5.3.35.Final

2024-01-22

5.3.34.Final

2023-12-08

5.3.33.Final

2023-12-01

5.3.32.Final

2023-09-27

5.3.31.Final

2023-08-07

5.3.30.Final

2023-06-01

5.3.29.Final

2023-03-29

5.3.28.Final

2022-08-15

5.3.27.Final

2022-06-13

5.3.26.Final

2022-04-09

5.3.24.Final

2021-11-16

5.3.23.Final

2021-09-29

5.3.21.Final

2021-07-16

5.3.20.Final

2020-11-17

minor improvements, bugfixes in particular CVE-2020-25638

Maven artifacts Download Resolved issues Release announcement

5.3.19.Final

2020-11-11

5.3.6.Final

2018-08-28

fixes related to the security manager

Maven artifacts Download Resolved issues

5.3.5.Final

2018-08-14

5.3.4.Final

2018-08-02

5.3.3.Final

2018-07-24

5.3.2.Final

2018-07-05

Back to top