ppkarwasz opened a new pull request, #1882: URL: https://github.com/apache/logging-log4j2/pull/1882
The `log4j-jcl` artifact version 2.21.0 is not detected by `commons-logging`, because it contains a comment in the first line of the service file. Unit tests didn't detect it because `spring-jcl` was in the classpath and it "fixed" the issue. This PR: - fixes the detection of `LogFactory`, - bans third-party logging dependencies from modules that don't expect those dependencies, - adds a test that directly verifies that `log4j-jcl` is used. Fixes #1865. -- 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]
