Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-validator
Commit: 76f40c8bff7edf57fdbefe19b58f130d91c15d61
https://github.com/hibernate/hibernate-validator/commit/76f40c8bff7edf57f...
Author: Federico <Federico(a)129.177.140.236>
Date: 2010-11-02 (Tue, 02 Nov 2010)
Changed paths:
M hibernate-validator/src/main/java/org/hibernate/validator/engine/ConstraintTree.java
A
hibernate-validator/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/AllowedSSN.java
A
hibernate-validator/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/Blacklist.java
M
hibernate-validator/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/BoolCompositeConstraintTest.java
A
hibernate-validator/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/IsBlank.java
M
hibernate-validator/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/Person.java
A
hibernate-validator/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/SSN.java
A
hibernate-validator/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/TemporarySSN.java
A
hibernate-validator/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/ValidSSN.java
A
hibernate-validator/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/localconstrval/LocalConstrValTest.java
A
hibernate-validator/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/localconstrval/LongStringValidator.java
A
hibernate-validator/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/localconstrval/PatternOrLong.java
A
hibernate-validator/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/localconstrval/PersonConstrVal.java
A
hibernate-validator/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/localconstrval/SmallString.java
A
hibernate-validator/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/localconstrval/SmallStringValidator.java
Log Message:
-----------
Changed ConstraintTree.java to correctly evaluate boolean composition when a local
ConstrainValidator is present.
Added more tests for boolean composition with and without local ConstraintValidators.
Commit: b4027acc7c63b6e4bc10c1a8f4100bffcdb94560
https://github.com/hibernate/hibernate-validator/commit/b4027acc7c63b6e4b...
Author: Hardy Ferentschik <hibernate(a)ferentschik.de>
Date: 2010-11-09 (Tue, 09 Nov 2010)
Changed paths:
M
hibernate-validator/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/AllowedSSN.java
M
hibernate-validator/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/Blacklist.java
M
hibernate-validator/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/BoolCompositeConstraintTest.java
M
hibernate-validator/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/IsBlank.java
M
hibernate-validator/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/Person.java
M
hibernate-validator/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/SSN.java
M
hibernate-validator/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/TemporarySSN.java
M
hibernate-validator/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/ValidSSN.java
Log Message:
-----------
HV-390 Applying HV coding style
Commit: 05ee50029b2a895b614d4d061f31567c5c1adbd7
https://github.com/hibernate/hibernate-validator/commit/05ee50029b2a895b6...
Author: Hardy Ferentschik <hibernate(a)ferentschik.de>
Date: 2010-11-10 (Wed, 10 Nov 2010)
Changed paths:
M hibernate-validator/pom.xml
M pom.xml
Log Message:
-----------
HV-390 Updating scm information and removing remote tagging attribute from release plugin.
Also removing unused cli plugin
Commit: fd1408fb2e938eed9e7fc2ba0b1b461fd439faeb
https://github.com/hibernate/hibernate-validator/commit/fd1408fb2e938eed9...
Author: Hardy Ferentschik <hibernate(a)ferentschik.de>
Date: 2010-11-10 (Wed, 10 Nov 2010)
Changed paths:
M
hibernate-validator/src/main/java/org/hibernate/validator/metadata/site/BeanConstraintSite.java
Log Message:
-----------
HV-390 Formatting
Commit: eb66ab723fa16af4da0c9e6e63f2950079e33c25
https://github.com/hibernate/hibernate-validator/commit/eb66ab723fa16af4d...
Author: Hardy Ferentschik <hibernate(a)ferentschik.de>
Date: 2010-11-10 (Wed, 10 Nov 2010)
Changed paths:
M
hibernate-validator/src/main/java/org/hibernate/validator/metadata/MetaConstraint.java
Log Message:
-----------
HV-390 Formatting and making methods final
Commit: 0323fc270d4944a8ff4caafafc3d909098a6e0d5
https://github.com/hibernate/hibernate-validator/commit/0323fc270d4944a8f...
Author: Hardy Ferentschik <hibernate(a)ferentschik.de>
Date: 2010-11-10 (Wed, 10 Nov 2010)
Changed paths:
M
hibernate-validator/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/localconstrval/LocalConstrValTest.java
M
hibernate-validator/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/localconstrval/LongStringValidator.java
M
hibernate-validator/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/localconstrval/PatternOrLong.java
A
hibernate-validator/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/localconstrval/Person.java
R
hibernate-validator/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/localconstrval/PersonConstrVal.java
M
hibernate-validator/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/localconstrval/SmallString.java
M
hibernate-validator/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/localconstrval/SmallStringValidator.java
Log Message:
-----------
HV-390 Formatting
Commit: cc3f945dc0db1977064fd7004063ff05695a880b
https://github.com/hibernate/hibernate-validator/commit/cc3f945dc0db19770...
Author: Hardy Ferentschik <hibernate(a)ferentschik.de>
Date: 2010-11-10 (Wed, 10 Nov 2010)
Changed paths:
M
hibernate-validator/src/main/java/org/hibernate/validator/engine/ValidationContext.java
Log Message:
-----------
HV-390 Fixed typo and made method final
Commit: 9a78fb1bf132fcc98765190870d5d21cd62d1ae7
https://github.com/hibernate/hibernate-validator/commit/9a78fb1bf132fcc98...
Author: Hardy Ferentschik <hibernate(a)ferentschik.de>
Date: 2010-11-10 (Wed, 10 Nov 2010)
Changed paths:
M hibernate-validator/src/main/java/org/hibernate/validator/engine/ConstraintTree.java
M hibernate-validator/src/main/java/org/hibernate/validator/engine/ValueContext.java
Log Message:
-----------
HV-390 Added type of annotated element to ValueContext to save one method parameter. Also
splitting main validation method up into multiple ones