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.
Documentation
Documentation for Hibernate ORM 6.3 can be accessed through the links below:
You can find more documentation for all series on the documentation page.
How to get it
More information about specific releases (announcements, download links) can be found here.
Getting started
If you want to start using Hibernate ORM 6.3, please refer to the getting started guide:
Migrating
If you need to upgrade from a previous series, please refer to the migration guide:
What's new
Latest release announcement (2023-09-19): 6.3.1.Final.
A detailed list of new features, improvements and fixes in this series can be found on our issue tracker.
-
Support for Query methods
-
Support for finder methods
Development versions (SNAPSHOTS)
The latest development versions of Maven artifacts for Hibernate ORM are published to the OSSRH snapshots repository.
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:
Releases in this series
6.3.1.Final
2023-09-19
improvements, bug fixes
6.3.0.Final
2023-08-31
Query methods, finder methods, CriteriaDefinition
6.3.0.CR1
2023-07-20
Query methods, finder methods