Uh oh!
There was an error while loading. Please reload this page.
Support Jakarta Mail in MailLogger - #166
Conversation
bodewig
commented
Oct 31, 2021
In the special case of a logger it may be even preferable to not log any message at all as the message would in turn be logged to the same logger again and may never become visible anywhere. I see the existing code has a |
I reason that it might be preferable to have those messages in the log at higher verbosity. Would adding a new interface to provide implementations of the log method create backwards compatibility problems? |
bodewig
commented
Nov 6, 2021
given this all happens in |
Hi ,tomcat10 change javax.* namespace to jakarta.*,which ant version now support jakarta.mail? |
bodewig
commented
Feb 7, 2023
https://ant.apache.org/manual/Tasks/mail.html - Ant 1.10.13. |
Wade-tech
commented
Feb 8, 2023
Thanks, JakartaMimeMailer.java use jakarta.mail . I downdload org.apache.ant-ant-1.10.13 jar(url:https://mvnrepository.com/artifact/org.apache.ant/ant/1.10.13). In this jar , not found JakartaMimeMailer.java , i'm confused |
jaikiran
commented
Feb 8, 2023
Hello @Wade-tech, it will be present in the ant-jakartamail artifact which is here https://repo1.maven.org/maven2/org/apache/ant/ant-jakartamail/1.10.13/ |
Wade-tech
commented
Feb 8, 2023
Thanks |

Unfortunately, the code is duplicated due to different logging in different objects.