elharo commented on code in PR #87: URL: https://github.com/apache/maven-changes-plugin/pull/87#discussion_r1865032017
########## src/main/java/org/apache/maven/plugins/changes/ChangesReport.java: ########## @@ -218,9 +212,10 @@ public void executeReport(Locale locale) throws MavenReportException { } final String relativePath = absolutePath.substring(basePath.length()); + ReleaseUtils releaseUtils = new ReleaseUtils(getLog()); Review Comment: This still calls the instance method in the constructor. This might work, but it's risky and really hard to debug when it doesn't. Could ReleaseUtils set up its own log in the usual way instead? -- 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