[hibernate-commits] [beanvalidation/beanvalidation-tck] bd5669: BVTCK-130 Renamed misnamed classes

GitHub noreply at github.com
Tue Jun 6 04:13:29 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/beanvalidation/beanvalidation-tck
  Commit: bd5669c192cb79bce83e1b4a43f3b12fca290119
      https://github.com/beanvalidation/beanvalidation-tck/commit/bd5669c192cb79bce83e1b4a43f3b12fca290119
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2017-06-06 (Tue, 06 Jun 2017)

  Changed paths:
    M tests/src/main/java/org/hibernate/beanvalidation/tck/tests/constraints/groups/groupconversion/InvalidGroupDefinitionsTest.java
    R tests/src/main/java/org/hibernate/beanvalidation/tck/tests/constraints/groups/groupconversion/service/impl/ImplementationOfInterfaceAndSuperClassBothWithGroupConversionOnParameter.java
    R tests/src/main/java/org/hibernate/beanvalidation/tck/tests/constraints/groups/groupconversion/service/impl/ImplementationOfInterfaceAndSuperClassBothWithGroupConversionOnReturnValue.java
    A tests/src/main/java/org/hibernate/beanvalidation/tck/tests/constraints/groups/groupconversion/service/impl/ImplementationOfInterfaceWithGroupConversionOnParameterAndSuperClass.java
    A tests/src/main/java/org/hibernate/beanvalidation/tck/tests/constraints/groups/groupconversion/service/impl/ImplementationOfInterfaceWithGroupConversionOnReturnValueAndSuperClass.java

  Log Message:
  -----------
  BVTCK-130 Renamed misnamed classes


  Commit: 1d8a0fbb87a614fee082c8a339dd0eea0656f6a6
      https://github.com/beanvalidation/beanvalidation-tck/commit/1d8a0fbb87a614fee082c8a339dd0eea0656f6a6
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2017-06-06 (Tue, 06 Jun 2017)

  Changed paths:
    A tests/src/main/java/org/hibernate/beanvalidation/tck/tests/constraints/groups/groupconversion/containerelement/InvalidGroupDefinitionsOnContainerElementsTest.java
    A tests/src/main/java/org/hibernate/beanvalidation/tck/tests/constraints/groups/groupconversion/containerelement/model/UserWithContainerElementGroupConversionButWithoutValidAnnotationConstructorParameter.java
    A tests/src/main/java/org/hibernate/beanvalidation/tck/tests/constraints/groups/groupconversion/containerelement/model/UserWithContainerElementGroupConversionButWithoutValidAnnotationOnField.java
    A tests/src/main/java/org/hibernate/beanvalidation/tck/tests/constraints/groups/groupconversion/containerelement/model/UserWithContainerElementGroupConversionButWithoutValidAnnotationOnMethodParameter.java
    A tests/src/main/java/org/hibernate/beanvalidation/tck/tests/constraints/groups/groupconversion/containerelement/model/UserWithContainerElementGroupConversionButWithoutValidAnnotationOnMethodReturnValue.java
    A tests/src/main/java/org/hibernate/beanvalidation/tck/tests/constraints/groups/groupconversion/containerelement/model/UserWithContainerElementGroupConversionButWithoutValidAnnotationOnProperty.java
    A tests/src/main/java/org/hibernate/beanvalidation/tck/tests/constraints/groups/groupconversion/containerelement/model/UserWithContainerElementGroupConversionWithSequenceAsFrom.java
    A tests/src/main/java/org/hibernate/beanvalidation/tck/tests/constraints/groups/groupconversion/containerelement/model/UserWithSeveralContainerElementGroupConversionsForSameFrom.java
    A tests/src/main/java/org/hibernate/beanvalidation/tck/tests/constraints/groups/groupconversion/containerelement/service/UserReadService.java
    A tests/src/main/java/org/hibernate/beanvalidation/tck/tests/constraints/groups/groupconversion/containerelement/service/UserReadServiceBase.java
    A tests/src/main/java/org/hibernate/beanvalidation/tck/tests/constraints/groups/groupconversion/containerelement/service/UserReadServiceWithGroupConversionOnReturnValue.java
    A tests/src/main/java/org/hibernate/beanvalidation/tck/tests/constraints/groups/groupconversion/containerelement/service/UserWriteService.java
    A tests/src/main/java/org/hibernate/beanvalidation/tck/tests/constraints/groups/groupconversion/containerelement/service/UserWriteServiceBase.java
    A tests/src/main/java/org/hibernate/beanvalidation/tck/tests/constraints/groups/groupconversion/containerelement/service/UserWriteServiceWithGroupConversionOnParameter.java
    A tests/src/main/java/org/hibernate/beanvalidation/tck/tests/constraints/groups/groupconversion/containerelement/service/impl/ImplementationOfInterfaceWithGroupConversionOnParameterAndSuperClass.java
    A tests/src/main/java/org/hibernate/beanvalidation/tck/tests/constraints/groups/groupconversion/containerelement/service/impl/ImplementationOfInterfaceWithGroupConversionOnReturnValueAndSuperClass.java
    A tests/src/main/java/org/hibernate/beanvalidation/tck/tests/constraints/groups/groupconversion/containerelement/service/impl/ImplementationOfParallelInterfacesWithGroupConversionOnParameter.java
    A tests/src/main/java/org/hibernate/beanvalidation/tck/tests/constraints/groups/groupconversion/containerelement/service/impl/ImplementationOfParallelInterfacesWithGroupConversionOnReturnValue.java
    A tests/src/main/java/org/hibernate/beanvalidation/tck/tests/constraints/groups/groupconversion/containerelement/service/impl/InterfaceImplementationWithGroupConversionOnParameter.java
    A tests/src/main/java/org/hibernate/beanvalidation/tck/tests/constraints/groups/groupconversion/containerelement/service/impl/SubClassWithGroupConversionOnParameter.java

  Log Message:
  -----------
  BVTCK-130 Add tests for invalid group conversion configuration with container elements


Compare: https://github.com/beanvalidation/beanvalidation-tck/compare/218bedf63a3b...1d8a0fbb87a6


More information about the hibernate-commits mailing list