[
https://issues.apache.org/jira/browse/FLINK-25927?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexander Fedulov updated FLINK-25927:
--------------------------------------
Release Note: Distribution of `flink-connector-base` dependency changed.
Starting with Flink 1.15, it should **not** be shaded within connectors anymore
and is instead distributed via Flink's `/lib` folder (maven scope: provided).
IMPORTANT: Using earlier versions of connectors that still shade
`flink-connector-base` with Flink 1.15 might cause class loading issues.
> Make flink-connector-base dependency usage consistent across all connectors
> ---------------------------------------------------------------------------
>
> Key: FLINK-25927
> URL: https://issues.apache.org/jira/browse/FLINK-25927
> Project: Flink
> Issue Type: Improvement
> Components: Connectors / Common
> Reporter: Alexander Fedulov
> Priority: Major
> Labels: pull-request-available
>
> * {{flink-connector-base}} was inconsistently used in connectors (directly
> shaded in some and transitively pulled in via {{flink-connector-files}} which
> was itself shaded in the table uber jar)
> * FLINK-24687 moved {{flink-connector-files}} out from the {{flink-table}}
> uber jar
> * It is necessary to make usage of {{flink-connector-base}} consistent
> across all connectors
--
This message was sent by Atlassian Jira
(v8.20.1#820001)