|
Hibernate Validator 9.0 is in limited support mode:
We recommend that you upgrade to a newer series if possible or look for paid support. See also the Maintenance policy. |
Compatibility
| Java | 17, 21, 23 or 24 |
| Jakarta Bean Validation | 3.1 |
| Jakarta EE | 11 |
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 9.0 can be accessed through the links below:
Getting started guide HTML PDF
What's new HTML
Migration guide HTML
Reference HTML PDF API (Javadoc)
You can find more documentation for all series on the documentation page.
How to get it
Current series status: limited-support
More information about specific releases (announcements, download links) can be found here.
What's new
Latest release announcement (2025-06-13): 9.0.1.Final.
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 Validator 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:
Releases in this series
|
Hibernate Validator 9.0 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. |
A few bug fixes in constraint validators.
A few dependency updates, some minor fixes and documentation improvements.
A few dependency updates, some bug fixes and more translations of validation messages.
More removals of deprecated methods and constraints, clarification on stopping OSGi integration testing, a couple improvements and fixes identified while testing the previous beta release against downstream projects.
This series targets Jakarta EE 11. It implements Jakarta Validation 3.1. New constraints: @KorRRN, @BitcoinAddress, removal of the Security Manager integration, BOM for simpler dependency management, dependency updates, improvements and bug fixes.