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

Document Mandrel and GraalVM new UnlockExperimentalVMOptions option #36494

Merged
merged 1 commit into from
Oct 16, 2023

Conversation

zakkak
Copy link
Contributor

@zakkak zakkak commented Oct 16, 2023

Closes #35811

@github-actions
Copy link

github-actions bot commented Oct 16, 2023

🙈 The PR is closed and the preview is expired.

@gsmet gsmet merged commit d1471a3 into quarkusio:main Oct 16, 2023
5 checks passed
@quarkus-bot quarkus-bot bot added the kind/enhancement New feature or request label Oct 16, 2023
@quarkus-bot quarkus-bot bot added this to the 3.6 - main milestone Oct 16, 2023
jsmrcka added a commit to jsmrcka/quarkus-startstop that referenced this pull request Nov 1, 2023
`-H:ReflectionConfigurationResources`
- Reported in `netty`: netty/netty#13595.
- Fixed in `netty`: netty/netty#13596.
- See also similar issue in
  Karm/mandrel-integration-tests#190 and its
  workaround in
  Karm/mandrel-integration-tests#203.

`-H:Log=registerResource`
- Added explicitly by `APP_FULL_MICROPROFILE` config.
- Use case documented in Quarkus Native Reference Guide, documentation
  added in quarkusio/quarkus#36494.
jsmrcka added a commit to jsmrcka/quarkus-startstop that referenced this pull request Nov 2, 2023
`-H:ReflectionConfigurationResources`
- Reported in `netty`: netty/netty#13595.
- Fixed in `netty`: netty/netty#13596.
- See also similar issue in
  Karm/mandrel-integration-tests#190 and its
  workaround in
  Karm/mandrel-integration-tests#203.

`-H:Log=registerResource, -H:Log=registerResource:`
- Added explicitly by `APP_FULL_MICROPROFILE` config.
- Typical use case documented in Quarkus Native Reference Guide,
  the documentation was added in
  quarkusio/quarkus#36494.
- Allow-listed, instead of using `-H:+UnlockExperimentalVMOptions` /
  `-H:-UnlockExperimentalVMOptions`, to avoid errors with GraalVM /
  Mandrel based on Java < 21, which do not recognize this option
  (see oracle/graal#7105).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

Successfully merging this pull request may close these issues.

Include note about the use of -H:+-UnlockExperimentalVMOptions starting with GraalVM for JDK 21 (23.1)
2 participants