[GitHub] [camel-quarkus] mkouba commented on issue #3173: [Quarkus 2.4.0] Messaging tests fail with ambiguous dependencies for `org.apache.camel.quarkus.component.messaging.it.util.scheme.ComponentSch

2021-10-13 Thread GitBox


mkouba commented on issue #3173:
URL: https://github.com/apache/camel-quarkus/issues/3173#issuecomment-942022916


   Hm, so I built the project with `-Denforcer.skip` and got `[ERROR] Failed to 
execute goal com.github.eirslett:frontend-maven-plugin:1.6:yarn 
(antora-xref-check) on project camel-quarkus-docs` but still I was able to run 
the tests for `jms-artemis-client` and from the debug log I can see that the 
bean classes, e.g. 
`org.apache.camel.quarkus.component.messaging.it.util.scheme.MessagingComponentSchemeProducer`,
 are **found twice** in the bean archive index. Which could mean that an 
`ApplicationArchive` is built twice from a dependency or there are two 
dependencies that contain the given class.


-- 
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




[GitHub] [camel-quarkus] mkouba commented on issue #3173: [Quarkus 2.4.0] Messaging tests fail with ambiguous dependencies for `org.apache.camel.quarkus.component.messaging.it.util.scheme.ComponentSch

2021-10-13 Thread GitBox


mkouba commented on issue #3173:
URL: https://github.com/apache/camel-quarkus/issues/3173#issuecomment-942022916


   Hm, so I built the project with `-Denforcer.skip` and got `[ERROR] Failed to 
execute goal com.github.eirslett:frontend-maven-plugin:1.6:yarn 
(antora-xref-check) on project camel-quarkus-docs` but still I was able to run 
the tests for `jms-artemis-client` and from the debug log I can see that the 
bean classes, e.g. 
`org.apache.camel.quarkus.component.messaging.it.util.scheme.MessagingComponentSchemeProducer`,
 are **found twice** in the bean archive index. Which could mean that an 
`ApplicationArchive` is built twice from a dependency or there are two 
dependencies that contain the given class.


-- 
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




[GitHub] [camel-quarkus] mkouba commented on issue #3173: [Quarkus 2.4.0] Messaging tests fail with ambiguous dependencies for `org.apache.camel.quarkus.component.messaging.it.util.scheme.ComponentSch

2021-10-12 Thread GitBox


mkouba commented on issue #3173:
URL: https://github.com/apache/camel-quarkus/issues/3173#issuecomment-940990345


   I believe that a similar problem was fixed in 
https://github.com/quarkusio/quarkus/pull/20582. Exactly what version of 
quarkus do you use?


-- 
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