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
This is by design. To avoid maven dependencies on micro-libraries, email-rfc2822-validator is being shaded into the resulting jar (under a modified package to avoid collisions). This is possible, because that library is managed by myself as well.
Similarly DKIM was included as well before 5.0.0.rc1, but because it is an external library, it is not included in the simple-java-mail JAR.
bbottema
changed the title
Source not included in maven release for email validation
Don't shade the email-rfc2822-validator dependency anymore
Feb 16, 2018
The entire package,
org.hazlewood.connor.bottema.emailaddress.simplejavamail
doesn't exist in the latest 5.0RC sources.If one downloads the sources from https://github.com/bbottema/email-rfc2822-validator, the source for
EmailAddressValidator
doesn't match the decompiled classes from simple-java-mail.Of note, the package is also different between the two projects.
The text was updated successfully, but these errors were encountered: