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

Use native image for execution in the native profile. #8

Merged
merged 1 commit into from
Mar 19, 2024

Conversation

tzezula
Copy link
Contributor

@tzezula tzezula commented Mar 16, 2024

The native profile should execute the generated native image rather than defaulting to the HotSpot VM. This can be confusing for users, when they use commands like mvn -Pnative package exec:exec, which builds a native image but ends up executing the embedded application on the HotSpot VM instead.

@lewurm
Copy link
Member

lewurm commented Mar 18, 2024

LGTM (cannot approve it). Thank you!

pom.xml Outdated Show resolved Hide resolved
@chumer chumer merged commit aeb5875 into graalvm:main Mar 19, 2024
2 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.

None yet

3 participants