ppkarwasz commented on PR #4719: URL: https://github.com/apache/eventmesh/pull/4719#issuecomment-2042909086
@Pil0tXia, > > your artifacts do not have **transitive** dependencies on logging backends. > > My understanding of this statement is that every eventmesh submodule, except `eventmesh-common`, should not pass logging backend dependencies to other modules. Is that correct? I think this is fine. Yes, the logging backends are now only in `eventmesh-common`. Due to the fact that almost every EventMesh artifact depends on it, most EventMesh artifacts will propagate Log4j Core to users. The only exception is `eventmesh-sdk-java`, which is the only artifact that users need anyway. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
