Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-validator
Commit: aa033acc3e330c33fd98d83297cf545a4f8ffe8f
https://github.com/hibernate/hibernate-validator/commit/aa033acc3e330c33f...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2011-01-25 (Tue, 25 Jan 2011)
Changed paths:
M hibernate-validator-annotation-processor/pom.xml
M
hibernate-validator-annotation-processor/src/main/java/org/hibernate/validator/ap/util/AnnotationApiHelper.java
M
hibernate-validator-annotation-processor/src/main/java/org/hibernate/validator/ap/util/ConstraintHelper.java
M
hibernate-validator-annotation-processor/src/test/java/org/hibernate/validator/ap/ConstraintValidationProcessorTest.java
A
hibernate-validator-annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/ModelWithJodaTypes.java
Log Message:
-----------
HV-418: Added the Joda types to the allowed types for @Past/@Future in the AP
Commit: aae68e566ef89f7966c49d196dc4f22ea10efb74
https://github.com/hibernate/hibernate-validator/commit/aae68e566ef89f796...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2011-01-25 (Tue, 25 Jan 2011)
Changed paths:
M hibernate-validator-annotation-processor/pom.xml
M
hibernate-validator-annotation-processor/src/test/java/org/hibernate/validator/ap/ConstraintValidationProcessorTestBase.java
M
hibernate-validator-annotation-processor/src/test/java/org/hibernate/validator/ap/testutil/CompilerTestHelper.java
Log Message:
-----------
HV-418: Simplified AP tests, they can now be started without any system properties.
Commit: d1d40f652913c5193818f237391d773dfb303521
https://github.com/hibernate/hibernate-validator/commit/d1d40f652913c5193...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2011-01-25 (Tue, 25 Jan 2011)
Changed paths:
M
hibernate-validator-annotation-processor/src/main/java/org/hibernate/validator/ap/util/ConstraintHelper.java
M
hibernate-validator-annotation-processor/src/test/java/org/hibernate/validator/ap/ConstraintValidationProcessorTest.java
M
hibernate-validator-annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/ModelWithJodaTypes.java
Log Message:
-----------
HV-418: Adapt AP to allow @Past/@Future at ReadableInstant/-Partial (see HV-424)