This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 2c37c675a45e2924079c80c775307bc0ee2f0b44 Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Tue Apr 29 16:21:40 2025 +0100 Fix up dangling unused imports in platform-http extension --- .../component/platform/http/deployment/PlatformHttpProcessor.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/extensions/platform-http/deployment/src/main/java/org/apache/camel/quarkus/component/platform/http/deployment/PlatformHttpProcessor.java b/extensions/platform-http/deployment/src/main/java/org/apache/camel/quarkus/component/platform/http/deployment/PlatformHttpProcessor.java index 9f841ce4a2..fa36023c9a 100644 --- a/extensions/platform-http/deployment/src/main/java/org/apache/camel/quarkus/component/platform/http/deployment/PlatformHttpProcessor.java +++ b/extensions/platform-http/deployment/src/main/java/org/apache/camel/quarkus/component/platform/http/deployment/PlatformHttpProcessor.java @@ -33,8 +33,6 @@ import org.apache.camel.quarkus.component.platform.http.runtime.PlatformHttpReco import org.apache.camel.quarkus.core.deployment.spi.CamelRuntimeBeanBuildItem; import org.apache.camel.quarkus.core.deployment.spi.CamelServiceFilter; import org.apache.camel.quarkus.core.deployment.spi.CamelServiceFilterBuildItem; -import org.eclipse.microprofile.config.Config; -import org.eclipse.microprofile.config.ConfigProvider; class PlatformHttpProcessor { private static final String FEATURE = "camel-platform-http";