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:36:29 UTC

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

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 d1569d2  (chores) test cleanups
     add 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

No new revisions were added by this update.

Summary of changes:
 .../crypto/PGPKeyAccessDataFormatTest.java         | 43 ----------------------
 .../camel/component/kamelet/KameletConsumer.java   |  8 ++--
 .../main/java/org/apache/camel/CamelContext.java   |  8 ++++
 .../camel/impl/engine/SimpleCamelContext.java      |  5 +++
 .../org/apache/camel/impl/DefaultCamelContext.java | 16 ++++++++
 .../java/org/apache/camel/impl/DefaultModel.java   | 10 +++++
 .../camel/impl/lw/LightweightCamelContext.java     | 10 +++++
 .../impl/lw/LightweightRuntimeCamelContext.java    |  5 +++
 .../main/java/org/apache/camel/model/Model.java    |  8 ++++
 .../intercept/InterceptFromRouteTestSupport.java   |  8 +++-
 ...st.java => InterceptFromWithPredicateTest.java} |  2 +-
 .../camel/support/RouteWatcherReloadStrategy.java  |  3 ++
 .../apache/camel/dsl/jbang/core/commands/Run.java  |  2 +-
 .../java/org/apache/camel/main/KameletMain.java    |  2 +-
 .../src/test/resources/my-camel-k.yaml             |  2 -
 15 files changed, 79 insertions(+), 53 deletions(-)
 delete mode 100644 components/camel-crypto/src/test/java/org/apache/camel/converter/crypto/PGPKeyAccessDataFormatTest.java
 rename core/camel-core/src/test/java/org/apache/camel/processor/intercept/{IntercepFromWithPredicateTest.java => InterceptFromWithPredicateTest.java} (94%)