Implicit groups should be correctly set in constraint descriptors
-----------------------------------------------------------------
Key: BVAL-39
URL: https://issues.apache.org/jira/browse/BVAL-39
Project: BeanValidation
Issue Type: Bug
Components: jsr303
Affects Versions: 0.1-incubating
Reporter: Carlos Vara
In order to get this done:
- Implicit groups are now processed on metabean building instead of during
validation, so the query API can work.
- MetaProperties now have the ref to the metabean being built set, so its class
can be checked.
- Roman: in AnnotationConstraintBuilder:75, I reverted your last change to only
perform the action if the attribute is not groups()/payload(). The reason is to
ensure the correct value of the attribute for the case when no group is given
(should be an array with Default.class).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.