You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So EmailAddressValidator is from the old underlying validation libray email-rfc2822-validator, which was replaced by the excellent JMail (see #319). So if you used EmailAddressValidator directly, instead you would do something like JMail.isValid(email). Please see https://github.com/RohanNagar/jmail#usage for usage and examples.
I I should probably get on some migration notes and also I pretty much forgot to update the documentation website on this topic. So thanks for that reminder 👍
after updating pom to use 7.0.0, I am getting 'EmailAddressValidator' cannot be resolved.
The text was updated successfully, but these errors were encountered: