rmannibucau commented on PR #1041: URL: https://github.com/apache/maven/pull/1041#issuecomment-1460329789
@elharo jul is jdk14 one (the PR adds its support, was not there not sure why), noop is kind of built-in but defeats the fact to log a warning on a random logger (but this is another ticket/issue I guess). The root cause is really the fact maven adds an integration layer with each slf4j implementation so at the end can't reliably rely on the slf4j abstraction. For maven - as of today - slf4j binding == slf4j-$impl + maven-slf4j-$impl (in embedder module), this is what can need rework the future cause the relationship of slf4j binding should be sufficient - fully agree with your statement but not current state AFAIK. -- 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]
