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/01/29 11:49:55 UTC

[camel] branch regen_bot updated (a4f6087 -> d811649)

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 a4f6087  camel-infinispan: implement route policy using clustering facilities
     add 9085572  CAMEL-16072: camel-main - Be less verbose when stopping. And return exit code from run method.
     add 7c996b4  CAMEL-16072: camel-main - be less verbose in summary off mode
     add f41c701  CAMEL-16072: Tabs as spaces
     add f2c51c4  CAMEL-16072: camel-main - be less verbose in summary off mode
     add 4b0efca  CAMEL-16072: camel-main - be less verbose in summary off mode
     add d811649  Regen for commit 4b0efca4973830814333597960f2aad26f5b5194

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/models/camelContext.json  |  2 +-
 .../apache/camel/catalog/schemas/camel-spring.xsd  |  1 +
 .../org/apache/camel/spring/camelContext.json      |  2 +-
 .../java/org/apache/camel/StartupSummaryLevel.java |  1 +
 .../camel/impl/engine/AbstractCamelContext.java    | 41 +++++++++++++---------
 .../org/apache/camel/main/BaseMainSupport.java     | 19 ++++++----
 .../camel/main/DefaultMainShutdownStrategy.java    |  2 +-
 .../src/main/java/org/apache/camel/main/Main.java  |  8 +++--
 .../apache/camel/main/MainCommandLineSupport.java  | 10 ++++--
 .../apache/camel/main/MainLifecycleStrategy.java   |  2 +-
 10 files changed, 54 insertions(+), 34 deletions(-)