Improved support of @OverridesAttribute
---------------------------------------

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

Several changes to the current implementation:
- Changed index calculation, indexes are always >= 0.
- When applying overrides, not only the attributes are updated, but also the 
annotation.
- Deferred validator initialization until all the override information is 
gathered. To comply with this, it has been moved to a post-processing phase in 
AppendValidation.
- Added an abstract base AppendValidation implementation to implement the point 
above.
- Restore constraint validation context after validating compositing 
constraints.

3 more tests pass.

-- 
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