Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FLINK-32482][docker] Add Java 21 to build matrix and set default image to Java 17 #217

Merged
merged 2 commits into from
Mar 6, 2025

Conversation

reswqa
Copy link
Member

@reswqa reswqa commented Mar 6, 2025

  1. Add jdk21 setup to build matrix.
  2. No longer building image for jdk8.
  3. Set default image tag to jdk17.

@reswqa reswqa changed the title [FLINK-32482][docker] Add Java 21 to build matrix [FLINK-32482][docker] Add Java 21 to build matrix and set default image to Java 17 Mar 6, 2025
@@ -59,7 +59,7 @@ fi

# Defaults, can vary between versions
scala_versions=( 2.12 )
java_versions=( 8 11 17 )
java_versions=( 11 17 21 )
Copy link

@snuyanzin snuyanzin Mar 6, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is the same script used for 1.20.x?

if yes, then jdk8 still might be required for 1.20.2
Similar question about default

Copy link
Member Author

@reswqa reswqa Mar 6, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, this PR is for dev-master(This branch is intended for a new major release), and I will pick this to dev-2.0 then(for 2.0.0 rc1).

We should directly change dev-1.20 branch if we want do something for the old version(1.20).

@reswqa
Copy link
Member Author

reswqa commented Mar 6, 2025

@snuyanzin The CI didn't pickup for jdk11 because we push nightly binary release to s3 with jdk17(Cannot run under jdk11 setup)... I think we should change it also to jdk11(apache/flink#26260).

@reswqa reswqa merged commit 02dacae into apache:dev-master Mar 6, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants