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 f9ab8d59c1c Bump hapi-fhir-version from 6.6.2 to 6.8.5 (#12038)
add e48475ad95a Standby (#12039)
add 4af23f3cb70 CAMEL-20067: camel-core - Add debuggingStandby option
No new revisions were added by this update.
Summary of changes:
.../main/camel-main-configuration-metadata.json | 1 +
.../component/debug/CamelDebuggerFactory.java | 5 +-
.../main/java/org/apache/camel/CamelContext.java | 12 ++
.../java/org/apache/camel/spi/BacklogDebugger.java | 16 +++
.../impl/debugger/DefaultBacklogDebugger.java | 15 ++-
.../camel/impl/engine/AbstractCamelContext.java | 13 ++-
.../apache/camel/impl/engine/DefaultChannel.java | 2 +-
.../apache/camel/impl/console/DebugDevConsole.java | 8 +-
.../apache/camel/impl/CamelContextConfigurer.java | 6 +
.../DebuggerConfigurationPropertiesConfigurer.java | 6 +
.../camel-main-configuration-metadata.json | 1 +
core/camel-main/src/main/docs/main.adoc | 3 +-
.../org/apache/camel/main/BaseMainSupport.java | 11 +-
.../main/DebuggerConfigurationProperties.java | 23 ++++
.../camel/main/DefaultConfigurationConfigurer.java | 5 +
.../mbean/ManagedBacklogDebuggerMBean.java | 3 +
.../management/mbean/ManagedBacklogDebugger.java | 5 +
.../management/BacklogDebuggerStandbyTest.java | 126 +++++++++++++++++++++
.../camel/management/BacklogDebuggerTest.java | 3 +
.../modules/ROOT/pages/backlog-debugger.adoc | 1 +
20 files changed, 256 insertions(+), 9 deletions(-)
create mode 100644
core/camel-management/src/test/java/org/apache/camel/management/BacklogDebuggerStandbyTest.java