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
as far as I understand it you would only need to add the execution for the pluginProcessor in your maven-compiler-plugin which then outputs a metadata file for the found plugins? Not sure if I got that right
Below that is a text with another couple of requirements a plugin needs to fulfill, not sure if that is already done with the current implementation fo your plugins
Hello colleagues,
I just build in log4j2 with the exemplary config provided here:
https://github.com/SAP/cf-java-logging-support/blob/main/sample/src/main/resources/log4j2.xml
When running my tests so far, I receive a warning:
WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release
At the official page they mark it also as deprecated: https://logging.apache.org/log4j/2.x/manual/plugins.html
Not sure if you need to adapt the implementation of your actual plugins, but at least the configs needs to be adapted.
Kind regards
Hendrik
The text was updated successfully, but these errors were encountered: