treyfarmigoni commented on code in PR #4063: URL: https://github.com/apache/logging-log4j2/pull/4063#discussion_r2941615604
########## src/site/antora/modules/ROOT/pages/manual/plugins.adoc: ########## @@ -215,6 +215,39 @@ The `GraalVmProcessor` requires your project's `groupId` and `artifactId` to cor Provide these values to the processor using the `log4j.graalvm.groupId` and `log4j.graalvm.artifactId` annotation processor options. ==== +.Suppressing notes from `PluginProcessor` in strict build environments +[%collapsible] +==== +Some build environments treat all compiler notes or warnings as errors (e.g., Maven with `-Werror` or Gradle with `options.compilerArgs << '-Werror'`). +By default, `PluginProcessor` emits a `NOTE`-level diagnostic when it writes the plugin descriptor, which can cause the build to fail in those environments. + Review Comment: Understood. Removed newline. -- 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]
