Hibernate ORM

8.0 series development

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

Compatibility

Java 17, 21, 25 or 26
Jakarta Persistence 4.0
Jakarta Data 1.1
Jakarta EE 12

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

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

How to get it

Current series status: development

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:8.0.0.Beta2
Core implementation
org.hibernate.orm:hibernate-spatial:8.0.0.Beta2
Spatial support
org.hibernate.orm:hibernate-vector:8.0.0.Beta2
Vector support
org.hibernate.orm:hibernate-envers:8.0.0.Beta2
Envers audit support
org.hibernate.orm:hibernate-agroal:8.0.0.Beta2
Agroal connection pooling
org.hibernate.orm:hibernate-hikaricp:8.0.0.Beta2
HikariCP connection pooling
org.hibernate.orm:hibernate-c3p0:8.0.0.Beta2
c3p0 connection pooling
org.hibernate.orm:hibernate-ucp:8.0.0.Beta2
Oracle UCP connection pooling
org.hibernate.orm:hibernate-jcache:8.0.0.Beta2
JCache second-level caching
org.hibernate.orm:hibernate-micrometer:8.0.0.Beta2
Integration for Micrometer
org.hibernate.orm:hibernate-jfr:8.0.0.Beta2
Integration for Java Flight Recorder
org.hibernate.orm:hibernate-graalvm:8.0.0.Beta2
Experimental extension to make it easier to compile applications into a GraalVM native image
org.hibernate.orm:hibernate-community-dialects:8.0.0.Beta2
Community-maintained SQL dialects
org.hibernate.orm:hibernate-processor:8.0.0.Beta2
Hibernate Processor compile-time tooling
org.hibernate.orm:hibernate-scan-jandex:8.0.0.Beta2
Leverages Jandex to support managed-resource scanning (entity discovery, etc) in Hibernate ORM.
org.hibernate.orm:hibernate-assistant:8.0.0.Beta2
Tools to integrate Hibernate with LLMs and generative AI functionalities
org.hibernate.orm:hibernate-ant:8.0.0.Beta2
Annotation Processor to generate JPA 2 static metamodel classes
org.hibernate.orm:hibernate-maven-plugin:8.0.0.Beta2
Maven plugin to integrate aspects of Hibernate into your build
org.hibernate.orm:hibernate-platform:8.0.0.Beta2
Platform (BOM) for Hibernate ORM dependencies
org.hibernate.orm:hibernate-reveng:8.0.0.Beta2
Library providing functionality to perform reverse engineering Hibernate related artefacts from an existing database

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

Back to top