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
Avoid referring to PluginBuilderAttribute.class in PluginProcessor (#4041)
This makes it easier to build `PluginProcessor` by itself
separately from the rest of `log4j-core`, and then include
that processor when building the rest of core, instead of
having to compile all of core twice.
0 commit comments