leonardBang commented on code in PR #4339:
URL: https://github.com/apache/flink-cdc/pull/4339#discussion_r2988102511
##########
docs/content/docs/connectors/flink-sources/datastream-api-package-guidance.md:
##########
@@ -217,6 +447,12 @@ This guide provides a simple `pom.xml` example for
packaging DataStream job JARs
org.apache.flink.cdc.connectors.shaded.com.zaxxer
</shadedPattern>
</relocation>
+ <relocation>
+
<pattern>org.apache.flink.shaded.guava31</pattern>
+ <shadedPattern>
Review Comment:
this is a little hacky to me, it's hard to check, I think we should use
guava33 when use Flink 2.2.x
--
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]