Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions flink-filesystems/flink-azure-fs-hadoop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,12 @@ under the License.
<pattern>org.apache.flink.runtime.util</pattern>
<shadedPattern>org.apache.flink.fs.azure.common</shadedPattern>
</relocation>
<!-- Relocate Jackson to prevent conflicts with user jobs that depend on newer
Jackson versions. -->
<relocation>
<pattern>com.fasterxml.jackson</pattern>
<shadedPattern>org.apache.flink.fs.azure.shaded.jackson</shadedPattern>
</relocation>
</relocations>
<filters>
<filter>
Expand Down
6 changes: 6 additions & 0 deletions flink-filesystems/flink-gs-fs-hadoop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,12 @@ under the License.
<pattern>org.apache.flink.runtime.util</pattern>
<shadedPattern>org.apache.flink.fs.gs.org.apache.flink.runtime.util</shadedPattern>
</relocation>
<!-- Relocate Jackson to prevent conflicts with user jobs that depend on newer
Jackson versions. -->
<relocation>
<pattern>com.fasterxml.jackson</pattern>
<shadedPattern>org.apache.flink.fs.gs.shaded.jackson</shadedPattern>
</relocation>
</relocations>
<filters>
<filter>
Expand Down
6 changes: 6 additions & 0 deletions flink-filesystems/flink-oss-fs-hadoop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,12 @@ under the License.
<pattern>org.apache.flink.runtime.util</pattern>
<shadedPattern>org.apache.flink.fs.osshadoop.common</shadedPattern>
</relocation>
<!-- Relocate Jackson to prevent conflicts with user jobs that depend on newer
Jackson versions. -->
<relocation>
<pattern>com.fasterxml.jackson</pattern>
<shadedPattern>org.apache.flink.fs.osshadoop.shaded.jackson</shadedPattern>
</relocation>
</relocations>
<filters>
<filter>
Expand Down
6 changes: 6 additions & 0 deletions flink-filesystems/flink-s3-fs-hadoop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,12 @@ under the License.
<pattern>org.apache.flink.runtime.util</pattern>
<shadedPattern>org.apache.flink.fs.s3hadoop.common</shadedPattern>
</relocation>
<!-- Relocate Jackson to prevent conflicts with user jobs that depend on newer
Jackson versions. -->
<relocation>
<pattern>com.fasterxml.jackson</pattern>
<shadedPattern>org.apache.flink.fs.s3hadoop.shaded.jackson</shadedPattern>
</relocation>
</relocations>
<filters>
<filter>
Expand Down
6 changes: 6 additions & 0 deletions flink-filesystems/flink-s3-fs-presto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,12 @@ under the License.
<pattern>org.apache.flink.runtime.util</pattern>
<shadedPattern>org.apache.flink.fs.s3presto.common</shadedPattern>
</relocation>
<!-- Relocate Jackson to prevent conflicts with user jobs that depend on newer
Jackson versions. -->
<relocation>
<pattern>com.fasterxml.jackson</pattern>
<shadedPattern>org.apache.flink.fs.s3presto.shaded.jackson</shadedPattern>
</relocation>
</relocations>
<filters>
<filter>
Expand Down