-
Notifications
You must be signed in to change notification settings - Fork 194
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
[Quarkus 2.4.0] Messaging tests fail with ambiguous dependencies for org.apache.camel.quarkus.component.messaging.it.util.scheme.ComponentScheme
#3173
Comments
I believe that a similar problem was fixed in quarkusio/quarkus#20582. Exactly what version of quarkus do you use? |
@mkouba It fails with 2.4.0.CR1 and the latest 999-SNAPSHOT. It was working fine in previous versions. To replicate, the working branch of the 2.4.0 upgrade is here: https://github.com/jamesnetherton/camel-quarkus/tree/quarkus-2.4.0.CR1 Build the project then change into |
FWIW - I can probably work around this by removing the CDI producers + injection points and replacing it with something else. Obviously that's not ideal, as there'd still potentially be some issue in Quarkus left unresolved. |
It may be related to my bootstrap refactoring PR. I'll check whether it's a regression. |
Hm, so I built the project with |
I am building it now. |
I know what the problem is, this is mine. |
This reverts commit 979a565.
Verified as fixed in #3210. |
Maybe something changed recently in Quarkus that has started causing this error.
What confuses me is that the nightly Quarkus platform builds with 999-SNAPSHOT & CQ 2.3.0 are passing. I'd expect to see the same failure.
The text was updated successfully, but these errors were encountered: