Hibernate ORM

6.2 series limited-support

Jakarta Persistence 3.1, records, structs, value generation, partitioning, SQL MERGE

Hibernate ORM 6.2 is in limited support mode:

  • releases may be delayed until a significant need arises;

  • bugs will only be fixed if they are considered significant enough or in the context of paid support;

  • pull requests against this version might be rejected for bugs that are not considered critical enough;

  • bug reproducers using this version will be given lower priority.

We recommend that you upgrade to a newer series if possible or look for paid support.

See also the Maintenance policy.

Compatibility

Java 11, 17, 20 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.2 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

Hibernate ORM 6.2 is in limited maintenance mode: we recommend that you upgrade to a newer series if possible or look for paid support.

See also the Maintenance policy.

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

Hibernate ORM 6.2 is in limited maintenance mode: we recommend that you upgrade to a newer series if possible or look for paid support.

See also the Maintenance policy.

If you want to start using Hibernate ORM 6.2, 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

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

  • Support for Java record

  • Support for STRUCT datatypes

  • SQL MERGE for optional secondary tables

  • Improved generated value support

  • @PartitionKey

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

Hibernate ORM 6.2 is in limited maintenance mode: we recommend that you upgrade to a newer series if possible or look for paid support.

See also the Maintenance policy.

6.2.23.Final

2024-03-27

6.2.22.Final

2024-01-24

6.2.21.Final

2024-01-22

6.2.20.Final

2024-01-16

6.2.19.Final

2024-01-10

6.2.18.Final

2024-01-05

6.2.17.Final

2023-12-19

6.2.16.Final

2023-12-15

6.2.15.Final

2023-12-05

6.2.14.Final

2023-12-01

6.2.13.Final

2023-10-11

6.2.12.Final

2023-10-06

6.2.11.Final

2023-10-04

6.2.7.Final

2023-07-20

6.2.6.Final

2023-06-30

6.2.5.Final

2023-06-15

6.2.4.Final

2023-06-01

6.2.3.Final

2023-05-18

6.2.2.Final

2023-04-28

6.2.1.Final

2023-04-14

6.2.0.Final

2023-03-30

6.2.0, Java 11, Jakarta Persistence 3.1

Maven artifacts Resolved issues Release announcement

6.2.0.CR4

2023-03-17

6.2.0, Java 11, Jakarta Persistence 3.1

Maven artifacts Resolved issues Release announcement

6.2.0.CR3

2023-03-01

6.2.0, Java 11, Jakarta Persistence 3.1

Maven artifacts Resolved issues Release announcement

6.2.0.CR2

2023-01-27

6.2.0, Java 11, Jakarta Persistence 3.1

Maven artifacts Resolved issues Release announcement

6.2.0.CR1

2022-12-22

6.2.0, Java 11, Jakarta Persistence 3.1

Maven artifacts Resolved issues Release announcement

Back to top