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 2024/03/13 18:30:58 UTC

(camel) branch regen_bot updated (feff3159315 -> 2bdfab1548a)

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 feff3159315 Main profile (#13466)
     add 2bdfab1548a CAMEL-18090: camel-main - Make it possible to know the configured profile.

No new revisions were added by this update.

Summary of changes:
 .../component/platform/http/main/MainHttpServer.java      |  6 ++++++
 .../main/java/org/apache/camel/ExtendedCamelContext.java  | 12 ++++++++++++
 .../camel/impl/engine/DefaultCamelContextExtension.java   | 11 +++++++++++
 .../org/apache/camel/impl/console/ContextDevConsole.java  | 12 +++++++++---
 .../apache/camel/impl/ExtendedCamelContextConfigurer.java |  6 ++++++
 .../java/org/apache/camel/main/ProfileConfigurer.java     |  3 +++
 .../api/management/mbean/ManagedCamelContextMBean.java    |  3 +++
 .../camel/management/mbean/ManagedCamelContext.java       |  5 +++++
 .../jbang/core/commands/process/CamelContextStatus.java   | 11 +++++++++++
 .../dsl/jbang/core/commands/process/ListProcess.java      | 15 ++++++++++++++-
 10 files changed, 80 insertions(+), 4 deletions(-)