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:39:49 UTC

[camel] branch regen_bot updated (fd7ae0c -> ff99095)

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.


    omit fd7ae0c  Fixed NPE
    omit 93af946  CAMEL-17228: Route reload issue when using Kamelet EIP.

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/regen_bot (ff99095)
            \
             O -- O -- O   (fd7ae0c)

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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 ---
 .../org/apache/camel/dsl/jbang/core/commands/Run.java    |  2 +-
 .../src/main/java/org/apache/camel/main/KameletMain.java |  2 +-
 .../src/test/resources/my-camel-k.yaml                   |  2 ++
 12 files changed, 7 insertions(+), 72 deletions(-)