You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This adds a `log4j.plugin.enableBndAnnotations` option to the `PluginProcessor`. Its default value is inferred from the compiler classpath.
We also rename the `pluginPackage` option to a more coherent `log4j.plugin.package` option.
Closes#3251
Currently
log4j-plugin-processor
in version3.0.0-beta3
of Log4j Core adds BND annotations to the generated code.While these might be useful for OSGi users, they cause a compilation error if the
biz.aQute.bnd.annotation
module is not present:static
dependency on the module is not declared in themodule-info.java
file.The text was updated successfully, but these errors were encountered: