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:
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: end-of-life
More information about specific releases (announcements, download links) can be found here.
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