You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Henri Yandell (Jira)" <ji...@apache.org> on 2022/12/22 21:20:00 UTC

[jira] [Created] (FLINK-30489) flink-sql-connector-pulsar doesn't shade all dependencies

Henri Yandell created FLINK-30489:
-------------------------------------

             Summary: flink-sql-connector-pulsar doesn't shade all dependencies
                 Key: FLINK-30489
                 URL: https://issues.apache.org/jira/browse/FLINK-30489
             Project: Flink
          Issue Type: Bug
          Components: Connectors / Pulsar
    Affects Versions: 1.16.0
            Reporter: Henri Yandell


Looking at [https://repo1.maven.org/maven2/org/apache/flink/flink-sql-connector-pulsar/1.16.0/flink-sql-connector-pulsar-1.16.0.jar] I'm seeing that some dependencies are shaded (com.fasterxml, com.yahoo etc), but others are not (org.sfl4j, org.bouncycastel, com.scurrilous, ...) and will presumably clash with other jar files.

Additionally, this bundling is going on in the '.jar' file rather than in a more clearly indicated separate -bundle or -shaded jar file. 

As a jar file this seems confusing and potentially bug inducing; though I note I'm just a review of the jar and not Flink experienced.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)