michael-o commented on code in PR #141: URL: https://github.com/apache/maven-checkstyle-plugin/pull/141#discussion_r1630007649
########## src/main/java/org/apache/maven/plugins/checkstyle/AbstractCheckstyleReport.java: ########## @@ -26,22 +26,24 @@ import java.io.OutputStream; import java.nio.file.Path; import java.util.ArrayList; +import java.util.Collections; import java.util.List; import java.util.Locale; import java.util.Map; +import com.puppycrawl.tools.checkstyle.AbstractAutomaticBean.OutputStreamOptions; Review Comment: Here is obviously the problem. All loggers except the SARIF one received ctor overloads: https://github.com/checkstyle/checkstyle/commit/6a36be871dd183304f76f73fa27045b59f0ea5c4#diff-068f0a96a3def356c86af089dd514f1f4cafd89d22eda77219f95cd4eafe8551 That is why for me only `SarifLogger` fails. Can you address this in a branch and I'll give a SNAPSHOT a shot (no pun intended)? -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org