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/08/30 13:44:55 UTC

[camel] branch regen_bot updated (adc87b142dc -> 84de0666469)

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 adc87b142dc feat(core): hasErrorHandlerFactory helper method (#8238)
     add adf1e691afa CAMEL-18438: camel-main - Add option to configure context description
     add 84de0666469 Regen for commit adf1e691afa1170f512fe3d89069ea32823f969b

No new revisions were added by this update.

Summary of changes:
 .../main/camel-main-configuration-metadata.json      |  1 +
 .../src/main/java/org/apache/camel/CamelContext.java |  9 ++++++++-
 .../java/org/apache/camel/ExtendedCamelContext.java  |  5 +++++
 .../camel/impl/engine/AbstractCamelContext.java      | 11 +++++++++++
 .../apache/camel/impl/console/ContextDevConsole.java |  6 ++++++
 .../camel/impl/ExtendedCamelContextConfigurer.java   |  6 ++++++
 .../camel/impl/lw/LightweightCamelContext.java       | 10 ++++++++++
 .../impl/lw/LightweightRuntimeCamelContext.java      | 12 ++++++++++++
 .../main/MainConfigurationPropertiesConfigurer.java  |  6 ++++++
 .../META-INF/camel-main-configuration-metadata.json  |  1 +
 core/camel-main/src/main/docs/main.adoc              |  3 ++-
 .../camel/main/DefaultConfigurationConfigurer.java   |  3 +++
 .../camel/main/DefaultConfigurationProperties.java   | 20 ++++++++++++++++++++
 .../management/mbean/ManagedCamelContextMBean.java   |  3 +++
 .../camel/management/mbean/ManagedCamelContext.java  |  5 +++++
 .../camel/management/ManagedCamelContextTest.java    | 16 ++++++++++------
 16 files changed, 109 insertions(+), 8 deletions(-)