[hibernate-commits] [eclipse-ee4j/beanvalidation-tck] ed09d9: Update Bean Validation API to 3.0.0

Scott M Stark noreply at github.com
Thu Jul 16 09:27:07 EDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/eclipse-ee4j/beanvalidation-tck
  Commit: ed09d998e8330d8332aee2577de71bdfc63ad42a
      https://github.com/eclipse-ee4j/beanvalidation-tck/commit/ed09d998e8330d8332aee2577de71bdfc63ad42a
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2020-07-15 (Wed, 15 Jul 2020)

  Changed paths:
    M pom.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/bootstrap/address-constraints-ConfigurationTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/bootstrap/customprovider/validation-BootstrapCustomProviderDefinedInValidationXmlTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/bootstrap/customprovider/validation-BootstrapUnknownCustomProviderTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/bootstrap/user-constraints-ConfigurationTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/bootstrap/validation-BootstrapConfigurationTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/bootstrap/validation-BootstrapConfigurationWithEmptyValidatedExecutableTypesTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/bootstrap/validation-BootstrapConfigurationWithValidatedExecutableTypesContainingALLAndNONETest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/bootstrap/validation-BootstrapConfigurationWithValidatedExecutableTypesContainingALLTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/bootstrap/validation-BootstrapConfigurationWithValidatedExecutableTypesContainingNONETest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/bootstrap/validation-BootstrapConfigurationWithValidatedExecutableTypesContainingSomeTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/constraints/builtinconstraints/builtin-constraints-override.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/integration/cdi/defaultinjection/validation-DefaultInjectionTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/integration/cdi/executable/global/validation-ExecutableValidationBasedOnGlobalConfigurationTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/integration/cdi/executable/globallydisabled/validation-ExecutableValidationGloballyDisabledTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/integration/cdi/managedobjects/validation-ManagedObjectsTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/integration/cdi/managedobjects/validation-ManagedValueExtractorsTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/integration/cdi/managedobjects/validation-ManagedXmlAndServiceLoaderValueExtractorsTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/integration/ee/test-validation.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/metadata/validation-ExecutableDescriptorIgnoresValidatedExecutableXmlSettingsTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/methodvalidation/validation-ExecutableValidationIgnoresValidatedExecutableXmlSettingsTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/valueextraction/declaration/multiple-value-extractors-for-same-type-and-type-argument-validation.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/valueextraction/declaration/value-extractor-validation.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/valueextraction/declaration/value-extractor-with-no-public-no-arg-constructor-validation.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/valueextraction/declaration/value-extractors-precedence-validation.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/clazzlevel/package-constraints-ClassLevelOverridingImplicitOverrideTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/clazzlevel/package-constraints-ClassLevelOverridingTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/clazzlevel/package-constraints-ClassLevelOverridingWithAnnotationTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/constraints-ConfiguredBeanNotInClassPathTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/constraints-GroupIsNotAllowedAsElementNameTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/constraints-MandatoryNameAttributeTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/constraints-MessageIsNotAllowedAsElementNameTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/constraints-PayloadIsNotAllowedAsElementNameTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/field-canDeclareContainerElementCascades-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/field-canDeclareContainerElementTypeConstraints-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/field-canDeclareDeeplyNestedContainerElementTypeConstraints-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/field-canDeclareNestedContainerElementTypeConstraints-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/field-configuringSameContainerElementTwiceCausesException-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/field-declaringContainerElementTypeConstraintForNonExistingNestedTypeArgumentIndexOnFieldCausesException-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/field-declaringContainerElementTypeConstraintForNonExistingTypeArgumentIndexOnFieldCausesException-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/field-declaringContainerElementTypeConstraintOnNonGenericFieldCausesException-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/field-ignoreAnnotationsFalse-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/field-ignoreAnnotationsTrue-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/field-omittingTypeArgumentForMultiTypeArgumentTypeOnFieldCausesException-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/getter-canDeclareContainerElementCascades-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/getter-canDeclareContainerElementTypeConstraints-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/getter-canDeclareDeeplyNestedContainerElementTypeConstraints-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/getter-canDeclareNestedContainerElementTypeConstraints-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/getter-configuringSameContainerElementTwiceCausesException-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/getter-declaringContainerElementTypeConstraintForNonExistingNestedTypeArgumentIndexOnFieldCausesException-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/getter-declaringContainerElementTypeConstraintForNonExistingTypeArgumentIndexOnFieldCausesException-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/getter-declaringContainerElementTypeConstraintOnNonGenericFieldCausesException-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/getter-ignoreAnnotationsFalse-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/getter-ignoreAnnotationsTrue-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/getter-omittingTypeArgumentForMultiTypeArgumentTypeOnFieldCausesException-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/parameter-canDeclareContainerElementCascades-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/parameter-canDeclareContainerElementTypeConstraints-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/parameter-canDeclareDeeplyNestedContainerElementTypeConstraints-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/parameter-canDeclareNestedContainerElementTypeConstraints-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/parameter-configuringSameContainerElementTwiceCausesException-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/parameter-declaringContainerElementTypeConstraintForNonExistingNestedTypeArgumentIndexOnParameterCausesException-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/parameter-declaringContainerElementTypeConstraintForNonExistingTypeArgumentIndexOnParameterCausesException-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/parameter-declaringContainerElementTypeConstraintOnNonGenericParameterCausesException-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/parameter-ignoreAnnotationsFalse-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/parameter-ignoreAnnotationsTrue-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/parameter-omittingTypeArgumentForMultiTypeArgumentTypeOnParameterCausesException-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/returnvalue-canDeclareContainerElementCascades-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/returnvalue-canDeclareContainerElementTypeConstraints-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/returnvalue-canDeclareDeeplyNestedContainerElementTypeConstraints-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/returnvalue-canDeclareNestedContainerElementTypeConstraints-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/returnvalue-configuringSameContainerElementTwiceCausesException-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/returnvalue-declaringContainerElementTypeConstraintForNonExistingNestedTypeArgumentIndexOnReturnValueCausesException-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/returnvalue-declaringContainerElementTypeConstraintForNonExistingTypeArgumentIndexOnReturnValueCausesException-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/returnvalue-declaringContainerElementTypeConstraintOnNonGenericReturnValueCausesException-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/returnvalue-ignoreAnnotationsFalse-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/returnvalue-ignoreAnnotationsTrue-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/returnvalue-omittingTypeArgumentForMultiTypeArgumentTypeOnReturnValueCausesException-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/fieldlevel/user-constraints-ExcludeFieldLevelAnnotationsDueToBeanDefaultsTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/fieldlevel/user-constraints-FieldLevelOverridingTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/fieldlevel/user-constraints-IncludeFieldLevelAnnotationsDueToBeanDefaultsTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/fieldlevel/user-constraints-InvalidGroupConversionInFieldLevelOverridingTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/fieldlevel/user-constraints-WrongFieldNameTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/fieldlevel/validation-ExcludeFieldLevelAnnotationsDueToBeanDefaultsTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/fieldlevel/validation-FieldLevelOverridingTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/fieldlevel/validation-IncludeFieldLevelAnnotationsDueToBeanDefaultsTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/fieldlevel/validation-InvalidGroupConversionInFieldLevelOverridingTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/fieldlevel/validation-WrongFieldNameTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/package-constraints-ConfigurationViaXmlAndAnnotationsTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/package-constraints-ConstraintDeclarationTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/package-constraints-DefaultSequenceDefinedInXmlTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/package-constraints-MissingMandatoryElementTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/propertylevel/user-constraints-ExcludePropertyLevelAnnotationsDueToBeanDefaultsTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/propertylevel/user-constraints-IncludePropertyLevelAnnotationsDueToBeanDefaultsTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/propertylevel/user-constraints-InvalidGroupConversionInPropertyLevelOverridingTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/propertylevel/user-constraints-PropertyLevelOverridingTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/propertylevel/user-constraints-WrongPropertyNameTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/propertylevel/validation-ExcludePropertyLevelAnnotationsDueToBeanDefaultsTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/propertylevel/validation-IncludePropertyLevelAnnotationsDueToBeanDefaultsTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/propertylevel/validation-InvalidGroupConversionInPropertyLevelOverridingTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/propertylevel/validation-PropertyLevelOverridingTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/propertylevel/validation-WrongPropertyNameTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/validation-ConfigurationViaXmlAndAnnotationsTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/validation-ConfiguredBeanNotInClassPathTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/validation-ConstraintDeclarationTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/validation-DefaultSequenceDefinedInXmlTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/validation-MandatoryNameAttributeTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/validation-MissingMandatoryElementTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdefinition/constraint-definition-ExludeExistingValidatorsTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdefinition/constraint-definition-IncludeExistingValidatorsTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constructorvalidation/CascadedValidationTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constructorvalidation/DisabledCascadedValidationTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constructorvalidation/customer-repository-constraints-ConstructorValidationTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constructorvalidation/customer-repository-constraints-UnknownConstructorValidationTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constructorvalidation/ignore-annotations-IgnoreAnnotationsInConstructorConfigurationTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constructorvalidation/ignore-annotations-IgnoreAnnotationsOnConstructorTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constructorvalidation/validation-CascadedValidationTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constructorvalidation/validation-ConstructorValidationTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constructorvalidation/validation-DisabledCascadedValidationTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constructorvalidation/validation-IgnoreAnnotationsInConstructorConfigurationTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constructorvalidation/validation-IgnoreAnnotationsOnConstructorTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constructorvalidation/validation-UnknownConstructorValidationTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/groupconversion/GroupConversionTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/groupconversion/containerelement/XmlBasedContainerElementGroupConversionValidationTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/groupconversion/containerelement/validation-XmlBasedContainerElementGroupConversionValidationTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/groupconversion/validation-GroupConversionTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/invalid/InvalidMappingXmlTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/invalid/validation-InvalidValidationXmlTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/methodvalidation/CascadedValidationTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/methodvalidation/DisabledCascadedValidationTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/methodvalidation/MethodAsGetterAndMethodNodeTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/methodvalidation/customer-repository-constraints-MethodValidationTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/methodvalidation/customer-repository-constraints-UnknownMethodValidationTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/methodvalidation/ignore-annotations-IgnoreAnnotationsInMethodConfigurationTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/methodvalidation/ignore-annotations-IgnoreAnnotationsOnMethodTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/methodvalidation/validation-CascadedValidationTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/methodvalidation/validation-DisabledCascadedValidationTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/methodvalidation/validation-IgnoreAnnotationsInMethodConfigurationTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/methodvalidation/validation-IgnoreAnnotationsOnMethodTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/methodvalidation/validation-MethodAsGetterAndMethodNodeTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/methodvalidation/validation-MethodValidationTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/methodvalidation/validation-UnknownMethodValidationTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/order-constraints-XmlConfigurationTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/order-constraints.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/superuser-constraints.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/user-constraints-MissingClassNameOnBeanNodeTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/user-constraints-MultipleBeanDefinitionTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/user-constraints-MultipleFieldDefinitionTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/user-constraints-MultipleGetterDefinitionTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/user-constraints.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/validation-ClockProviderSpecifiedInValidationXmlNoDefaultConstructorTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/validation-ClockProviderSpecifiedInValidationXmlTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/validation-ConstraintValidatorFactorySpecifiedInValidationXmlTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/validation-DefaultProviderSpecifiedInValidationXmlTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/validation-MessageInterpolatorSpecifiedInValidationXmlNoDefaultConstructorTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/validation-MessageInterpolatorSpecifiedInValidationXmlTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/validation-MissingClassNameOnBeanNodeTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/validation-ParameterNameProviderSpecifiedInValidationXmlTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/validation-TraversableResolverSpecifiedInValidationXmlNoDefaultConstructorTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/validation-TraversableResolverSpecifiedInValidationXmlTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/validation-XmlConfigurationTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/versioning/UnknownVersionInMappingXmlTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/versioning/Version30InMappingXmlTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/versioning/validation-UnknownVersionInValidationXmlTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/versioning/validation-Version30InValidationXmlTest.xml

  Log Message:
  -----------
  Update Bean Validation API to 3.0.0

Also update the XML namespaces to use the final ones.


  Commit: 0bf449bb9b9589da53864e44e2f350df61d17e84
      https://github.com/eclipse-ee4j/beanvalidation-tck/commit/0bf449bb9b9589da53864e44e2f350df61d17e84
  Author: Scott M Stark <starksm64 at gmail.com>
  Date:   2020-07-16 (Thu, 16 Jul 2020)

  Changed paths:
    M pom.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/bootstrap/address-constraints-ConfigurationTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/bootstrap/customprovider/validation-BootstrapCustomProviderDefinedInValidationXmlTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/bootstrap/customprovider/validation-BootstrapUnknownCustomProviderTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/bootstrap/user-constraints-ConfigurationTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/bootstrap/validation-BootstrapConfigurationTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/bootstrap/validation-BootstrapConfigurationWithEmptyValidatedExecutableTypesTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/bootstrap/validation-BootstrapConfigurationWithValidatedExecutableTypesContainingALLAndNONETest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/bootstrap/validation-BootstrapConfigurationWithValidatedExecutableTypesContainingALLTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/bootstrap/validation-BootstrapConfigurationWithValidatedExecutableTypesContainingNONETest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/bootstrap/validation-BootstrapConfigurationWithValidatedExecutableTypesContainingSomeTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/constraints/builtinconstraints/builtin-constraints-override.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/integration/cdi/defaultinjection/validation-DefaultInjectionTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/integration/cdi/executable/global/validation-ExecutableValidationBasedOnGlobalConfigurationTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/integration/cdi/executable/globallydisabled/validation-ExecutableValidationGloballyDisabledTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/integration/cdi/managedobjects/validation-ManagedObjectsTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/integration/cdi/managedobjects/validation-ManagedValueExtractorsTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/integration/cdi/managedobjects/validation-ManagedXmlAndServiceLoaderValueExtractorsTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/integration/ee/test-validation.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/metadata/validation-ExecutableDescriptorIgnoresValidatedExecutableXmlSettingsTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/methodvalidation/validation-ExecutableValidationIgnoresValidatedExecutableXmlSettingsTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/valueextraction/declaration/multiple-value-extractors-for-same-type-and-type-argument-validation.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/valueextraction/declaration/value-extractor-validation.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/valueextraction/declaration/value-extractor-with-no-public-no-arg-constructor-validation.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/valueextraction/declaration/value-extractors-precedence-validation.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/clazzlevel/package-constraints-ClassLevelOverridingImplicitOverrideTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/clazzlevel/package-constraints-ClassLevelOverridingTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/clazzlevel/package-constraints-ClassLevelOverridingWithAnnotationTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/constraints-ConfiguredBeanNotInClassPathTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/constraints-GroupIsNotAllowedAsElementNameTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/constraints-MandatoryNameAttributeTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/constraints-MessageIsNotAllowedAsElementNameTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/constraints-PayloadIsNotAllowedAsElementNameTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/field-canDeclareContainerElementCascades-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/field-canDeclareContainerElementTypeConstraints-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/field-canDeclareDeeplyNestedContainerElementTypeConstraints-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/field-canDeclareNestedContainerElementTypeConstraints-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/field-configuringSameContainerElementTwiceCausesException-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/field-declaringContainerElementTypeConstraintForNonExistingNestedTypeArgumentIndexOnFieldCausesException-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/field-declaringContainerElementTypeConstraintForNonExistingTypeArgumentIndexOnFieldCausesException-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/field-declaringContainerElementTypeConstraintOnNonGenericFieldCausesException-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/field-ignoreAnnotationsFalse-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/field-ignoreAnnotationsTrue-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/field-omittingTypeArgumentForMultiTypeArgumentTypeOnFieldCausesException-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/getter-canDeclareContainerElementCascades-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/getter-canDeclareContainerElementTypeConstraints-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/getter-canDeclareDeeplyNestedContainerElementTypeConstraints-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/getter-canDeclareNestedContainerElementTypeConstraints-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/getter-configuringSameContainerElementTwiceCausesException-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/getter-declaringContainerElementTypeConstraintForNonExistingNestedTypeArgumentIndexOnFieldCausesException-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/getter-declaringContainerElementTypeConstraintForNonExistingTypeArgumentIndexOnFieldCausesException-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/getter-declaringContainerElementTypeConstraintOnNonGenericFieldCausesException-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/getter-ignoreAnnotationsFalse-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/getter-ignoreAnnotationsTrue-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/getter-omittingTypeArgumentForMultiTypeArgumentTypeOnFieldCausesException-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/parameter-canDeclareContainerElementCascades-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/parameter-canDeclareContainerElementTypeConstraints-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/parameter-canDeclareDeeplyNestedContainerElementTypeConstraints-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/parameter-canDeclareNestedContainerElementTypeConstraints-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/parameter-configuringSameContainerElementTwiceCausesException-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/parameter-declaringContainerElementTypeConstraintForNonExistingNestedTypeArgumentIndexOnParameterCausesException-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/parameter-declaringContainerElementTypeConstraintForNonExistingTypeArgumentIndexOnParameterCausesException-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/parameter-declaringContainerElementTypeConstraintOnNonGenericParameterCausesException-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/parameter-ignoreAnnotationsFalse-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/parameter-ignoreAnnotationsTrue-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/parameter-omittingTypeArgumentForMultiTypeArgumentTypeOnParameterCausesException-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/returnvalue-canDeclareContainerElementCascades-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/returnvalue-canDeclareContainerElementTypeConstraints-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/returnvalue-canDeclareDeeplyNestedContainerElementTypeConstraints-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/returnvalue-canDeclareNestedContainerElementTypeConstraints-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/returnvalue-configuringSameContainerElementTwiceCausesException-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/returnvalue-declaringContainerElementTypeConstraintForNonExistingNestedTypeArgumentIndexOnReturnValueCausesException-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/returnvalue-declaringContainerElementTypeConstraintForNonExistingTypeArgumentIndexOnReturnValueCausesException-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/returnvalue-declaringContainerElementTypeConstraintOnNonGenericReturnValueCausesException-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/returnvalue-ignoreAnnotationsFalse-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/returnvalue-ignoreAnnotationsTrue-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/containerelementlevel/returnvalue-omittingTypeArgumentForMultiTypeArgumentTypeOnReturnValueCausesException-mapping.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/fieldlevel/user-constraints-ExcludeFieldLevelAnnotationsDueToBeanDefaultsTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/fieldlevel/user-constraints-FieldLevelOverridingTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/fieldlevel/user-constraints-IncludeFieldLevelAnnotationsDueToBeanDefaultsTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/fieldlevel/user-constraints-InvalidGroupConversionInFieldLevelOverridingTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/fieldlevel/user-constraints-WrongFieldNameTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/fieldlevel/validation-ExcludeFieldLevelAnnotationsDueToBeanDefaultsTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/fieldlevel/validation-FieldLevelOverridingTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/fieldlevel/validation-IncludeFieldLevelAnnotationsDueToBeanDefaultsTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/fieldlevel/validation-InvalidGroupConversionInFieldLevelOverridingTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/fieldlevel/validation-WrongFieldNameTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/package-constraints-ConfigurationViaXmlAndAnnotationsTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/package-constraints-ConstraintDeclarationTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/package-constraints-DefaultSequenceDefinedInXmlTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/package-constraints-MissingMandatoryElementTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/propertylevel/user-constraints-ExcludePropertyLevelAnnotationsDueToBeanDefaultsTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/propertylevel/user-constraints-IncludePropertyLevelAnnotationsDueToBeanDefaultsTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/propertylevel/user-constraints-InvalidGroupConversionInPropertyLevelOverridingTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/propertylevel/user-constraints-PropertyLevelOverridingTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/propertylevel/user-constraints-WrongPropertyNameTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/propertylevel/validation-ExcludePropertyLevelAnnotationsDueToBeanDefaultsTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/propertylevel/validation-IncludePropertyLevelAnnotationsDueToBeanDefaultsTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/propertylevel/validation-InvalidGroupConversionInPropertyLevelOverridingTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/propertylevel/validation-PropertyLevelOverridingTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/propertylevel/validation-WrongPropertyNameTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/validation-ConfigurationViaXmlAndAnnotationsTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/validation-ConfiguredBeanNotInClassPathTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/validation-ConstraintDeclarationTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/validation-DefaultSequenceDefinedInXmlTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/validation-MandatoryNameAttributeTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/validation-MissingMandatoryElementTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdefinition/constraint-definition-ExludeExistingValidatorsTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdefinition/constraint-definition-IncludeExistingValidatorsTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constructorvalidation/CascadedValidationTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constructorvalidation/DisabledCascadedValidationTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constructorvalidation/customer-repository-constraints-ConstructorValidationTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constructorvalidation/customer-repository-constraints-UnknownConstructorValidationTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constructorvalidation/ignore-annotations-IgnoreAnnotationsInConstructorConfigurationTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constructorvalidation/ignore-annotations-IgnoreAnnotationsOnConstructorTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constructorvalidation/validation-CascadedValidationTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constructorvalidation/validation-ConstructorValidationTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constructorvalidation/validation-DisabledCascadedValidationTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constructorvalidation/validation-IgnoreAnnotationsInConstructorConfigurationTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constructorvalidation/validation-IgnoreAnnotationsOnConstructorTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constructorvalidation/validation-UnknownConstructorValidationTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/groupconversion/GroupConversionTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/groupconversion/containerelement/XmlBasedContainerElementGroupConversionValidationTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/groupconversion/containerelement/validation-XmlBasedContainerElementGroupConversionValidationTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/groupconversion/validation-GroupConversionTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/invalid/InvalidMappingXmlTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/invalid/validation-InvalidValidationXmlTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/methodvalidation/CascadedValidationTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/methodvalidation/DisabledCascadedValidationTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/methodvalidation/MethodAsGetterAndMethodNodeTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/methodvalidation/customer-repository-constraints-MethodValidationTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/methodvalidation/customer-repository-constraints-UnknownMethodValidationTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/methodvalidation/ignore-annotations-IgnoreAnnotationsInMethodConfigurationTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/methodvalidation/ignore-annotations-IgnoreAnnotationsOnMethodTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/methodvalidation/validation-CascadedValidationTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/methodvalidation/validation-DisabledCascadedValidationTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/methodvalidation/validation-IgnoreAnnotationsInMethodConfigurationTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/methodvalidation/validation-IgnoreAnnotationsOnMethodTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/methodvalidation/validation-MethodAsGetterAndMethodNodeTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/methodvalidation/validation-MethodValidationTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/methodvalidation/validation-UnknownMethodValidationTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/order-constraints-XmlConfigurationTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/order-constraints.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/superuser-constraints.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/user-constraints-MissingClassNameOnBeanNodeTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/user-constraints-MultipleBeanDefinitionTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/user-constraints-MultipleFieldDefinitionTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/user-constraints-MultipleGetterDefinitionTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/user-constraints.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/validation-ClockProviderSpecifiedInValidationXmlNoDefaultConstructorTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/validation-ClockProviderSpecifiedInValidationXmlTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/validation-ConstraintValidatorFactorySpecifiedInValidationXmlTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/validation-DefaultProviderSpecifiedInValidationXmlTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/validation-MessageInterpolatorSpecifiedInValidationXmlNoDefaultConstructorTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/validation-MessageInterpolatorSpecifiedInValidationXmlTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/validation-MissingClassNameOnBeanNodeTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/validation-ParameterNameProviderSpecifiedInValidationXmlTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/validation-TraversableResolverSpecifiedInValidationXmlNoDefaultConstructorTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/validation-TraversableResolverSpecifiedInValidationXmlTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/validation-XmlConfigurationTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/versioning/UnknownVersionInMappingXmlTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/versioning/Version30InMappingXmlTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/versioning/validation-UnknownVersionInValidationXmlTest.xml
    M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/versioning/validation-Version30InValidationXmlTest.xml

  Log Message:
  -----------
  Merge pull request #179 from gsmet/update-bv-namespace

Update Bean Validation API to 3.0.0


Compare: https://github.com/eclipse-ee4j/beanvalidation-tck/compare/1f4ab04369f9...0bf449bb9b95


More information about the hibernate-commits mailing list