Jayadeep Jayaraman created FLINK-33603: ------------------------------------------
Summary: Fix guava shading for GCS connector Key: FLINK-33603 URL: https://issues.apache.org/jira/browse/FLINK-33603 Project: Flink Issue Type: Bug Components: Connectors / FileSystem Affects Versions: 1.17.1 Reporter: Jayadeep Jayaraman GCS connector has guava shading issue, This change introduced dependency on guava version({{{}31.1-jre{}}}) required by {{{}google-cloud-storage{}}}. Upgrade of {{google-cloud-storage}} lead to runtime failure because of new functionalities added in {{{}31.1-jre{}}}. This change pins guava version to the one required by storage client specifically in {{{}flink-gs-fs-hadoop{}}}, leaving all other filesystem implementation untouched. -- This message was sent by Atlassian Jira (v8.20.10#820010)