This is an automated email from the ASF dual-hosted git repository. ffang pushed a change to branch camel-4.8.x in repository https://gitbox.apache.org/repos/asf/camel.git
from 6ee8bae831d CAMEL-21372: camel-jbang - Fix NPE in run/export with custom camel version (not ASF build) (#16065) new 002a6b891ee Camel 21302 (#16008) new 4ef41d8a113 [CAMEL-21302]only set ExchangePropertyKey.CLOSE_CLIENT_SCOPE property when tracing is enabled and remove it after endScope new af50f0b1b12 [CAMEL-21302]update ExchangeConstantProvider(auto-updated) The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../camel/component/cxf/jaxrs/CxfRsProducer.java | 22 +------ .../camel/component/cxf/jaxws/CxfProducer.java | 15 +---- .../camel/component/direct/DirectProducer.java | 6 ++ components/camel-opentelemetry/pom.xml | 37 +++++++++++ .../apache/camel/opentelemetry/AsyncCxfTest.java | 75 ++++++++++++++++++++++ .../camel/opentelemetry/CurrentSpanTest.java | 25 ++++++++ .../apache/camel/tracing/ActiveSpanManager.java | 7 ++ .../org/apache/camel/ExchangeConstantProvider.java | 3 +- .../src/main/java/org/apache/camel/Exchange.java | 1 + .../java/org/apache/camel/ExchangePropertyKey.java | 1 + 10 files changed, 158 insertions(+), 34 deletions(-) create mode 100644 components/camel-opentelemetry/src/test/java/org/apache/camel/opentelemetry/AsyncCxfTest.java