lhotari commented on PR #22391: URL: https://github.com/apache/pulsar/pull/22391#issuecomment-2095259400
> We should document explicitly that users should exclude `slf4j-api` from any `pulsar-xxx` dependency. Otherwise, users might suffer from such simple dependency upgrading. > > In addition, for existing users, we should note this breaking change in 3.3.0's release note. I don't think that excluding is needed. Both maven and gradle use a dependency resolution strategy where the closest dependency wins when there are conflicts. The user would need to add slf4j-api dependency or use dependency management. Excluding isn't a recommended solution. -- 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]
