]
Ingo Weiss updated WFLY-11894:
------------------------------
Labels: downstream_dependency (was: )
Upgrade Hibernate Validator to 6.0.16.Final
-------------------------------------------
Key: WFLY-11894
URL:
https://issues.jboss.org/browse/WFLY-11894
Project: WildFly
Issue Type: Component Upgrade
Components: Bean Validation
Reporter: Guillaume Smet
Assignee: Guillaume Smet
Priority: Major
Labels: downstream_dependency
Fix For: 17.0.0.Alpha1, 17.0.0.Final
Hibernate Validator 6.0.x is faster than Hibernate Validator 5.x when validating
*constrained* beans.
However, it has been reported to us that Hibernate Validator 6.0.x was significantly
slower than Hibernate Validator 5.x when validating *unconstrained* beans due to a higher
memory allocation rate.
This issue has been fixed in Hibernate Validator 6.0.16.Final, together with a rounding
error issue.
We now also have a JMH benchmark for this particular use case.
The full changelog is here:
https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HV%20AND%20fi...
.