Compatibility
Java | 8, 11 or 17 |
Jakarta Bean Validation | 2.0 |
Jakarta EE | 8 |
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 6.1 can be accessed through the links below:
You can find more documentation for all series on the documentation page.
How to get it
Hibernate Validator 6.1 has reached its end-of-life: we recommend that you upgrade to a newer series if possible. See also the Maintenance policy. |
More information about specific releases (announcements, download links) can be found here.
Getting started
Hibernate Validator 6.1 has reached its end-of-life: we recommend that you upgrade to a newer series if possible. See also the Maintenance policy. |
If you want to start using Hibernate Validator 6.1, 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 (2020-12-16): 6.1.7.Final.
A detailed list of new features, improvements and fixes in this series can be found on our issue tracker.
Jakarta Bean Validation
Hibernate Validator 6.1 uses the Jakarta Bean Validation API artifact i.e. jakarta.validation:jakarta.validation-api
.
No API changes.
Quarkus-tailored bootstrap
To better fit Quarkus architecture, we have developed a new bootstrap that allows to collect the Hibernate Validator metadata at build time.
This allows to drastically reduce the Hibernate Validator contribution to the Quarkus startup time.
Performance and memory footprint improvements
Hibernate Validator 6.1 comes with some new performance and memory footprint improvements.
Releases in this series
Hibernate Validator 6.1 has reached its end-of-life: we recommend that you upgrade to a newer series if possible. See also the Maintenance policy. |
fix potential infinite loop in method parameters validation, small fixes
Maven artifacts Download Resolved issues Release announcement
fix for CVE-2020-10693
Maven artifacts Download Resolved issues Release announcement
translation fixes, performance improvement for executables validation
Maven artifacts Download Resolved issues Release announcement
Fixes in some of the newly added translations
Maven artifacts Download Resolved issues Release announcement
Localization support improvements via LocaleResolver SPI
Maven artifacts Download Resolved issues Release announcement
Jakarta Bean Validation, PropertyNodeNameProvider SPI, deprecation of @SafeHtml
Maven artifacts Download Resolved issues Release announcement