Skip to content
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

Migrate MAT Performance Benchmarking by Broadcom to Jakarta Mail #5

Open
basil opened this issue Jul 21, 2022 · 0 comments
Open

Migrate MAT Performance Benchmarking by Broadcom to Jakarta Mail #5

basil opened this issue Jul 21, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@basil
Copy link
Member

basil commented Jul 21, 2022

What feature do you want to see added?

See JENKINS-69083. As of Mailer 435.v79ef3972b_5c7 and Email Extension 2.90, the package namespace has changed from javax.mail to jakarta.mail. This plugin is still using the older package namespace, which may result in linkage errors. To resolve these errors:

  • Ensure the plugin depends on Jenkins 2.332.1 or higher.
  • If this plugin depends on Mailer, ensure the Mailer dependency is 435.v79ef3972b_5c7 or higher.
  • If this plugin depends on Email Extension, ensure the Email Extension dependency is 2.90 or higher.
  • Change any imports of javax.mail.* to instead import jakarta.mail.*.

CC @pessoarthur @yude98

Upstream changes

@basil basil added the enhancement New feature or request label Jul 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant