Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-validator
Commit: 020538e41a28a4e3086b515d83955ecb5e7b4e36
https://github.com/hibernate/hibernate-validator/commit/020538e41a28a4e30...
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.