You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Martijn Visser (Jira)" <ji...@apache.org> on 2024/01/26 12:03:00 UTC

[jira] [Updated] (FLINK-34193) Remove usage of Flink-Shaded Jackson and Snakeyaml in flink-connector-kafka

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

Martijn Visser updated FLINK-34193:
-----------------------------------
    Priority: Blocker  (was: Critical)

> Remove usage of Flink-Shaded Jackson and Snakeyaml in flink-connector-kafka
> ---------------------------------------------------------------------------
>
>                 Key: FLINK-34193
>                 URL: https://issues.apache.org/jira/browse/FLINK-34193
>             Project: Flink
>          Issue Type: Technical Debt
>          Components: Connectors / Kafka
>            Reporter: Martijn Visser
>            Priority: Blocker
>
> The Flink Kafka connector doesn't have a direct dependency in the POM on flink-shaded, but it still uses the shaded versions of Jackson and SnakeYAML in {{YamlFileMetaDataService.java}} and {{KafkaRecordDeserializationSchemaTest}} 
> Those cause problems when trying to compile the Flink Kafka connector for Flink 1.19, since these dependencies have been updated in there. Since connectors shouldn't rely on Flink-Shaded, we should refactor these implementations 



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