Hibernate ORM

7.0 series development

Jakarta Persistence 3.2, Java 17, Hibernate Models, mapping.xsd, hbm.xml transformation

Compatibility

Java 17, 21 or 23
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.0 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. 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.0.0.Beta2
Core implementation
org.hibernate.orm:hibernate-spatial:7.0.0.Beta2
Spatial support
org.hibernate.orm:hibernate-envers:7.0.0.Beta2
Envers audit support
org.hibernate.orm:hibernate-agroal:7.0.0.Beta2
Agroal connection pooling
org.hibernate.orm:hibernate-hikaricp:7.0.0.Beta2
HikariCP connection pooling
org.hibernate.orm:hibernate-c3p0:7.0.0.Beta2
c3p0 connection pooling
org.hibernate.orm:hibernate-proxool:7.0.0.Beta2
Proxool connection pooling
org.hibernate.orm:hibernate-jcache:7.0.0.Beta2
JCache second-level caching

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 ORM 7.0, 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

Hibernate ORM 7.0 is still in development:

  • some features may be incomplete;

  • newly introduced features may change in a backward-incompatible way before the stable release.

We encourage you to give it a try and to let us know of any bugs or problems you encounter.

Latest release announcement (2024-11-13): 7.0.0.Beta2.

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

  • Jakarta Persistence 3.2

  • Java 17

  • Hibernate Models

  • mapping.xsd

  • HbmXmlTransformer

Development versions (SNAPSHOTS)

The latest development versions of Maven artifacts for Hibernate ORM 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

7.0.0.Beta2

2024-11-13

LGPL V2.1

Jakarta Persistence 3.2, Java 17, Hibernate Models, mapping.xsd, hbm.xml transformation, Modern SQL Functions

How to get it

Maven artifacts Resolved issues Release announcement

7.0.0.Beta1

2024-08-01

LGPL V2.1

Jakarta Persistence 3.2, Java 17, Hibernate Models, mapping.xsd, hbm.xml transformation

Maven artifacts Resolved issues Release announcement

7.0.0.Alpha3

2024-06-14

LGPL V2.1

Jakarta Persistence 3.2, Java 17, Hibernate Models, mapping.xsd, hbm.xml transformation

Maven artifacts Resolved issues Release announcement

7.0.0.Alpha2

2024-05-03

LGPL V2.1

Jakarta Persistence 3.2, Java 17, Hibernate Models, mapping.xsd, hbm.xml transformation

Maven artifacts Resolved issues Release announcement

7.0.0.Alpha1

2024-04-16

LGPL V2.1

Jakarta Persistence 3.2, Java 17, Hibernate Models, mapping.xsd, hbm.xml transformation

Maven artifacts Resolved issues Release announcement

Back to top