Jakarta Mail 2.0.0 Final Release
The 2.0.0 release is the first release of the Jakarta Mail project using jakarta.mail.*
package namespace. There are no bug fixes nor enhancements from previous release.
Applications should be able to switch to this new version fairly easily by just changing all imports that use javax.mail.*
to instead use jakarta.mail.*
.
The main jar file is located at com.sun.mail:jakarta.mail.
The full list of changes is here:
https://eclipse-ee4j.github.io/mail/docs/CHANGES.txt
Please note the potential compatibility issues in this release:
https://eclipse-ee4j.github.io/mail/docs/COMPAT.txt
Enjoy!
The Jakarta Mail Team