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

Fix native-image build-time initialization #6426

Conversation

romain-grecourt
Copy link
Contributor

@romain-grecourt romain-grecourt commented Mar 17, 2023

  • Isolate the use of --static to Linux only.
  • Add a native-image.properties file in archetypes for all generated project

Fixes #6284

- Isolate the use of --static with to Linx only.
- Add a native-image.properties file in archetypes for all generated project

Fixes helidon-io#6284
@romain-grecourt romain-grecourt added this to the 3.2.0 milestone Mar 17, 2023
@romain-grecourt romain-grecourt self-assigned this Mar 17, 2023
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Mar 17, 2023
barchetta
barchetta previously approved these changes Mar 17, 2023
Copy link
Member

@barchetta barchetta left a comment

Choose a reason for hiding this comment

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

LGTM

@romain-grecourt romain-grecourt merged commit 695cd6e into helidon-io:helidon-3.x Mar 17, 2023
@romain-grecourt romain-grecourt deleted the native-image-build-time-fixes branch March 17, 2023 18:07
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.x] Classes that should be initialized at run time got initialized during image building
2 participants