ppkarwasz opened a new issue, #2417: URL: https://github.com/apache/logging-log4j2/issues/2417
An increasing amount of tests, especially in Log4j Core 3.x does not depend on the environment with two exceptions: - they might read values from `PropertiesUtil`, - they might write logs to `StatusLogger`. If these are JUnit 5 tests, we can make a separate Maven Surefire executions to run them: - all in a single JVM (saves JVM startup time), - using JUnit 5 parallel mode. -- 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]
