-
-
Notifications
You must be signed in to change notification settings - Fork 274
Closed
Milestone
Description
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.*.
Rakambda, eduramiba, descl, 2beers, nikkijuk and 2 more