Hibernate ORM

5.3 series stable

JPA 2.2, inheritance caching

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.

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

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

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

Releases in this series

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