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/06/23 14:51:23 UTC

[camel] branch regen_bot updated (4a053652f3b -> ad751863775)

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 4a053652f3b camel-kubernetes - configmap and secret property placeholder function (#7865)
     add ad751863775 CAMEL-18217: debugger - Allow to suspend messages (#7867)

No new revisions were added by this update.

Summary of changes:
 camel-dependencies/pom.xml                         |   1 +
 .../camel/impl/debugger/BacklogDebugger.java       | 104 +++++++++++++++++++--
 .../camel/impl/engine/CamelInternalProcessor.java  |  10 +-
 .../mbean/ManagedBacklogDebuggerMBean.java         |   6 ++
 core/camel-management/pom.xml                      |   5 +
 .../management/mbean/ManagedBacklogDebugger.java   |  10 ++
 .../camel/management/BacklogDebuggerTest.java      |  47 ++++++++++
 docs/user-manual/modules/ROOT/pages/debugger.adoc  |   7 +-
 parent/pom.xml                                     |   6 ++
 9 files changed, 180 insertions(+), 16 deletions(-)