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

Enable CI builds on JDK 21. #52

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

jtulach
Copy link
Contributor

@jtulach jtulach commented Dec 31, 2024

Give up on -source 1.7 in order to run on JDK 21 easily. Given the lowest JDK we test on is JDK 8, there is little point in sticking with -source and -target 1.7 in tests. Let's use 8 instead. The alternative would be to use Frgaal and stick with older compiler even on newer JDKs, but that is probably not good either - we want to be sure we compile with JDK's own javac.

@jtulach jtulach self-assigned this Dec 31, 2024
@jtulach jtulach changed the title Give up on -source 1.7 in order to run on JDK 21 easily Enable CI builds on JDK 21. Dec 31, 2024
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.

1 participant