-
-
Notifications
You must be signed in to change notification settings - Fork 271
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Update to Angus Mail #489
Comments
I can provide a PR if needed. |
It's not that easy. You'd have to upgrade all upstream projects as well, like the smtp connection pool library. I'll deal with it. |
OK. Now it is so painful to use SJM with the actual Spring Boot version. Thaks |
…mail-api + org.eclipse.angus:angus-mail
Upgrade released in 8.6.0. |
Thank you very much! 👍 |
Looking at the dependency tree I've noticed one issue: |
Good catch. I'll get on it. It's also in java-reflection and as a transitive of jakarta.xml.bind-api |
I got java-reflection sorted out, but jakarta.xml.bind-api 4.x.x -which internally updates to the Angus activation package- requires Java 11. Simple Java Mail is still on Java 8, since in 2023, still a third of all Java usage is Java 8 LTS. This is becoming a challenge. |
…cies as well. Also got rid of jakarta.xml.bind-api, which blocked the upgrade due to Java 11 requirement (but wasn't really needed anyway)
Everything sorted out. Update released in 8.6.1. |
The Jakarata Mail implementation was renamed to Angus Mail. With Angus Mail 2 the package names where changed from
com.sun.mail.*
toorg.eclipse.angus.mail.*
.It would be nice if
simple-java-mail
was updated to use the latest Angus Mail release.By the way: Thank you very much for providing
simple-java-mail
!The text was updated successfully, but these errors were encountered: