Compatibility
Java | 8, 11 or 17 |
Bean Validation | 2.0 |
Java 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.0 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.0 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.0 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.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.
Bean Validation 2.0
Hibernate Validator 6.0 is the Reference Implementation of the Bean Validation 2.0 specification so it comes with all its new features:
-
First class support of container element constraints and cascaded validation (think
private Map<@Valid @NotNull OrderCategory, List<@Valid @NotNull Order>> orderByCategories;
); -
Support for the new JSR 310 date/time data types for
@Past
and@Future
; -
New built-in constraints:
@Positive
,@PositiveOrZero
,@Negative
,@NegativeOrZero
,@PastOrPresent
and@FutureOrPresent
We also have leveraged the new features of JDK 8 (built-in constraints are marked repeatable, parameter names are retrieved via reflection) as it is now the minimal version required.
Other new features
-
Constraint validator payload: ability to pass a payload to your constraint validators
-
Additional constraints:
@ISBN
,@UniqueElements
and@CodePointLength
-
ScriptEvaluatorFactory
SPI: ability to support non JSR 223 scripting languages such as Spring EL
Performance improvements
We have done quite a lot of benchmarking and have significantly improved the performances of Hibernate Validator.
It can be up to four times faster than Hibernate Validator 5.4.2.Final in some cases.
Memory footprint improvements
Hibernate Validator collects a lot of metadata on the constrained beans. We reduced significantly the memory occupied by these metadata.
Releases in this series
Hibernate Validator 6.0 has reached its end-of-life: we recommend that you upgrade to a newer series if possible. See also the Maintenance policy. |
fix issue when using non-Hibernate Validator config class
Maven artifacts Download Resolved issues Release announcement
expose property path in context, small fixes
Maven artifacts Download Resolved issues Release announcement
fix for CVE-2020-10693
Maven artifacts Download Resolved issues Release announcement
translation fixes, BeanMetaDataClassNormalizer
Maven artifacts Download Resolved issues Release announcement
bugfixes, deprecation of @SafeHtml
Maven artifacts Download Resolved issues Release announcement
bugfixes, JDK 12 support, Windows build
Maven artifacts Download Resolved issues Release announcement
critical bugfix, Dutch translation fixes, WildFly 15.0.0.Final support
Maven artifacts Download Resolved issues Release announcement
minor bugfixes
Maven artifacts Download Resolved issues Release announcement
CDI integration changes, JDK 11 support
Maven artifacts Download Resolved issues Release announcement
JDK 11 support, bugfixes
Maven artifacts Download Resolved issues Release announcement
bugfixes, Dutch translation
Maven artifacts Download Resolved issues Release announcement
constraint validator payload, bugfixes, performance improvements
Maven artifacts Download Resolved issues Release announcement
constraint validator payload, bugfixes, performance improvements
Maven artifacts Download Resolved issues Release announcement
upgrade to Bean Validation 2.0.1.Final
Maven artifacts Download Resolved issues Release announcement
@ISBN constraint, performance improvements
bugfixes, @UniqueElements constraint, temporal validation tolerance
Maven artifacts Download Resolved issues Release announcement
WildFly 11 Final patch, performance improvements
Maven artifacts Download Resolved issues Release announcement
new ScriptEvaluatorFactory SPI, new @CodePointLength constraint, bugfixes
Maven artifacts Download Resolved issues Release announcement
bug fixes, updated Brazilian Portuguese translation
Maven artifacts Download Resolved issues Release announcement
Bean Validation 2.0 support, performance improvements
Maven artifacts Download Resolved issues Release announcement
Not publicly released.
Bean Validation 2.0.0.CR3 support
Maven artifacts Download Resolved issues Release announcement
Bean Validation 2.0.0.CR2 support
Maven artifacts Download Resolved issues Release announcement
Bean Validation 2.0.0.CR1 support
Maven artifacts Download Resolved issues Release announcement
Bean Validation 2.0.0.Beta2 support
Maven artifacts Download Resolved issues Release announcement
improved Bean Validation 2.0 support, improved container element constraint support
Maven artifacts Download Resolved issues Release announcement
improved Bean Validation 2.0 support, improved container element constraint support
Maven artifacts Download Resolved issues Release announcement
Bean Validation 2.0 initial support, nested type argument constraints, lambdas
Maven artifacts Download Resolved issues Release announcement