jamesnetherton opened a new issue, #7298: URL: https://github.com/apache/camel-quarkus/issues/7298
### Bug description Quarkus has moved to the updated semconv GAV `io.opentelemetry.semconv:opentelemetry-semconv`, meaning that anything referencing the older `io.opentelemetry` variant is no longer managed. Thus we see some dependency convergence issues for `camel-quarkus-google-pubsub`: ``` Error: Dependency convergence error for io.opentelemetry:opentelemetry-semconv:jar:1.26.0-alpha paths to dependency are: Error: +-org.apache.camel.quarkus:camel-quarkus-google-pubsub:jar:3.22.0-SNAPSHOT:compile Error: +-org.apache.camel.quarkus:camel-quarkus-support-google-pubsub:jar:3.22.0-SNAPSHOT:compile Error: +-com.google.cloud:google-cloud-pubsub:jar:1.134.1:compile Error: +-io.opentelemetry:opentelemetry-semconv:jar:1.26.0-alpha:compile ``` And `camel-quarkus-opentelemetry`: ``` Error: +-org.apache.camel.quarkus:camel-quarkus-opentelemetry:jar:3.22.0-SNAPSHOT:compile Error: +-org.apache.camel:camel-opentelemetry:jar:4.11.0:compile Error: +-io.opentelemetry:opentelemetry-semconv:jar:1.27.0-alpha:compile ``` The lazy fix is to manage `io.opentelemetry:opentelemetry-semconv` in our BOM. But we should try to move the Camel otel component to use the newer `semconv` lib if possible. -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org