[
http://opensource.atlassian.com/projects/hibernate/browse/BVAL-104?page=c...
]
Alaa Mohssen Nassef commented on BVAL-104:
------------------------------------------
Thanks. As I said, there was a problem in the AssertFalse validator. It currently reads
public class AssertFalseValidator implements ConstraintValidator<AssertTrue,
Boolean>
while it should be
public class AssertFalseValidator implements ConstraintValidator<AssertFalse,
Boolean>
My Mistake. That's why I added the second patch, which was supposed to replace the
first one. Can you fix please?
Implement most constraint validators of the spec
------------------------------------------------
Key: BVAL-104
URL:
http://opensource.atlassian.com/projects/hibernate/browse/BVAL-104
Project: Bean Validation
Issue Type: Patch
Components: ri-general
Reporter: Alaa Mohssen Nassef
Assignee: Hardy Ferentschik
Attachments: patch.txt, patch.txt
This patch contains the implementation of the validators for the below constraints,
together with their unit tests and validation error messages.
@Null
@Min
@Max
@Past
@Future
@AssertTrue
@AssertFalse
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira