You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (Jira)" <ji...@apache.org> on 2022/11/18 13:50:00 UTC

[jira] [Updated] (FLINK-30089) Remove dependency promotion from kinesis connector

     [ https://issues.apache.org/jira/browse/FLINK-30089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chesnay Schepler updated FLINK-30089:
-------------------------------------
    Description: 
The shade-plugin in the kinesis connector is configured to promote transitive dependencies.
This adds a special case in our shading setup, breaks the dependency tree structure (since _all_ transitive dependencies are moved to the top) and it makes the sql-kinesis packaging overly complicated.

Get rid of the dependency promotion and explicitly depend on anything that we pull in transitively but don't shade in the kinesis connector itself.

  was:
The shade-plugin in the kinesis connector is configured to promote transitive dependencies.
This represents a special case in our shading setup, breaks the dependency tree structure (since _all_ transitive dependencies are moved to the top) and it makes the sql-kinesis packaging overly complicated.

Get rid of the dependency promotion and explicitly depend on anything that we pull in transitively but don't shade in the kinesis connector itself.


> Remove dependency promotion from kinesis connector
> --------------------------------------------------
>
>                 Key: FLINK-30089
>                 URL: https://issues.apache.org/jira/browse/FLINK-30089
>             Project: Flink
>          Issue Type: Technical Debt
>          Components: Build System, Connectors / Kinesis
>            Reporter: Chesnay Schepler
>            Assignee: Chesnay Schepler
>            Priority: Major
>             Fix For: 1.17.0
>
>
> The shade-plugin in the kinesis connector is configured to promote transitive dependencies.
> This adds a special case in our shading setup, breaks the dependency tree structure (since _all_ transitive dependencies are moved to the top) and it makes the sql-kinesis packaging overly complicated.
> Get rid of the dependency promotion and explicitly depend on anything that we pull in transitively but don't shade in the kinesis connector itself.



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