gnodet commented on PR #793: URL: https://github.com/apache/maven/pull/793#issuecomment-1842540338
> > Up, seems we are still un a broken state where we say to use slf4j for plugins and I didn't find the mvn4 API (pretty sure you did something @gnodet but didnt see it in mvn4 branch). > > https://github.com/apache/maven/blob/master/api/maven-api-core/src/main/java/org/apache/maven/api/plugin/Log.java > > I'm actually working on fixing some parts in the v4 plugins, including the class loader which should only include the Maven 4 api, so basically `org.apache.maven.api.*` and `jakarta.inject` packages. However, not exposing slf4j would mean we should somehow provide a bridge from slf4j to `org.apache.maven.api.plugin.Log` so that plugins can use other libraries but still log to the maven infrastructure. -- 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]
