This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 7b46bffed6c Upgrade CycloneDX Maven Plugin to version 2.7.7
     new ac4b5cf638e CAMEL-19292: camel-core - Remove experimental 
LightweightCamelContext
     new 259f1f844a8 CAMEL-19292: camel-core - Remove experimental 
LightweightCamelContext

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     | 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

Reply via email to