You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2022/05/06 06:35:29 UTC

[camel] branch regen_bot updated (1a39e1f4dc2 -> ddc301d8f43)

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


    omit 1a39e1f4dc2 Regen for commit df51ef8815baa07cfc41ab982c3f18f789bb3bd8
     add 95267b3b3c3 CAMEL-18055: Create tracing SpanDecorator for ServiceBusComponent
     add d07116b16f6 fix checkstyle
     add 460c428a7bb rename to AzureServiceBusSpanDecorator
     add 8f2d7ccd736 rename to AzureServiceBusSpanDecorator
     add a7c6d85f447 fix formatting
     add ddc301d8f43 Regen for commit a7c6d85f447cd25f6a31de0d1fcdf7602ccdf00b

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (1a39e1f4dc2)
            \
             N -- N -- N   refs/heads/regen_bot (ddc301d8f43)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../org.apache.camel.tracing.SpanDecorator         |   1 +
 .../decorators/AzureServiceBusSpanDecorator.java   | 124 +++++++++++++++++++++
 .../AzureServiceBusSpanDecoratorTest.java          |  99 ++++++++++++++++
 3 files changed, 224 insertions(+)
 create mode 100644 components/camel-tracing/src/main/java/org/apache/camel/tracing/decorators/AzureServiceBusSpanDecorator.java
 create mode 100644 components/camel-tracing/src/test/java/org/apache/camel/tracing/decorators/AzureServiceBusSpanDecoratorTest.java