lockhartja commented on issue #3251:
URL:
https://github.com/apache/logging-log4j2/issues/3251#issuecomment-2597037213
@ppkarwasz to clarify my use case -- I was attempting to build a a custom
plug however the annotation processor (using Kotlin Kapt) breaks --
complaining that the annotations are unable to be resolved.
```
error: cannot find symbol
@ServiceProvider(value = PluginService.class, resolution =
Resolution.OPTIONAL)
^
symbol: variable Resolution
error: package aQute.bnd.annotation.spi does not exist
import aQute.bnd.annotation.spi.ServiceProvider;
error: cannot find symbol
@ServiceProvider(value = PluginService.class, resolution =
Resolution.OPTIONAL)
^
symbol: class ServiceProvider
```
--
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]