Shawyeok commented on code in PR #19458:
URL: https://github.com/apache/pulsar/pull/19458#discussion_r1466518144
##########
pulsar-client-shaded/pom.xml:
##########
@@ -145,10 +145,7 @@
<include>com.google.errorprone:*</include>
<include>com.google.j2objc:*</include>
<include>com.google.code.gson:gson</include>
- <include>com.fasterxml.jackson.core</include>
- <include>com.fasterxml.jackson.module</include>
- <include>com.fasterxml.jackson.core:jackson-core</include>
- <include>com.fasterxml.jackson.dataformat</include>
+ <include>com.fasterxml.jackson.*:*</include>
Review Comment:
> Excluded jackson-annotation from shading
This causes `ConsumerBuilder#subscribe` to get stuck in certain environments
using `jackson-annotation` versions earlier than 2.12.0. See #21971 for details.
--
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]