Bukama commented on PR #671: URL: https://github.com/apache/maven-pmd-plugin/pull/671#issuecomment-3508385994
> Error: Errors: Error: PmdReportTest.setUp:48->AbstractPmdReportTestCase.setUp:56 ยป NoClassDefFound org/slf4j/impl/SimpleLogger also two test failures (which might be a followup of the update) In general slf4j 2.0.0 still requires Java 8, so we can use it in general > SLF4J 2.0.x series requires Java 8. It builds upon the 1.8.x series and adds a backward-compatible [fluent logging api](https://www.slf4j.org/manual.html#fluent). By backward-compatible, we mean that existing logging frameworks do not have to be changed for the user to benefit from the fluent logging API. However, existing frameworks must migrate to the ServiceLoader mechanism. The resulting internal changes are [detailed](https://www.slf4j.org/faq.html#changesInVersion200) in the FAQ page -- 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]
