[FLINK-39654][build] Add JDK 25 CI test lane (non-blocking)#28141
Draft
jackylee-ch wants to merge 1 commit into
Draft
[FLINK-39654][build] Add JDK 25 CI test lane (non-blocking)#28141jackylee-ch wants to merge 1 commit into
jackylee-ch wants to merge 1 commit into
Conversation
Building on FLINK-38474 (java25-target profile), this adds infrastructure to run Flink's test suite under JDK 25 in CI. The CI lane is configured as non-blocking (continue-on-error: true) since several components still have outstanding JDK 25 incompatibilities tracked under FLINK-37719. Changes: - Add Zulu 25 installation step in job_init action (GHA runners only ship JDK 17/21 pre-installed) - Add parallel JDK 25 CI lane with workflow-caller-id disambiguation - Add target.java.version=25 and spotless.skip=true to java25-target profile (spotless/google-java-format not yet JDK 25 compatible) - Bound -Djava.security.manager=allow to JDK 18-23 in surefire profiles and config.sh (JEP-486 permanently removes SecurityManager in JDK 24+)
Collaborator
snuyanzin
requested changes
May 11, 2026
Contributor
snuyanzin
left a comment
There was a problem hiding this comment.
usually this should be the last step once it is ready
for now it can be only compiled, however tests do not pass yet
Contributor
|
moreover it doesn't do anything with azure |
Author
Of course, this PR is mainly to show how much work is still needed, and it can remain here until everything is completed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is the purpose of the change
Add a non-blocking JDK 25 CI test lane to provide continuous visibility into JDK 25 readiness, building on FLINK-38474 (java25-target profile) and the compilation fixes already resolved under FLINK-37719.
This follows the same incremental approach used for JDK 17 (FLINK-15736) and JDK 21 (FLINK-33163) support.
Brief change log
job_initaction (GHA runners only ship JDK 17/21)ci.ymlwithcontinue-on-error: trueworkflow-caller-idto disambiguate JDK 17 vs JDK 25 build artifactstarget.java.version=25andspotless.skip=truetojava25-targetprofile-Djava.security.manager=allowto JDK 18–23 in surefire profiles andconfig.sh(JEP-486 permanently removes SecurityManager in JDK 24+)Verifying this change
This change is already covered by existing tests. The CI lane itself is the verification — it will run the full test suite under JDK 25 in non-blocking mode.
Does this pull request potentially affect one of the following parts:
Documentation
Was generative AI tooling used to co-author this PR?
co-authed by Claude Code