Hibernate ORM

6.5 series latest stable

Java Time Handling, Configurable Query Cache Layout, records as @IdClass, auto-enabled Filters, Key-based Pagination, Jakarta Data (tech preview)

Compatibility

Java 11, 17 or 21
Jakarta Persistence 3.1

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 6.5 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:6.5.0.Final
Core implementation
org.hibernate.orm:hibernate-spatial:6.5.0.Final
Spatial support
org.hibernate.orm:hibernate-envers:6.5.0.Final
Envers audit support
org.hibernate.orm:hibernate-hikaricp:6.5.0.Final
HikariCP connection pooling
org.hibernate.orm:hibernate-c3p0:6.5.0.Final
c3p0 connection pooling
org.hibernate.orm:hibernate-proxool:6.5.0.Final
Proxool connection pooling
org.hibernate.orm:hibernate-jcache:6.5.0.Final
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 6.5, 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

Latest release announcement (2024-04-25): 6.5.0.Final.

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

  • Java Time Handling

  • Configurable Query Cache Layout

  • records as @IdClass

  • auto-enabled Filters

  • Key-based Pagination

  • Jakarta Data (tech preview)

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 and to enable snapshots:

Maven Gradle

Releases in this series

6.5.0.Final

2024-04-25

Java Time Handling, Configurable Query Cache Layout, records as @IdClass, auto-enabled Filters, Key-based Pagination, Jakarta Data (tech preview)

How to get it Getting started

Maven artifacts Resolved issues Release announcement

6.5.0.CR2

2024-04-12

Java Time Handling, Configurable Query Cache Layout, records as @IdClass, auto-enabled Filters, Key-based Pagination, Jakarta Data (tech preview)

Maven artifacts Resolved issues Release announcement

6.5.0.CR1

2024-03-20

Java Time Handling, Configurable Query Cache Layout, records as @IdClass, auto-enabled Filters, Key-based Pagination, Jakarta Data (tech preview)

Maven artifacts Resolved issues Release announcement

Back to top