Hibernate Data Repositories

6.6 series latest stable

Jakarta Data 1.0, compatibility with Hibernate ORM 6

Compatibility

Java 17, 21 or 23
Jakarta Data 1.0
Jakarta EE 11
Hibernate ORM 6.6

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 6.6 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 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-jpamodelgen:6.6.3.Final
Annotation processor
org.hibernate.orm:hibernate-core:6.6.3.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.

Getting started

If you want to start using Hibernate Data Repositories 6.6, please refer to the getting started guide:

HTML

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

Development versions (SNAPSHOTS)

The latest development versions of Maven artifacts for Hibernate Data Repositories are published to the OSSRH snapshots repository.

OSSRH 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://oss.sonatype.org/content/repositories/snapshots and to enable snapshots:

Maven Gradle

Releases in this series

6.6.3.Final

2024-11-21

LGPL v2.1

6.6.2.Final

2024-11-07

LGPL v2.1

6.6.1.Final

2024-09-17

LGPL v2.1

6.6.0.Final

2024-08-08

LGPL v2.1

Back to top