Fabian Paul created FLINK-26701:
-----------------------------------
Summary: Relocation of connector-base might break user jars due to
changed imports
Key: FLINK-26701
URL: https://issues.apache.org/jira/browse/FLINK-26701
Project: Flink
Issue Type: Bug
Components: Connectors / Common
Affects Versions: 1.15.0
Reporter: Fabian Paul
Fix For: 1.15.0
With the introduction of FLINK-25927, every connector now relocates
connector-base to better support connectors compatibility with different Flink
versions. Unfortunately, not all classes in connector-base are only used by
connector but some are supposed to be used inside the user jar directly i.e.
DeliveryGuarantee, HybridSource...
Since the connector now relocates the module the existing imports are broken.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)