[hibernate-commits] [beanvalidation/beanvalidation-api] 0d945b: BVAL-191 BVAL-387 Add addBeanNode, addPropertyNode...

GitHub noreply at github.com
Tue Feb 12 17:27:05 EST 2013


  Branch: refs/heads/master
  Home:   https://github.com/beanvalidation/beanvalidation-api
  Commit: 0d945bd29fefcb4f4ec080237bc1876b486dcd40
      https://github.com/beanvalidation/beanvalidation-api/commit/0d945bd29fefcb4f4ec080237bc1876b486dcd40
  Author: Emmanuel Bernard <emmanuel at hibernate.org>
  Date:   2013-02-12 (Tue, 12 Feb 2013)

  Changed paths:
    M src/main/java/javax/validation/ConstraintValidatorContext.java

  Log Message:
  -----------
  BVAL-191 BVAL-387 Add addBeanNode, addPropertyNode and addParameterNode

Deprecate addNode
Make sure addParameterNode is only doable as first subnode
Make sure bean nodes are terminal / leaves


  Commit: fdb37af779cf15c285f616a42c48ac8ae71c65c1
      https://github.com/beanvalidation/beanvalidation-api/commit/fdb37af779cf15c285f616a42c48ac8ae71c65c1
  Author: Emmanuel Bernard <emmanuel at hibernate.org>
  Date:   2013-02-12 (Tue, 12 Feb 2013)

  Changed paths:
    A src/test/java/javax/validation/ConstraintValidationNodeBuilderTest.java

  Log Message:
  -----------
  BVAL-191 BVAL-387 Add tests on the node builder API - compile only tests


Compare: https://github.com/beanvalidation/beanvalidation-api/compare/a1a4d4d20314...fdb37af779cf


More information about the hibernate-commits mailing list