[hibernate-commits] [hibernate/hibernate-validator] 020538: HV-1715 Accumulate validationSuccessful attribute

Marko Bekhta noreply at github.com
Wed Oct 16 03:35:09 EDT 2019


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




More information about the hibernate-commits mailing list