-
-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch to Jakarta Mail #261
Comments
Apache Commons Email 2.0.0-M1 released: Be aware that the groupid changed to |
Upvoting this because I've just run into an incompatibility with Play Mailer and the Jakarta-based SMTP appender for the version of Logback used in Play 2.9. 🙍♂️ |
@mikesname Like written in my previous comment, there is a first milestone release of apache commons 2. If you want to help out you can git-checkout the the |
This addresses playframework#261 but is not yet ready for merging.
This addresses playframework#261 but is not yet ready for merging.
This addresses playframework#261 but is not yet ready for merging.
@mkurz I've put in a PR with the upgraded deps. I've tested locally and all seems good, but let me know what else needs doing for an M1 release. I'm not even sure what the new versions would be given that 9.x and 10.x are current for Play 2.9 and 3.0 respectively - 11.x and 12.x?. Thanks! |
This addresses playframework#261 but is not yet ready for merging.
This addresses playframework#261 but is not yet ready for merging.
Thanks @mikesname - I've just published play-mailer 11.0.0-M1: https://github.com/playframework/play-mailer/releases/tag/11.0.0-M1 libraryDependencies += "org.playframework" %% "play-mailer[-guice]" % "11.0.0-M1" Also please report here: BTW, you can use it even when with Play 2.9 - play-mailer does not actually depend on anything Play 3 specific (just for testing): So from v11 on there will be just this one release for both Play lines (Pekko/Akka). |
@mkurz thanks very much for this. I can't claim to have tested every aspect of functionality yet but works well for my purposes on Play 2.9.5. |
@mikesname Can you please also report overt at apache/commons-email#43 to let the commons-mail maintainer know? So we get a RC and/or final release faster, thanks! |
Just a reminder to switch from
javax.mail.*
tojakarta.mail.*
and fromjavax.activation.*
tojakarta.activation.*
when possible.This depends on commons-email however:
Probably Angus Mail will be used as implemention of Jakarta Mail 2.x.
(BTW: Also check this line in play-grpc, not sure if or when we should change that exclude.)
The text was updated successfully, but these errors were encountered: