[CALCITE-5306] Support LTS JDKs and latest in testing#2928
Merged
asolimando merged 1 commit intoapache:mainfrom Oct 11, 2022
Merged
[CALCITE-5306] Support LTS JDKs and latest in testing#2928asolimando merged 1 commit intoapache:mainfrom
asolimando merged 1 commit intoapache:mainfrom
Conversation
zabetak
approved these changes
Oct 7, 2022
Member
zabetak
left a comment
There was a problem hiding this comment.
LGTM, thanks for stabilizing the CI.
michaelmior
reviewed
Oct 7, 2022
- Travis: JDK 15 -> JDK 17 (LTS), and JDK 16 -> JDK 18 (latest supported) - Appveyoir: JDK 8 -> JDK 11 (JDK 8 for windows is covered in GitHub actions), and JDK 16 -> JDK 17 (LTS) - GitHub Actions: dropped job for OpenJ9-JDK8 - Upgraded forbiddenapis plugin from 3.1 to 3.4 JDK 19 is not supported yet by forbiddenapis
b5bd0e4 to
a56b3b2
Compare
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.
Dropped JDK 15 and 16 by adopting the latest LTS version (JDK 17) or latest overall (JDK18). JDK19 is at the moment incompatible with
forbiddenAPIs, so it's not an option at the moment.