You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/04/03 11:54:00 UTC

[camel] branch main updated: Regen for commit 793765235f40d47071d366532a53187fbdf30d85 (#9778)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 835d148d439 Regen for commit 793765235f40d47071d366532a53187fbdf30d85 (#9778)
835d148d439 is described below

commit 835d148d43918a128026685f4372d72e9e25c25d
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Mon Apr 3 13:53:53 2023 +0200

    Regen for commit 793765235f40d47071d366532a53187fbdf30d85 (#9778)
    
    Signed-off-by: GitHub <no...@github.com>
    Co-authored-by: orpiske <or...@users.noreply.github.com>
---
 core/camel-api/src/main/java/org/apache/camel/ExtendedCamelContext.java  | 1 -
 .../java/org/apache/camel/impl/lw/LightweightCamelContextExtension.java  | 1 -
 2 files changed, 2 deletions(-)

diff --git a/core/camel-api/src/main/java/org/apache/camel/ExtendedCamelContext.java b/core/camel-api/src/main/java/org/apache/camel/ExtendedCamelContext.java
index d11527fef51..5dea6438d61 100644
--- a/core/camel-api/src/main/java/org/apache/camel/ExtendedCamelContext.java
+++ b/core/camel-api/src/main/java/org/apache/camel/ExtendedCamelContext.java
@@ -23,7 +23,6 @@ import java.util.function.Supplier;
 
 import org.apache.camel.catalog.RuntimeCamelCatalog;
 import org.apache.camel.spi.AnnotationBasedProcessorFactory;
-import org.apache.camel.spi.BeanProcessorFactory;
 import org.apache.camel.spi.BootstrapCloseable;
 import org.apache.camel.spi.DeferServiceFactory;
 import org.apache.camel.spi.EndpointStrategy;
diff --git a/core/camel-core-engine/src/main/java/org/apache/camel/impl/lw/LightweightCamelContextExtension.java b/core/camel-core-engine/src/main/java/org/apache/camel/impl/lw/LightweightCamelContextExtension.java
index 2e4991813ad..4a3fc3ec543 100644
--- a/core/camel-core-engine/src/main/java/org/apache/camel/impl/lw/LightweightCamelContextExtension.java
+++ b/core/camel-core-engine/src/main/java/org/apache/camel/impl/lw/LightweightCamelContextExtension.java
@@ -37,7 +37,6 @@ import org.apache.camel.Route;
 import org.apache.camel.Service;
 import org.apache.camel.ServiceStatus;
 import org.apache.camel.spi.AnnotationBasedProcessorFactory;
-import org.apache.camel.spi.BeanProcessorFactory;
 import org.apache.camel.spi.BootstrapCloseable;
 import org.apache.camel.spi.DeferServiceFactory;
 import org.apache.camel.spi.EndpointStrategy;