Martijn Visser created FLINK-34193:
--------------------------------------
Summary: 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
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)