Remove duplicate runtime init io.netty.buffer.PooledByteBufAllocator #37707
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
io.netty.buffer.PooledByteBufAllocator
is already registered for runtime initialization earlier in NettyProcessor.javaFollow up to #37633
Also fixes the following warning when using Mandrel and GraalVM 23.0:
CI run with Mandrel 24.0-dev: https://github.com/graalvm/mandrel/actions/runs/7191882995
Failures are due to
[GraalVM 24.0] quarkus-integration-test-hibernate-reactive-postgresql fails to compile due to vertx-sql-client issue with JDK 22 #37208 (JDK 22 compatibility issue)
[GraalVM for JDK 22] quarkus-integration-test-jpa-postgresql test fails with latest GraalVM master #37498