Konstantin Triger created BVAL-109:
--------------------------------------

             Summary: Wrong enforcement that validation groups have to be 
interfaces
                 Key: BVAL-109
                 URL: https://issues.apache.org/jira/browse/BVAL-109
             Project: BVal
          Issue Type: Bug
          Components: jsr303
    Affects Versions: 0.4
            Reporter: Konstantin Triger
             Fix For: 0.5


The Bean Validation specification does not enforce that groups have to be 
interfaces. Non interface classes could be used as well, but we recommend to 
stick to interfaces.

(Taken from 
http://docs.jboss.org/hibernate/validator/4.0.1/reference/en/html/validator-usingvalidator.html#validator-usingvalidator-validationgroups)

Suggested fix: remove the check from GroupsComputer.computeGroups.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to