[ https://issues.apache.org/jira/browse/FLINK-22964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17371863#comment-17371863 ]
Arvid Heise commented on FLINK-22964: ------------------------------------- Merged into master as 96dba32541d0f756858a5bcdda730e6817b68600, into 1.13 asfdc09154d5f4bb4c618da0e0f224ded4a807916f, into 1.12 as ca999b28ccaff2cb82638ada8a4157444c9a8efb. > Connector-base exposes dependency to flink-core. > ------------------------------------------------ > > Key: FLINK-22964 > URL: https://issues.apache.org/jira/browse/FLINK-22964 > Project: Flink > Issue Type: Bug > Components: Connectors / Common > Affects Versions: 1.14.0, 1.13.1, 1.12.4 > Reporter: Arvid Heise > Assignee: Arvid Heise > Priority: Major > Labels: classloading, pull-request-available > Fix For: 1.14.0, 1.12.5, 1.13.2 > > > Connectors get shaded into the user jar and as such should contain no > unnecessary dependencies to flink. However, connector-base is exposing > `flink-core` which then by default gets shaded into the user jar. Except for > 6MB of extra size, the dependency also causes class loading issues, when > `classloader.parent-first-patterns` does not include `o.a.f`. > Fix is to make `flink-core` provided in `connector-base`. -- This message was sent by Atlassian Jira (v8.3.4#803005)