[ 
https://issues.apache.org/jira/browse/GERONIMO-4619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12732055#action_12732055
 ] 

Donald Woods commented on GERONIMO-4619:
----------------------------------------

r794769 - Spec changes between Validation 1.0 CR2 and 1.0 CR3 levels:
 - The 4 descriptor class were moved into a javax.validation.metadata package.
 - A new javax.validation.Path was introduced for iterable nodes, which 
replaces some String usage in ConstraintViolation and 
 - Constraints and @Valid - now supports constructor and parameter targets
 - ConstraintValidatorContext - several new Interfaces and method chnages
 - ConstraintViolation - getPropertyPAth() now returns a Path instead of a 
String
 - ConstraintViolationException - getConstraintViolations() now returns 
Set<ConstraintViolation<?>> instead of Set<ConstraintViolation>
 - MessageInterpolator - static removed from internal Context interface
 - ValidationProvider - now extends Configuration and 
createSpecializedConfiguration() method has changed
 - TraversableResolver - method params have changed
 - Validation - changes in some method params and static class impls
 - ValidationProviderResolver - getValidationProviders() now returns 
List<ValidationProvider<?>> instead of List<ValidationProvider>
 - Validator - new unwrap() method
 - ValidatorFactory - new unwrap() method



> JSR-303 Bean Validation Spec API
> --------------------------------
>
>                 Key: GERONIMO-4619
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4619
>             Project: Geronimo
>          Issue Type: New Feature
>      Security Level: public(Regular issues) 
>          Components: specs
>            Reporter: Donald Woods
>            Assignee: Donald Woods
>             Fix For: Wish List
>
>
> Provide a clean-room implementation covered by ASL 2.0 of the JSR-303 Bean 
> Validation API as required by the JPA 2.0, JSF 2.0 and Java EE 6 specs.

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