Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.19.1
Description
The flink-kubernetes artifact shades Jackson classes coming through fabric8, but since Flink 1.19 we updated to a fabric8 version that uses Jackson 2.15.x. Since 2.15 Jackson is a multi-release JAR, which requires some additional relocations for correct shading.
Furthermore, in 1.19.1 (latest released version ATM) the Flink LICENSE and NOTICE is overwritten by the Jackson one, so those should be excluded too.