jamesnetherton opened a new issue #3173:
URL: https://github.com/apache/camel-quarkus/issues/3173


   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.
   
   ```
   2021-10-11T03:31:18.4927883Z java.lang.RuntimeException: 
   2021-10-11T03:31:18.4935938Z java.lang.RuntimeException: 
io.quarkus.builder.BuildException: Build failure: Build failed due to errors
   2021-10-11T03:31:18.4948543Z         [error]: Build step 
io.quarkus.arc.deployment.ArcProcessor#validate threw an exception: 
javax.enterprise.inject.spi.DeploymentException: Found 14 deployment problems: 
   2021-10-11T03:31:18.4960185Z [1] Ambiguous dependencies for type 
org.apache.camel.quarkus.component.messaging.it.util.scheme.ComponentScheme and 
qualifiers [@Default]
   2021-10-11T03:31:18.4970629Z         - java member: 
org.apache.camel.quarkus.component.messaging.it.MessagingCommonResource#componentScheme
   2021-10-11T03:31:18.4989377Z         - declared on CLASS bean 
[types=[org.apache.camel.quarkus.component.messaging.it.MessagingCommonResource,
 java.lang.Object], qualifiers=[@Default, @Any], 
target=org.apache.camel.quarkus.component.messaging.it.MessagingCommonResource]
   2021-10-11T03:31:18.4994409Z         - available beans:
   2021-10-11T03:31:18.5106045Z                 - PRODUCER METHOD bean 
[types=[org.apache.camel.quarkus.component.messaging.it.util.scheme.ComponentScheme,
 java.lang.Object], qualifiers=[@Default, @Any], 
target=org.apache.camel.quarkus.component.messaging.it.util.scheme.ComponentScheme
 getMessagingComponentScheme(org.apache.camel.CamelContext camelContext), 
declaringBean=org.apache.camel.quarkus.component.messaging.it.util.scheme.MessagingComponentSchemeProducer]
   2021-10-11T03:31:18.5142671Z                 - PRODUCER METHOD bean 
[types=[org.apache.camel.quarkus.component.messaging.it.util.scheme.ComponentScheme,
 java.lang.Object], qualifiers=[@Default, @Any], 
target=org.apache.camel.quarkus.component.messaging.it.util.scheme.ComponentScheme
 getMessagingComponentScheme(org.apache.camel.CamelContext camelContext), 
declaringBean=org.apache.camel.quarkus.component.messaging.it.util.scheme.MessagingComponentSchemeProducer]
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to