Branch: refs/heads/6.0
Home:
https://github.com/hibernate/hibernate-validator
Commit: e718f8f053116a01f4a46e80a9caef051f0b2e5f
https://github.com/hibernate/hibernate-validator/commit/e718f8f053116a01f...
Author: marko-bekhta <marko.prykladna(a)gmail.com>
Date: 2019-10-16 (Wed, 16 Oct 2019)
Changed paths:
M engine/src/main/java/org/hibernate/validator/internal/engine/ValidatorImpl.java
A
engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/sequence/SequenceTest.java
Log Message:
-----------
HV-1715 Accumulate validationSuccessful attribute
- validationSuccessful attribute was ignored and only a value from the last
group was considered. Which could lead HV to proceed to the next group
even though there was a violation for one of the inherited groups of
the current one.