We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Quarkus has reorganised some of the dev services config:
quarkusio/quarkus@bbb1009
It makes Quarkus Artemis dev services fail due to:
Caused by: java.lang.NoSuchFieldError: timeout at io.quarkus.artemis.core.deployment.DevServicesArtemisProcessor.start(DevServicesArtemisProcessor.java:128)
The text was updated successfully, but these errors were encountered:
FYI @turing85. A breaking change for Quarkus Artemis coming in Quarkus 3.18.
Sorry, something went wrong.
Disable Artemis messaging tests due to #6791
db6f2b2
Hi @turing85 , I got this same isseu when running quarkus-pooled-jms tests with quarkus-artemis against Quarkus snapshot , see https://github.com/quarkiverse/quarkus-pooled-jms/actions/runs/1
quarkus-pooled-jms
quarkus-artemis
No branches or pull requests
Bug description
Quarkus has reorganised some of the dev services config:
quarkusio/quarkus@bbb1009
It makes Quarkus Artemis dev services fail due to:
The text was updated successfully, but these errors were encountered: