-
-
Notifications
You must be signed in to change notification settings - Fork 274
Upgrade to Jakarta Mail 2.x.x #295
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
Comments
Will have to update I think that these dependencies will have to update to new namespace before:
|
I have avoided switching to Java8 until now as Java7 still had a market share of around 5-10% until recently (off the top of my head). I'll do a new survey and see if a switch can be made more safely now... |
Could you please consider removing the low priority label from this? An upgrade to version
This means, that it currently is impossible to use SimpleJavaMail together with other libraries which implement a newer version of jakarta mail. |
I started migrating to Jakarta Mail 2.0.0. As https://github.com/markenwerk/java-utils-mail-smime is archived, I'm forking it so I can update the dependencies to Jakarta Mail 2.0.0 as well. I'll go ahead and merge some of my ignore pull requests as well, so I can clean up Simple Java Mail a bit finally. |
I'm in talks with the developers (both last one and original developers) to obtain permissions to relicense S/MIME under ApacheV2 and have procured 2 out of 3 permissions. When that's done, I'll start upgrading those projects. |
@bbottema, any news on this? |
Yes, I've obtained all permissions and started migrating to Java 8 and Jakarta new version some time ago, but I put it on hold for some time to catch some breath. I've recently started picking up some maintenance work again to get back into the flow so I hope to pick this up again soon. |
…ed upstream dependencies) and Jakarta 2.0.1
…the abandoned project with Java 8 and Jakarta 2.x.x (see https://github.com/davidmoten/subethasmtp). Simple Java Mail uses the SMTP test harness Wiser from the project.
…ed and maintained by Simple Java Mail, which switched to Java 8 and Jakarta 2.0.1 and ApacheV2 license (see https://github.com/simple-java-mail/java-utils-mail-smime)
Alright, things are looking up. I've upgraded everything to Java 8, Jakarta 2.0.1 and latest log4j version due to the recent security issues there. I've forked and migrated markenwerk DKIM and S/MIME to the Simple Java Mail space, with permissions of all parties involved and everything is not up to day and under ApacheV2 license. |
7.0.0 just released with the upgrade to Jakarta Mail 2.0.1 |
Jakarta Mail 2.0.0 release is the first release with package namespace changed to jakarta.mail. The main jar file is located at com.sun.mail:jakarta.mail.
This release contains no other enhancements nor bug fixes, except for the minimal required Java SE version which is now Java SE 8. This is also the release included in Jakarta EE 9. Applications are able to switch to this new version by just changing all imports that use javax.mail.* to instead use jakarta.mail.*.
The text was updated successfully, but these errors were encountered: