ppkarwasz opened a new pull request #745: URL: https://github.com/apache/logging-log4j2/pull/745
Since `javax.mail` and `jakarta.mail` use different package names, as single `SmtpAppender` can use both through different managers. Unfortunately the implementations `com.sun.mail:javax.mail` and `com.sun.mail:jakarta.mail` use the same class names, so it is not possible to test both implementations at the same time. A separate `test` execution was configured for the tests using `jakarta.*` classes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
