-
Notifications
You must be signed in to change notification settings - Fork 12
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
Maven project with quarkus-artemis-jms fails to build to native since 3.1.2 #335
Comments
Thanks for the report and the steps to reproduce. I could reproduce it indeed. It fails like this after the PR that removed quarkus-netty #296. Adding @turing85 what was the rational of removing netty as a dependency? And another questions is, why do we have passing CI tests? |
Well, I think |
Yes, it sure looks like it. |
Steps to reproduce:
quarkus-artemis-jms
(currently uses quarkus-artemis-jms 3.1.2 version)mvn clean install -Pnative -DskipTests
when I downgrade the version of
quarkus-artemis-jms
to3.1.1
, the build is completed successfully:The text was updated successfully, but these errors were encountered: