[hibernate-commits] [hibernate/hibernate-validator] 9afd5e: HV-1022: Missing check for type argument constrain...

GitHub noreply at github.com
Thu Oct 15 11:48:48 EDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-validator
  Commit: 9afd5ee846fca7838c5f9e7ae5336b7237a5c855
      https://github.com/hibernate/hibernate-validator/commit/9afd5ee846fca7838c5f9e7ae5336b7237a5c855
  Author: George Gastaldi <gegastaldi at gmail.com>
  Date:   2015-10-15 (Thu, 15 Oct 2015)

  Changed paths:
    A engine-jdk8-tests/src/test/java/org/hibernate/validator/test/internal/engine/valuehandling/OptionalTypeAnnotationConstraintUsingValidateValueTest.java
    M engine/src/main/java/org/hibernate/validator/internal/engine/ValidatorImpl.java

  Log Message:
  -----------
  HV-1022: Missing check for type argument constraints on validateValue

Type argument constraints should be checked before returning failing constraints


  Commit: 61166d5dc45298c10e0c2be21ba249974bda2112
      https://github.com/hibernate/hibernate-validator/commit/61166d5dc45298c10e0c2be21ba249974bda2112
  Author: Hardy Ferentschik <hibernate at ferentschik.de>
  Date:   2015-10-15 (Thu, 15 Oct 2015)

  Changed paths:
    M engine-jdk8-tests/src/test/java/org/hibernate/validator/test/internal/engine/valuehandling/OptionalTypeAnnotationConstraintUsingValidatePropertyTest.java
    M engine/src/main/java/org/hibernate/validator/internal/engine/ValidatorImpl.java

  Log Message:
  -----------
  HV-1022 Also making sure that validateProperty works for the case that there are type annotation constraints only


Compare: https://github.com/hibernate/hibernate-validator/compare/89b7683437a3...61166d5dc452


More information about the hibernate-commits mailing list