You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bval.apache.org by "Roman Stumm (JIRA)" <ji...@apache.org> on 2010/06/18 08:39:23 UTC

[jira] Commented: (BVAL-1) split usable validations like @Email from our impl

    [ https://issues.apache.org/jira/browse/BVAL-1?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12880081#action_12880081 ] 

Roman Stumm commented on BVAL-1:
--------------------------------

+1 from me

The ONLY constraint validator implementation, that uses some code from the core module is EmailValidator.


> split usable validations like @Email from our impl
> --------------------------------------------------
>
>                 Key: BVAL-1
>                 URL: https://issues.apache.org/jira/browse/BVAL-1
>             Project: BeanValidation
>          Issue Type: Improvement
>            Reporter: Mark Struberg
>            Assignee: Mark Struberg
>
> Currently there are a few very useful Validations included in the impl.
> Since they are in fact independent of the actual JSR-303 implementation, we should split them out into two own modules
>  * validators-api which contains only the annotations and public stuff
>  * validators-impl which contains the implementation stuff which are not needed at compile time (always used with <scope>runtime</scope>)

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