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 7b46bffed6c Upgrade CycloneDX Maven Plugin to version 2.7.7 add ac4b5cf638e CAMEL-19292: camel-core - Remove experimental LightweightCamelContext add 259f1f844a8 CAMEL-19292: camel-core - Remove experimental LightweightCamelContext No new revisions were added by this update. Summary of changes: .../camel/impl/lw/LightweightCamelContext.java | 1480 -------------------- .../impl/lw/LightweightCamelContextExtension.java | 600 -------- .../impl/lw/LightweightRuntimeCamelContext.java | 1350 ------------------ .../java/org/apache/camel/ContextTestSupport.java | 20 +- .../camel/impl/lw/EnricherLightweightTest.java | 59 - .../camel/impl/lw/LightweightContextTest.java | 82 -- .../camel/impl/lw/PollEnricherLightweightTest.java | 154 -- .../camel/impl/lw/SplitterLightweightTest.java | 326 ----- .../dsl/jbang/core/commands/CodeRestGenerator.java | 4 +- .../apache/camel/dsl/jbang/core/commands/Init.java | 6 +- .../apache/camel/dsl/jbang/core/commands/Run.java | 4 +- 11 files changed, 8 insertions(+), 4077 deletions(-) delete mode 100644 core/camel-core-engine/src/main/java/org/apache/camel/impl/lw/LightweightCamelContext.java delete mode 100644 core/camel-core-engine/src/main/java/org/apache/camel/impl/lw/LightweightCamelContextExtension.java delete mode 100644 core/camel-core-engine/src/main/java/org/apache/camel/impl/lw/LightweightRuntimeCamelContext.java delete mode 100644 core/camel-core/src/test/java/org/apache/camel/impl/lw/EnricherLightweightTest.java delete mode 100644 core/camel-core/src/test/java/org/apache/camel/impl/lw/LightweightContextTest.java delete mode 100644 core/camel-core/src/test/java/org/apache/camel/impl/lw/PollEnricherLightweightTest.java delete mode 100644 core/camel-core/src/test/java/org/apache/camel/impl/lw/SplitterLightweightTest.java