Hibernate Data Repositories

7.0 series end-of-life

Jakarta Data 1.0, compatibility with Hibernate ORM 7, reactive repositories

Compatibility

Java 17, 21 or 23
Jakarta Data 1.0
Jakarta EE 11
Hibernate ORM 7.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 Data Repositories 7.0 can be accessed through the links below:

Getting started guide HTML

Reference HTML API (Javadoc)

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

How to get it

Current series status: end-of-life

Maven artifacts of Hibernate Data Repositories 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-processor:7.0.10.Final
Annotation processor
org.hibernate.orm:hibernate-core:7.0.10.Final
Runtime support

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

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

Hibernate Data Repositories is currently implemented as an integral part of Hibernate Processor and released under the Hibernate ORM project. You may find more information in the release notes and migration guide for Hibernate ORM 7.

Releases in this series

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

See also the Maintenance policy.

Back to top