This is an automated email from the ASF dual-hosted git repository. orpiske pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
from eb9840bb49b Regen for commit cb4cfd930cfd75e287d803518b4954001424a90e new fe2ee35a4b1 CAMEL-19086: split the ExtendedCamelContext from the Context for the LightweightCamelContext new 813cbb7c7eb CAMEL-19086: split the ExtendedCamelContext from the Context for the LightweightRuntimeCamelContext The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../camel/impl/lw/LightweightCamelContext.java | 699 +----------- .../impl/lw/LightweightCamelContextExtension.java | 969 ++++++++++++++++ .../impl/lw/LightweightRuntimeCamelContext.java | 1203 ++------------------ .../java/org/apache/camel/ContextTestSupport.java | 3 +- 4 files changed, 1091 insertions(+), 1783 deletions(-) create mode 100644 core/camel-core-engine/src/main/java/org/apache/camel/impl/lw/LightweightCamelContextExtension.java