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

[GR-51017] Use JDK 17 for building Quarkus #7998

Merged
merged 1 commit into from
Jan 9, 2024

Conversation

zakkak
Copy link
Collaborator

@zakkak zakkak commented Dec 11, 2023

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Dec 11, 2023
# Use Java 17 to build Quarkus as that's the lowest supported JDK version currently
- uses: graalvm/setup-graalvm@v1
with:
version: 'latest'
Copy link
Member

Choose a reason for hiding this comment

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

version is deprecated. As much as I like using setup-graalvm, maybe it's better to use setup-java instead because here, we only care about compiling with javac?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Mostly yes. We decided to use GraalVM just as a very basic test that Quarkus compiles with it.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Updated to using Temurin builds of JDK 17

Copy link
Member

Choose a reason for hiding this comment

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

Thanks! Could we change this to use Oracle JDK? I can make the change unless you'd like to do it.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Sure, please go ahead.

Quarkus no longer supports JDK 11. Furthermore, no actual tests are
being run with GraalVM in JVM-mode so using it instead of Temurin builds
doesn't seem to have any benefits.
@fniephaus fniephaus changed the title Use JDK 17 for building Quarkus [GR-51017] Use JDK 17 for building Quarkus Dec 19, 2023
@graalvmbot graalvmbot merged commit 68aa1b5 into oracle:master Jan 9, 2024
24 of 27 checks passed
@zakkak zakkak deleted the 2023-12-11-fix-quarkus-ci branch April 18, 2024 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants