-
Notifications
You must be signed in to change notification settings - Fork 305
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
Bug Report: Please upgrade JavaMail and AngusMail / FISH-7687 #6254
Labels
Status: Accepted
Confirmed defect or accepted improvement to implement, issue has been escalated to Platform Dev
Type: Bug
Label issue as a bug defect
Comments
Hi @lprimak, I have escalated this issue to platform development team as |
poikilotherm
added a commit
to poikilotherm/dataverse
that referenced
this issue
Nov 8, 2023
Without this change, the javamail maps would not be included in the artifact and trigger error messages in the logs about them being missed. The error message will still be present as long as payara/Payara#6254 is not fixed, released and we updated to a newer version of Payara.
Looks like bugfix FISH-8671 just works for javamail-connector. If not using the connector, the warning still gets printed to the console. The jakarta mail api should be upgraded. |
jeromeroucou
pushed a commit
to Recherche-Data-Gouv/dataverse
that referenced
this issue
Sep 18, 2024
Without this change, the javamail maps would not be included in the artifact and trigger error messages in the logs about them being missed. The error message will still be present as long as payara/Payara#6254 is not fixed, released and we updated to a newer version of Payara. (cherry picked from commit d650725)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Status: Accepted
Confirmed defect or accepted improvement to implement, issue has been escalated to Platform Dev
Type: Bug
Label issue as a bug defect
Brief Summary
Every time javamail is used, the following warning appears:
expected resource not found: /META-INF/javamail.default.address.map
See jakartaee/mail-api#598
Expected Outcome
No warnings
Current Outcome
Warnings
Reproducer
https://github.com/lprimak/apps/tree/main/emailmanager
Operating System
Any
JDK Version
JDK 11+
Payara Distribution
Payara Server Full Profile
The text was updated successfully, but these errors were encountered: