This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot in repository https://gitbox.apache.org/repos/asf/camel.git.
from ab47d9b CAMEL-16451: camel-core - ExchangePooling for EIPs. Wiretap EIP add 8e49570 Fixes CAMEL-16453. Update the Exchange object in serverRequest with the new span so that it is visible downstream via Exchange headers. In clientRequest do not assume the last server span is the parent for the current traceContext, as this will not be true in case of parallelProcessing. Modify ZipkinState to use Deque instead of Stack to allow retrieval of matching spanId. (#5295) No new revisions were added by this update. Summary of changes: .../java/org/apache/camel/zipkin/ZipkinState.java | 47 +++++++++++---- .../java/org/apache/camel/zipkin/ZipkinTracer.java | 7 +-- .../org/apache/camel/zipkin/ZipkinStateTest.java | 68 ++++++++++++++++++++++ 3 files changed, 107 insertions(+), 15 deletions(-) create mode 100644 components/camel-zipkin/src/test/java/org/apache/camel/zipkin/ZipkinStateTest.java