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

Bump Quarkus to 3.5.0, native warnings, config-yaml warning #321

Merged
merged 3 commits into from
Nov 2, 2023

Conversation

jsmrcka
Copy link
Contributor

@jsmrcka jsmrcka commented Oct 27, 2023

Bump Quarkus to 3.5.0

Allow-list native warnings about experimental VM options

Allow-list config-yaml warning on Windows

@jsmrcka jsmrcka self-assigned this Oct 27, 2023
@rsvoboda
Copy link
Member

Please investigate the failures

@rsvoboda
Copy link
Member

@jsmrcka pls rebase to pick #322 changes

@jsmrcka jsmrcka changed the title Bump Quarkus to 3.5.0 Bump Quarkus to 3.5.0, native warnings, config-yaml warning 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, -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).
@jsmrcka jsmrcka marked this pull request as ready for review November 2, 2023 11:17
@jsmrcka jsmrcka requested a review from rsvoboda November 2, 2023 11:17
@rsvoboda rsvoboda merged commit 2bafdfd into quarkus-qe:main Nov 2, 2023
9 checks passed
@jsmrcka jsmrcka deleted the bump-quarkus-3-5-0 branch November 2, 2023 13:39
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

2 participants