-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Multiple "Could not register" warnings for io.netty classes in 2.13.7 during native compilation #30508
Labels
Comments
If we want this fixed, we might have to backport https://github.com/quarkusio/quarkus/pull/29493/files . |
I can see that with my Quarkus MicroProfile apps too.
It is a regression from 2.13.6.Final. So IMHO backport is in order. |
@pjgg ^^^ |
fedinskiy
added a commit
to fedinskiy/quarkus-startstop
that referenced
this issue
Jan 31, 2023
Fixes failures due to two upstreams issues: Missing classes: quarkusio/quarkus#30508 Missing builder image: quarkusio/quarkus#30738
fedinskiy
added a commit
to fedinskiy/quarkus-startstop
that referenced
this issue
Jan 31, 2023
Fixes failures due to two upstreams issues: Missing classes: quarkusio/quarkus#30508
fedinskiy
added a commit
to quarkus-qe/quarkus-startstop
that referenced
this issue
Feb 1, 2023
Fixes failures due to two upstreams issues: Missing classes: quarkusio/quarkus#30508
Not a Quarkus problem. The same issue is in Micronaut as well. |
We will need to backport #29493 to 2.13. |
Backported to 2.13 with 4065056 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
After upgrade to 2.13.7.Final, there are multiple "Could not register" warnings during native compilation. They all involve classes from "io.netty.handler.codec" package and have "java.lang.NoClassDefFoundError" as a reason. The functionality doesn't seem to be affected.
Expected behavior
Same as 2.13.6.Final
Actual behavior
How to Reproduce?
git clone [email protected]:quarkus-qe/quarkus-startstop.git -b 2.13
cd quarkus-startstop/app-jax-rs-minimal
mvn clean compile package -Pnative -Dquarkus.version=2.13.7.Final -Dquarkus.platform.group-id=io.quarkus.platform
Command
mvn clean compile package -Pnative -Dquarkus.version=2.13.6.Final -Dquarkus.platform.group-id=io.quarkus.platform
doesn't have such problemOutput of
uname -a
orver
6.0.18-300.fc37.x86_64
Output of
java -version
17.0.4, vendor: GraalVM Community
GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.13.7.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
Additional information
No response
The text was updated successfully, but these errors were encountered: