Skip to content
This repository has been archived by the owner on Nov 24, 2018. It is now read-only.

Add hibernateEmail validator #26

Closed
philippd opened this issue Apr 24, 2014 · 2 comments
Closed

Add hibernateEmail validator #26

philippd opened this issue Apr 24, 2014 · 2 comments

Comments

@philippd
Copy link
Collaborator

Add new validator for email addresses using the regex used by Hibernate Email validator: http://docs.jboss.org/hibernate/validator/5.1/api/org/hibernate/validator/constraints/Email.html

This validator will be used for @Email annotations when the valdr-bean-validation plugin is used for the back-end.

see #24

@philippd
Copy link
Collaborator Author

Basic validation implemented with 462653e

Still have to figure out where the hibernate validator considers the regex and flags parameters.

@philippd
Copy link
Collaborator Author

The Hibernate implementation of @Email does not support regex (and therefore flags), so we'll skip this for now...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant