You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Donald Woods (JIRA)" <ji...@apache.org> on 2009/04/15 17:29:15 UTC

[jira] Created: (GERONIMO-4619) JSR-303 Bean Validation Spec API

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.


[jira] Commented: (GERONIMO-4619) JSR-303 Bean Validation Spec API

Posted by "Donald Woods (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-4619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12699251#action_12699251 ] 

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

Pending final outcome of RI release, if it continues to use ASL 2.0 (as of 1.0-Beta4) or if they switch licenses....

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


[jira] Commented: (GERONIMO-4619) JSR-303 Bean Validation Spec API

Posted by "Donald Woods (JIRA)" <ji...@apache.org>.
    [ 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.


[jira] Resolved: (GERONIMO-4619) JSR-303 Bean Validation Spec API

Posted by "Donald Woods (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-4619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Donald Woods resolved GERONIMO-4619.
------------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: Wish List)
                   3.0

1.0 version released

> 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: 3.0
>
>
> 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.


[jira] Commented: (GERONIMO-4619) JSR-303 Bean Validation Spec API

Posted by "Donald Woods (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-4619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12732114#action_12732114 ] 

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

geronimo-validation updated for 1.0 CR3, a EA3 branch created and artifacts published -
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/geronimo/specs/geronimo-validation_1.0_spec/1.0-EA3-SNAPSHOT/geronimo-validation_1.0_spec-1.0-EA3-20090716.193828-1.jar


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


[jira] Issue Comment Edited: (GERONIMO-4619) JSR-303 Bean Validation Spec API

Posted by "Donald Woods (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-4619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12699251#action_12699251 ] 

Donald Woods edited comment on GERONIMO-4619 at 4/23/09 6:54 AM:
-----------------------------------------------------------------

Initial 1.0-SNAPSHOT implementation will be based on the JSR-303 PFD.
This JIRA will remain open until the Spec is finalized and we can validate the API using the TCK against the RI Impl.

      was (Author: drwoods):
    Pending final outcome of RI release, if it continues to use ASL 2.0 (as of 1.0-Beta4) or if they switch licenses....
  
> 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.