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 2023/02/09 08:27:29 UTC

[camel] branch regen_bot updated (9e79ef36bbf -> 6a955f5944a)

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 9e79ef36bbf Regen for commit 824080960f11bccb34907fdd56bcfd788647b618
     add 936598bb9a6 [CAMEL-18305] Support writing rests definitions
     add 312e7a19ad9 CAMEL-19026: camel-main - Add camel.main.backlogTracingStandby option.
     add 7199da767e5 CAMEL-19026: Add queue size mbean attribute for backlog tracer
     add 3c89ceef8e5 CAMEL-19026: camel-main - Add camel.main.backlogTracingStandby option.
     add dc767ac74fc CAMEL-19026: camel-main - Add camel.main.backlogTracingStandby option.
     add 6a955f5944a Regen for commit dc767ac74fc7f63ed23e4bceec3c6bff29216c7c

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   (9e79ef36bbf)
            \
             N -- N -- N   refs/heads/regen_bot (6a955f5944a)

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:
 .../main/camel-main-configuration-metadata.json    |  1 +
 .../main/java/org/apache/camel/CamelContext.java   | 12 ++++++++
 .../apache/camel/impl/debugger/BacklogTracer.java  | 27 ++++++++++++++++-
 .../camel/impl/engine/AbstractCamelContext.java    | 19 ++++++++++++
 .../apache/camel/impl/engine/DefaultChannel.java   |  4 ++-
 .../camel/impl/ExtendedCamelContextConfigurer.java |  6 ++++
 .../camel/impl/lw/LightweightCamelContext.java     | 10 +++++++
 .../impl/lw/LightweightRuntimeCamelContext.java    | 10 +++++++
 .../MainConfigurationPropertiesConfigurer.java     |  6 ++++
 .../camel-main-configuration-metadata.json         |  1 +
 core/camel-main/src/main/docs/main.adoc            |  3 +-
 .../camel/main/DefaultConfigurationConfigurer.java |  1 +
 .../camel/main/DefaultConfigurationProperties.java | 26 ++++++++++++++++
 .../mbean/ManagedBacklogTracerMBean.java           |  6 ++++
 .../management/mbean/ManagedBacklogTracer.java     | 10 +++++++
 .../camel/management/BacklogTracerFilterTest.java  |  2 +-
 .../management/BacklogTracerIdOnAllNodesTest.java  |  2 +-
 .../management/BacklogTracerPatternRouteTest.java  |  2 +-
 .../camel/management/BacklogTracerPatternTest.java |  2 +-
 .../management/BacklogTracerStreamCachingTest.java |  2 +-
 .../apache/camel/management/BacklogTracerTest.java | 35 +++++-----------------
 .../org/apache/camel/xml/LwModelToXMLDumper.java   |  6 ++++
 .../ROOT/pages/camel-4-migration-guide.adoc        |  6 ++++
 23 files changed, 163 insertions(+), 36 deletions(-)