BewareMyPower commented on PR #22391: URL: https://github.com/apache/pulsar/pull/22391#issuecomment-2095150117
See my thread here: https://lists.apache.org/thread/4omvl62k4jhntj3rsywp14zzgh1l3l9q For example, assuming users import the dependencies like: ```xml <dependency> <groupId>org.apache.pulsar</groupId> <artifactId>pulsar-client-all</artifactId> <version>3.2.2</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> <version>1.7.36</version> </dependency> ``` After upgrading the `pulsar-client-all` dependency to 3.3.0, the `slf4j-simple:1.7.36` dependency won't work. So if users want to upgrade the `pulsar-client-all` dependency, they have to exclude the `slf4j-api` dependency from `pulsar-client-all` and import `slf4j-api` 1.7.x dependency explicitly. -- 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]
