lockhartja commented on issue #3251:
URL: 
https://github.com/apache/logging-log4j2/issues/3251#issuecomment-2596842243

   > A workaround for this issue is to add:
   > 
   > <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:
   > 
   > requires static biz.aQute.bnd.annotation;
   > to the module descriptor. The annotations have a `CLASS` retention, so 
they don't cause problems at runtime.
   
   Just wanted to confirm -- the suggested workaround code changes on the 
source -- not during usage, correct? Meaning... wait until beta4 to use the 
PlugProcessor in non-OSGi environments


-- 
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

Reply via email to