ppkarwasz opened a new pull request, #3254: URL: https://github.com/apache/logging-log4j2/pull/3254
All `ServiceLoader.load()` calls need a `uses` clause in the JPMS module descriptor. This PR: - Adds the missing `@ServiceConsumer` annotation to `CoreDefaultBundle`. - To simplify code review, it places `@ServiceConsumer` on each class (even a test case) that makes a `ServiceLoader.load` call and only those classes. Closes #3250 Since we don't have JPMS tests in the main repo, this PR is blocked by apache/logging-log4j-samples#231 -- 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: notifications-unsubscr...@logging.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org