Compatibility
Java | 6, 7 or 8 |
Bean Validation | 1.1 |
Not compatible with your requirements? Have a look at the other series.
See also the Compatibility policy.
Documentation
Documentation for Hibernate Validator 5.4 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 5.4 has reached its end-of-life: we recommend that you upgrade to a newer series if possible. |
More information about specific releases (announcements, download links) can be found here.
Getting started
Hibernate Validator 5.4 has reached its end-of-life: we recommend that you upgrade to a newer series if possible. |
If you want to start using Hibernate Validator 5.4, 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.
JavaMoney support
Hibernate Validator 5.4 introduces JavaMoney (JSR 354) support. You can use @DecimalMin
and @DecimalMax
constraints on your MonetaryAmount
fields and we also introduced a new @Currency
annotation allowing you to constrain the currency used in your MonetaryAmount
s.
More information can be found in this blog post.
Annotation processor improvements
A lot of improvements were made to the annotation processor to keep it up to speed with our latest features.
WildFly patch
Starting with Hibernate Validator 5.4, we provide a WildFly patch so that you can easily use our latest versions on top of WildFly.
You can find more information in the 5.4.0.Beta1 release announcement.
Other improvements
-
Improvements to the
@Email
constraint -
New constraints specific to Polish identification numbers
-
Ukrainian and Persian translations
Releases in this series
Hibernate Validator 5.4 has reached its end-of-life: we recommend that you upgrade to a newer series if possible. |
5.4.3.Final
2019-02-03
5.4.2.Final
2017-10-19
bugfixes, security fix, JDK 9 related updates
5.4.1.Final
2017-03-23
5.4.0.Final
2017-02-02
JavaMoney support, annotation processor improvements
Maven artifacts Download Resolved issues Release announcement
5.4.0.CR1
2017-01-12
JavaMoney support improvements, annotation processor improvements
Maven artifacts Download Resolved issues Release announcement
5.4.0.Beta1
2016-12-08
JavaMoney support, annotation processor improvements, WildFly patch
Maven artifacts Download Resolved issues Release announcement