-
Notifications
You must be signed in to change notification settings - Fork 2.1k
[FLINK-38730][build] Bump jdk version from 8 to 11. #4187
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
base: master
Are you sure you want to change the base?
Conversation
| </plugins> | ||
| </build> | ||
| </profile> | ||
| <profile> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As we're running tests against Java 17 in nightly builds, shall we create a java-17-target profile and activate it with [17,)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
yuxiqian
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good except one minor comment.
|
Tested this PR with Java 17 in yuxiqian#123, seems some cases are failing because we need to explicitly |
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+.