[hibernate-commits] [hibernate/hibernate-validator] ffe03f: HV-550 creating a test case for fail fast and comp...
GitHub
noreply at github.com
Wed Feb 29 18:45:38 EST 2012
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-validator
Commit: ffe03fa7cc4f3ddd19f28b6f940a8c0c9a1063cb
https://github.com/hibernate/hibernate-validator/commit/ffe03fa7cc4f3ddd19f28b6f940a8c0c9a1063cb
Author: Hardy Ferentschik <hibernate at ferentschik.de>
Date: 2012-02-28 (Tue, 28 Feb 2012)
Changed paths:
M hibernate-validator/src/test/java/org/hibernate/validator/test/internal/engine/failfast/FailFastTest.java
Log Message:
-----------
HV-550 creating a test case for fail fast and composing constraints
Commit: 5b0d64b07b9abb32751e68df95cda94a00d277ff
https://github.com/hibernate/hibernate-validator/commit/5b0d64b07b9abb32751e68df95cda94a00d277ff
Author: Hardy Ferentschik <hibernate at ferentschik.de>
Date: 2012-02-28 (Tue, 28 Feb 2012)
Changed paths:
M hibernate-validator/src/main/java/org/hibernate/validator/constraints/CompositionType.java
Log Message:
-----------
HV-550 formatting
Commit: a6e9ea2c2c57a33b31f0e4284cdab673bf3eabb1
https://github.com/hibernate/hibernate-validator/commit/a6e9ea2c2c57a33b31f0e4284cdab673bf3eabb1
Author: Hardy Ferentschik <hibernate at ferentschik.de>
Date: 2012-02-28 (Tue, 28 Feb 2012)
Changed paths:
M hibernate-validator/src/main/java/org/hibernate/validator/internal/engine/ConstraintTree.java
Log Message:
-----------
HV-550 Making sure that ConstraintTree honors the fail fast mode
Commit: 786d9acc8305c9b52385895b28eb1d0531fb2945
https://github.com/hibernate/hibernate-validator/commit/786d9acc8305c9b52385895b28eb1d0531fb2945
Author: Hardy Ferentschik <hibernate at ferentschik.de>
Date: 2012-02-28 (Tue, 28 Feb 2012)
Changed paths:
M hibernate-validator/src/main/java/org/hibernate/validator/internal/engine/ValidationContext.java
M hibernate-validator/src/main/java/org/hibernate/validator/internal/engine/ValidatorImpl.java
Log Message:
-----------
HV-550 Moving ValidatorContext#shouldFailFast into ValidatorImpl in order to avoid confusing. The logic for shouldFailFast is specific to ValidatorImpl and does not apply in the ConstraintTree
Compare: https://github.com/hibernate/hibernate-validator/compare/8d28841...786d9ac
More information about the hibernate-commits
mailing list