When PluginProcessor.java will be migrated from 2.24.x version to 2.x version to remove unnecessary printMessages #3380
Replies: 3 comments 4 replies
-
The latest Log4j 2 release is always published from the IMHO the fact the log messages of the
|
Beta Was this translation helpful? Give feedback.
-
Good insight on the additional compiler notes I missed in the new version. Thank you. It is not that the build is failing, but gradle is interpreting it as a "problem" Using gradle 8.12, here is the output from my gradle build
|
Beta Was this translation helpful? Give feedback.
-
@ppkarwasz any suggestions? |
Beta Was this translation helpful? Give feedback.
-
This is the version that is in 2.24.x: https://github.com/apache/logging-log4j2/blob/2.24.x/log4j-core/src/main/java/org/apache/logging/log4j/core/config/plugins/processor/PluginProcessor.java
This version contains unnecessary printMessage statements
This is the version that is in 2.x: https://github.com/apache/logging-log4j2/blob/2.x/log4j-core/src/main/java/org/apache/logging/log4j/core/config/plugins/processor/PluginProcessor.java
This version does not contain those printMessage statements
It would be great in the next release (2.25.x?) if the 2.x version could be incorporated. Gradle complains about,
and considers those problems, but this appears to have already been resolved in the latest version.
Thanks,
Trey
Beta Was this translation helpful? Give feedback.
All reactions