[hibernate-commits] [beanvalidation/beanvalidation-tck] 853638: BVTCK-32 Enabling test for validation of executabl...
GitHub
noreply at github.com
Thu Jan 31 05:23:30 EST 2013
Branch: refs/heads/master
Home: https://github.com/beanvalidation/beanvalidation-tck
Commit: 8536385c5b36ade22f21003d257f0dee2bb0120a
https://github.com/beanvalidation/beanvalidation-tck/commit/8536385c5b36ade22f21003d257f0dee2bb0120a
Author: Gunnar Morling <gunnar.morling at googlemail.com>
Date: 2013-01-28 (Mon, 28 Jan 2013)
Changed paths:
M tests/src/main/java/org/hibernate/beanvalidation/tck/tests/metadata/ExecutableDescriptorTest.java
Log Message:
-----------
BVTCK-32 Enabling test for validation of executables with synthetic params
Commit: efa3ee1c3154597bd963065328e530f46b0e6826
https://github.com/beanvalidation/beanvalidation-tck/commit/efa3ee1c3154597bd963065328e530f46b0e6826
Author: Gunnar Morling <gunnar.morling at googlemail.com>
Date: 2013-01-29 (Tue, 29 Jan 2013)
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/InterfaceImplementationWithGroupConversionOnReturnValue.java
R tests/src/main/java/org/hibernate/beanvalidation/tck/tests/constraints/groups/groupconversion/service/impl/SubClassWithGroupConversionOnReturnValue.java
M tests/src/main/java/org/hibernate/beanvalidation/tck/tests/constraints/inheritance/method/invaliddeclarations/InvalidMethodConstraintDeclarationTest.java
A tests/src/main/java/org/hibernate/beanvalidation/tck/tests/validation/groupconversion/EndUser.java
A 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/GroupConversionValidationTest.java
M tests/src/main/java/org/hibernate/beanvalidation/tck/tests/validation/groupconversion/User.java
Log Message:
-----------
BVTCK-32 Enabling tests for handling of cascaded return value validations in hierarchies. Adjusting test as it actually is allowed to add @Valid/@ConvertGroup on the return value of an overriding method if the method isn't cascaded in the supertype.
Compare: https://github.com/beanvalidation/beanvalidation-tck/compare/9d347ae89257...efa3ee1c3154
More information about the hibernate-commits
mailing list