Hibernate ORM

7.1 series limited-support

Resource Scanning, Locking Improvements

Hibernate ORM 7.1 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 17, 21 or 25
Jakarta Persistence 3.2
Jakarta EE 11

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 7.1 can be accessed through the links below:

Getting started guide HTML

What's new HTML

Migration guide HTML

Short guide HTML PDF

Reference HTML API (Javadoc)

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

How to get it

Current series status: limited-support

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.orm:hibernate-core:7.1.16.Final
Core implementation
org.hibernate.orm:hibernate-spatial:7.1.16.Final
Spatial support
org.hibernate.orm:hibernate-vector:7.1.16.Final
Vector support
org.hibernate.orm:hibernate-envers:7.1.16.Final
Envers audit support
org.hibernate.orm:hibernate-agroal:7.1.16.Final
Agroal connection pooling
org.hibernate.orm:hibernate-hikaricp:7.1.16.Final
HikariCP connection pooling
org.hibernate.orm:hibernate-c3p0:7.1.16.Final
c3p0 connection pooling
org.hibernate.orm:hibernate-jcache:7.1.16.Final
JCache second-level caching
org.hibernate.orm:hibernate-micrometer:7.1.16.Final
Integration for Micrometer
org.hibernate.orm:hibernate-jfr:7.1.16.Final
Integration for Java Flight Recorder
org.hibernate.orm:hibernate-community-dialects:7.1.16.Final
Community-maintained SQL dialects
org.hibernate.orm:hibernate-processor:7.1.16.Final
Hibernate Processor compile-time tooling
org.hibernate.orm:hibernate-scan-jandex:7.1.16.Final
Leverages Jandex to support managed-resource scanning (entity discovery, etc) in Hibernate ORM.

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

Highlights of new features and enhancements can be found here:

HTML

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 Sonatype Maven Central snapshots repository.

Sonatype Maven Central snapshots 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 https://central.sonatype.com/repository/maven-snapshots and to enable snapshots:

Maven Gradle

Releases in this series

Hibernate ORM 7.1 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.

Back to top