mederel commented on code in PR #1340:
URL: https://github.com/apache/cxf/pull/1340#discussion_r1276470038
##########
parent/pom.xml:
##########
@@ -1870,6 +1870,18 @@
<version>${cxf.opentracing.version}</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>io.opentelemetry</groupId>
+ <artifactId>opentelemetry-bom-alpha</artifactId>
Review Comment:
The only reason but not the least is to have the version of
opentelemetry-semconv handled by this BOM. This module has static variables
with the standard attribute names from the OpenTelemetry semantics conventions.
They are however not "stable" yet, hence the alpha version.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]