[beanvalidation/beanvalidation-tck] 18fb81: BVTCK-42 Renaming <validated-executables> to <defa...
by GitHub
Branch: refs/heads/master
Home: https://github.com/beanvalidation/beanvalidation-tck
Commit: 18fb81bdee005a128a1f5f71c7f2c2466ff6ae6b
https://github.com/beanvalidation/beanvalidation-tck/commit/18fb81bdee005...
Author: Hardy Ferentschik <hardy(a)ferentschik.de>
Date: 2013-03-12 (Tue, 12 Mar 2013)
Changed paths:
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/metadata/validation-ExecutableDescriptorIgnoresValidatedExecutableXmlSettingsTest.xml
Log Message:
-----------
BVTCK-42 Renaming <validated-executables> to <default-validated-executables>
11 years, 8 months
[beanvalidation/beanvalidation-tck] cbaf86: BVTCK-42 Rename areParametersConstrained to hasCon...
by GitHub
Branch: refs/heads/master
Home: https://github.com/beanvalidation/beanvalidation-tck
Commit: cbaf861a294444de101e2f32c9d42c383f8613ad
https://github.com/beanvalidation/beanvalidation-tck/commit/cbaf861a29444...
Author: Hardy Ferentschik <hardy(a)ferentschik.de>
Date: 2013-03-12 (Tue, 12 Mar 2013)
Changed paths:
M pom.xml
M tests/src/main/java/org/hibernate/beanvalidation/tck/tests/metadata/ExecutableDescriptorTest.java
M tests/src/main/java/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constructorvalidation/ConstructorValidationTest.java
M tests/src/main/java/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/methodvalidation/MethodValidationTest.java
M tests/src/main/resources/org/hibernate/beanvalidation/tck/tests/methodvalidation/validation-ExecutableValidationIgnoresValidatedExecutableXmlSettingsTest.xml
Log Message:
-----------
BVTCK-42 Rename areParametersConstrained to hasConstrainedParameters and isReturnValueConstrained to hasConstrainedReturnValue in ExecutableDescriptor.
Also renaming <validated-executables> to <default-validated-executables>. Depending on BV API snapshot.
11 years, 8 months