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

Allow-list netty experimental VM options lines #203

Merged
merged 1 commit into from
Sep 19, 2023

Conversation

jerboaa
Copy link
Collaborator

@jerboaa jerboaa commented Sep 18, 2023

Those are out of our control and quarkus would need a netty update to deal with this.

Closes #190 and #201. Final piece of #188.

Those are out of our control and quarkus would need a netty update to
deal with this.
@jerboaa jerboaa requested a review from Karm September 18, 2023 18:01
@jerboaa
Copy link
Collaborator Author

jerboaa commented Sep 18, 2023

@zakkak zakkak merged commit e67f2fd into Karm:master Sep 19, 2023
12 of 13 checks passed
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
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[23.1] quarkusFullMicroProfile test fails due to experimental VM options warning
2 participants