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

Update configuration of oracle-actions/setup-java for Java 24 #7

Merged
merged 5 commits into from
Dec 6, 2024

Conversation

barchetta
Copy link
Member

@barchetta barchetta commented Dec 5, 2024

Fix the configuration of oracle-actions/setup-java so we use Java 24 -- due to issues in the configuration it was defaulting to Java 23.

Because pipeline was running with Java 23 the incubator/virtual-threads-metrics module was not getting included in the reactor. Now it is, so we needed to:

  1. Force upgrade of ASM in spotbugs to handle Java 24 class files (note to self: upgrade ASM in helidon repo)
  2. Fix some checkstyle issues

@barchetta barchetta self-assigned this Dec 5, 2024
@barchetta barchetta changed the title Update configuration of oracle-actions/setup-java Update configuration of oracle-actions/setup-java for Java 24 Dec 6, 2024
@barchetta barchetta requested a review from tjquinno December 6, 2024 00:24
@barchetta barchetta merged commit 672d156 into helidon-io:main Dec 6, 2024
6 of 7 checks passed
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.

2 participants