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

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

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

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 (194dc94)
            \
             O -- O -- O   (93af946)

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 --------
 ...icateTest.java => IntercepFromWithPredicateTest.java} |  2 +-
 .../intercept/InterceptFromRouteTestSupport.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 ++
 13 files changed, 9 insertions(+), 78 deletions(-)
 rename core/camel-core/src/test/java/org/apache/camel/processor/intercept/{InterceptFromWithPredicateTest.java => IntercepFromWithPredicateTest.java} (94%)