davsclaus commented on code in PR #15182:
URL: https://github.com/apache/camel/pull/15182#discussion_r1721216284
##########
parent/pom.xml:
##########
@@ -388,6 +388,8 @@
<opensearch-testcontainers-version>2.1.0</opensearch-testcontainers-version>
<openstack4j-version>3.12</openstack4j-version>
<opentelemetry-version>1.41.0</opentelemetry-version>
+
<opentelemetry-log4j2-version>2.7.0-alpha</opentelemetry-log4j2-version>
Review Comment:
Hmm this is alpha software so we may have trouble maintaining it since this
code change change a lot as it would not be stable yet.
##########
core/camel-api/src/main/java/org/apache/camel/ExchangePropertyKey.java:
##########
@@ -23,6 +23,7 @@
*/
public enum ExchangePropertyKey {
+ ACTIVE_SPAN("OpenTracing.activeSpan"),
Review Comment:
Can you avoid doing changes to core in this PR and leave this where it was
before.
Adding new to Exchange should be done in another PR
--
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]