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/11/25 10:44:36 UTC

[camel] branch regen_bot updated (ff99095 -> 93af946)

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 ff99095  (chores) camel-core: fixed intercept tests
     add 93af946  CAMEL-17228: Route reload issue when using Kamelet EIP.

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/component/kamelet/KameletConsumer.java  |  8 +++++---
 .../src/main/java/org/apache/camel/CamelContext.java     |  8 ++++++++
 .../org/apache/camel/impl/engine/SimpleCamelContext.java |  5 +++++
 .../java/org/apache/camel/impl/DefaultCamelContext.java  | 16 ++++++++++++++++
 .../main/java/org/apache/camel/impl/DefaultModel.java    | 10 ++++++++++
 .../apache/camel/impl/lw/LightweightCamelContext.java    | 10 ++++++++++
 .../camel/impl/lw/LightweightRuntimeCamelContext.java    |  5 +++++
 .../src/main/java/org/apache/camel/model/Model.java      |  8 ++++++++
 .../apache/camel/support/RouteWatcherReloadStrategy.java |  3 +++
 .../src/main/java/org/apache/camel/main/KameletMain.java |  2 +-
 .../src/test/resources/my-camel-k.yaml                   |  2 --
 11 files changed, 71 insertions(+), 6 deletions(-)