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 2021/12/26 10:35:08 UTC

[camel] branch regen_bot updated (62760f3 -> c0a2cce)

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 62760f3  CAMEL-17319: Regen
     add 7dc9b6e  CAMEL-17383: camel-management - Add operations to list the registered components, data formats and languages
     add c0a2cce  CAMEL-17383: camel-management - Add operations to list the registered components, data formats and languages

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/camel/CamelContext.java   | 11 ++++--
 .../camel/impl/engine/AbstractCamelContext.java    |  5 +++
 .../camel/impl/lw/LightweightCamelContext.java     |  6 +++-
 .../impl/lw/LightweightRuntimeCamelContext.java    |  5 +++
 .../management/mbean/ManagedCamelContextMBean.java | 19 ++++++++++
 .../management/mbean/ManagedCamelContext.java      | 15 ++++++++
 .../camel/management/ManagedCamelContextTest.java  | 41 ++++++++++++++++++++++
 7 files changed, 98 insertions(+), 4 deletions(-)