kwin opened a new issue, #11684: URL: https://github.com/apache/maven/issues/11684
### New feature, improvement proposal With [JEP 264](https://openjdk.org/jeps/264) Java supports pluggable logging implementations based on an agnostic API. This API is used mostly internally in the JRE but also meanwhile in third party libraries (like in [Methanol Brotli](https://github.com/mizosoft/methanol/blob/b38976e52dc3386b71cbc2dba803631f72ec8f1a/methanol-brotli/src/main/java/com/github/mizosoft/methanol/brotli/internal/BrotliLoader.java#L50)). Maven should provide a [`System.LoggerFinder`](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/System.LoggerFinder.html) service which logs with its implementation in https://github.com/apache/maven/tree/master/impl/maven-logging/src/main/java/org/apache/maven/slf4j. -- 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]
