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 2023/02/25 16:51:11 UTC

[camel] branch regen_bot updated (eb9840bb49b -> 2b85a13ecbf)

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 eb9840bb49b Regen for commit cb4cfd930cfd75e287d803518b4954001424a90e
     add fe2ee35a4b1 CAMEL-19086: split the ExtendedCamelContext from the Context for the LightweightCamelContext
     add 813cbb7c7eb CAMEL-19086: split the ExtendedCamelContext from the Context for the LightweightRuntimeCamelContext
     add 2b85a13ecbf Regen for commit 813cbb7c7eb3a8b085ebd8065f9bbe97298c7d38

No new revisions were added by this update.

Summary of changes:
 .../camel/impl/lw/LightweightCamelContext.java     |  699 +-----------
 .../impl/lw/LightweightCamelContextExtension.java  |  969 ++++++++++++++++
 .../impl/lw/LightweightRuntimeCamelContext.java    | 1206 ++------------------
 .../java/org/apache/camel/ContextTestSupport.java  |    3 +-
 4 files changed, 1093 insertions(+), 1784 deletions(-)
 create mode 100644 core/camel-core-engine/src/main/java/org/apache/camel/impl/lw/LightweightCamelContextExtension.java