Annotations associated with composited contraints must reflect inherited groups
-------------------------------------------------------------------------------

                 Key: BVAL-32
                 URL: https://issues.apache.org/jira/browse/BVAL-32
             Project: BeanValidation
          Issue Type: Bug
          Components: jsr303
    Affects Versions: 0.1-incubating
            Reporter: Carlos Vara


When enforcing group inheritance in constraint composition, the actual 
annotations must also have their groups() value modified. To do so, a new 
annotation proxy must be created that substitutes the obtained one.

One gotcha in the solution, I made the class AnnotationProxy serializable as 
those proxies can be part of ConstraintDescriptorImpl,

1 more test passes.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to