flink-cdc icon indicating copy to clipboard operation
flink-cdc copied to clipboard

[FLINK-38730][build] Bump jdk version from 8 to 11.

Open lvyanquan opened this issue 3 months ago • 1 comments

Bump jdk version from 8 to 11. This will allow us to gradually start the compatibility work with Flink 2.x, Debezium 2.x, and Iceberg 1.10+.

lvyanquan avatar Dec 03 '25 13:12 lvyanquan

Tested this PR with Java 17 in https://github.com/yuxiqian/flink-cdc/pull/123, seems some cases are failing because we need to explicitly --add-opens for specific modules.

yuxiqian avatar Dec 08 '25 04:12 yuxiqian