This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/camel-main by this push:
new 5149c0cb7c Fix up dangling unused imports in platform-http extension
5149c0cb7c is described below
commit 5149c0cb7c939fb8bb2560a389bd0f4b273de857
Author: James Netherton <[email protected]>
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";