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

In quarkus:run, support modifying the arg line or jvm args #44626

Open
edeandrea opened this issue Nov 21, 2024 · 4 comments
Open

In quarkus:run, support modifying the arg line or jvm args #44626

edeandrea opened this issue Nov 21, 2024 · 4 comments
Assignees
Labels
kind/enhancement New feature or request

Comments

@edeandrea
Copy link
Contributor

Description

I'd love to be able to use the quarkus:run goal but be able to use jdk preview features.

i tried adding

<jvmArgs>--enable-preview --enable-native-access=ALL-UNNAMED</jvmArgs>
<modules>
    <module>jdk.incubator.vector</module>
</modules>

to the quarkus-maven-plugin config, but it doesn't work.

Implementation ideas

No response

@edeandrea edeandrea added the kind/enhancement New feature or request label Nov 21, 2024
@venugopal98
Copy link

Hi @edeandrea ,I want to work on this.

@venugopal98
Copy link

Thanks, @geoand. Can you assign the issue to me? I will review the codebase and get back to you with any additional questions or details.

@geoand
Copy link
Contributor

geoand commented Nov 22, 2024

Done!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants