Compatibility
Java | 11, 17, 21, 22 or 23 |
Jakarta Bean Validation | 3.0 |
Jakarta EE | 10 |
Not compatible with your requirements? Have a look at the other series.
See also the Compatibility policy and Maintenance policy.
Documentation
Documentation for Hibernate Validator 8.0 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 Validator 8.0, 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
A detailed list of new features, improvements and fixes in this series can be found on our issue tracker.
Jakarta EE 10
Hibernate Validator 8.0 is the reference implementation for Jakarta Bean Validation 3.0 in Jakarta EE 10.
Upgrade to Hibernate Validator 8 is only recommended if you are moving to Jakarta EE 10.
Development versions (SNAPSHOTS)
The latest development versions of Maven artifacts for Hibernate Validator 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
https://oss.sonatype.org/content/repositories/snapshots
and to enable snapshots:
Releases in this series
Promotion to Final version
Expressly update
Build and TCK enhancements
Maven artifacts Download Resolved issues Release announcement
Dependency upgrades, adjustment in GetterPropertySelectionStrategy SPI
OSGI fixes
Java 11 as base version, fix annotation processor, documentation fixes
Jakarta EE 10, @UUID constraint
Maven artifacts Download Resolved issues Release announcement