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 194dc94  (chores) test-cleanup: removed unused test class
     add ff99095  (chores) camel-core: fixed intercept tests
     add 93af946  CAMEL-17228: Route reload issue when using Kamelet EIP.
     add fd7ae0c  Fixed NPE
     add 1c2843c  Polished

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 ++++++++
 .../intercept/InterceptFromRouteTestSupport.java         |  8 ++++++--
 ...cateTest.java => InterceptFromWithPredicateTest.java} |  2 +-
 .../apache/camel/support/RouteWatcherReloadStrategy.java |  3 +++
 .../org/apache/camel/dsl/jbang/core/commands/Run.java    |  4 ++--
 dsl/camel-kamelet-main/src/main/docs/kamelet-main.adoc   |  2 +-
 .../src/main/java/org/apache/camel/main/KameletMain.java |  2 +-
 .../src/test/resources/my-camel-k.yaml                   |  2 --
 15 files changed, 81 insertions(+), 12 deletions(-)
 rename 
core/camel-core/src/test/java/org/apache/camel/processor/intercept/{IntercepFromWithPredicateTest.java
 => InterceptFromWithPredicateTest.java} (94%)

Reply via email to