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

4.x: Native image fixes (required for Java 22) #9028

Merged

Conversation

tomas-langer
Copy link
Member

@tomas-langer tomas-langer commented Jul 23, 2024

  • initialize features at build time (used to discover features that do not support AOT)
  • initialize logging at build time (used explicitly to be able to log)

Fixed a few problems in Quickstart that I used to test this

Resolves #8726

- initialize features at build time (used to discover features that do not support AOT)
- initialize logging at build time (used explicitly to be able to log)
Fixed a few problems in Quickstart that I used to test this
@tomas-langer tomas-langer self-assigned this Jul 23, 2024
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jul 23, 2024
@tomas-langer tomas-langer merged commit 32bb209 into helidon-io:main Jul 23, 2024
12 checks passed
@tomas-langer tomas-langer deleted the 8726-native-image-java-22 branch July 23, 2024 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x Version 4.x native-image OCA Verified All contributors have signed the Oracle Contributor Agreement. SE
Projects
None yet
Development

Successfully merging this pull request may close these issues.

helidon se 4 native-image build error: HelidonFlavor was found in the image heap.
2 participants