[hibernate-commits] [beanvalidation/beanvalidation-tck] 9df01a: BVTCK-32 Aligning with latest BV API updates (movi...

GitHub noreply at github.com
Fri Feb 1 09:25:16 EST 2013


  Branch: refs/heads/master
  Home:   https://github.com/beanvalidation/beanvalidation-tck
  Commit: 9df01aef894b620fd7d076b89dd320ff2e4f7bd5
      https://github.com/beanvalidation/beanvalidation-tck/commit/9df01aef894b620fd7d076b89dd320ff2e4f7bd5
  Author: Hardy Ferentschik <hardy at ferentschik.de>
  Date:   2013-02-01 (Fri, 01 Feb 2013)

  Changed paths:
    M tests/src/main/java/org/hibernate/beanvalidation/tck/tests/constraints/application/method/MethodValidationRequirementTest.java
    M tests/src/main/java/org/hibernate/beanvalidation/tck/tests/constraints/groups/groupconversion/model/UserWithGroupConversionButWithoutValidAnnotationConstructorParameter.java
    M tests/src/main/java/org/hibernate/beanvalidation/tck/tests/constraints/groups/groupconversion/model/UserWithGroupConversionButWithoutValidAnnotationOnConstructorReturnValue.java
    M tests/src/main/java/org/hibernate/beanvalidation/tck/tests/constraints/groups/groupconversion/model/UserWithGroupConversionButWithoutValidAnnotationOnField.java
    M tests/src/main/java/org/hibernate/beanvalidation/tck/tests/constraints/groups/groupconversion/model/UserWithGroupConversionButWithoutValidAnnotationOnMethodParameter.java
    M tests/src/main/java/org/hibernate/beanvalidation/tck/tests/constraints/groups/groupconversion/model/UserWithGroupConversionButWithoutValidAnnotationOnMethodReturnValue.java
    M tests/src/main/java/org/hibernate/beanvalidation/tck/tests/constraints/groups/groupconversion/model/UserWithGroupConversionButWithoutValidAnnotationOnProperty.java
    M tests/src/main/java/org/hibernate/beanvalidation/tck/tests/constraints/groups/groupconversion/model/UserWithGroupConversionWithSequenceAsFrom.java
    M tests/src/main/java/org/hibernate/beanvalidation/tck/tests/constraints/groups/groupconversion/model/UserWithSeveralGroupConversionsForSameFrom.java
    M tests/src/main/java/org/hibernate/beanvalidation/tck/tests/constraints/groups/groupconversion/service/UserReadServiceWithGroupConversionOnReturnValue.java
    M tests/src/main/java/org/hibernate/beanvalidation/tck/tests/constraints/groups/groupconversion/service/UserWriteServiceWithGroupConversionOnParameter.java
    M tests/src/main/java/org/hibernate/beanvalidation/tck/tests/constraints/groups/groupconversion/service/impl/InterfaceImplementationWithGroupConversionOnParameter.java
    M tests/src/main/java/org/hibernate/beanvalidation/tck/tests/constraints/groups/groupconversion/service/impl/SubClassWithGroupConversionOnParameter.java
    M tests/src/main/java/org/hibernate/beanvalidation/tck/tests/methodvalidation/ValidateConstructorParametersTest.java
    M tests/src/main/java/org/hibernate/beanvalidation/tck/tests/methodvalidation/ValidateParametersTest.java
    M tests/src/main/java/org/hibernate/beanvalidation/tck/tests/methodvalidation/service/OrderService.java
    M tests/src/main/java/org/hibernate/beanvalidation/tck/tests/validation/groupconversion/EndUserImpl.java
    M tests/src/main/java/org/hibernate/beanvalidation/tck/tests/validation/groupconversion/User.java

  Log Message:
  -----------
  BVTCK-32 Aligning with latest BV API updates (moving @ConvertGroup into a sub package). Re-enabling tests which failed on RI, but now work due to latest HV fixes.





More information about the hibernate-commits mailing list