[hibernate-commits] [hibernate/hibernate-validator] 6f340a: HV-1543 Split ConstraintTree into different kind o...

GitHub noreply at github.com
Mon Mar 5 18:48:29 EST 2018


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-validator
  Commit: 6f340a886e5cdfab49d368cd7e38896d6be48d9d
      https://github.com/hibernate/hibernate-validator/commit/6f340a886e5cdfab49d368cd7e38896d6be48d9d
  Author: marko-bekhta <marko.prykladna at gmail.com>
  Date:   2018-03-06 (Tue, 06 Mar 2018)

  Changed paths:
    A engine/src/main/java/org/hibernate/validator/internal/engine/constraintvalidation/ComposingConstraintTree.java
    M engine/src/main/java/org/hibernate/validator/internal/engine/constraintvalidation/ConstraintTree.java
    A engine/src/main/java/org/hibernate/validator/internal/engine/constraintvalidation/SimpleConstraintTree.java
    M engine/src/main/java/org/hibernate/validator/internal/metadata/core/MetaConstraint.java

  Log Message:
  -----------
  HV-1543 Split ConstraintTree into different kind of nodes

Split the logic of ConstraintTree into composing and non composing trees
so that in the case of non composing constraint, additional checks can be
skipped.




More information about the hibernate-commits mailing list