ppkarwasz commented on issue #3251: URL: https://github.com/apache/logging-log4j2/issues/3251#issuecomment-2506508805
A workaround for this issue is to add: ```xml <dependency> <groupId>biz.aQute.bnd</groupId> <artifactId>biz.aQute.bnd.annotation</artifactId> <version>7.1.0</version> <scope>provided</scope> </dependency> ``` to the compile-time only classpath and a: ```java requires static biz.aQute.bnd.annotation; ``` to the module descriptor. The annotations have a `CLASS` retention, so they don't cause problems at runtime. -- 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