You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2020/03/19 15:03:08 UTC

[camel-quarkus] branch master updated: chore(deprecation): replace usage fo deprecated io.quarkus.vertx.web.deployment.BodyHandlerBuildItem

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

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/master by this push:
     new 14a2e86  chore(deprecation): replace usage fo deprecated io.quarkus.vertx.web.deployment.BodyHandlerBuildItem
14a2e86 is described below

commit 14a2e8669b67e7b13db4cd6dff9d9cb732b364d9
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Thu Mar 19 09:15:42 2020 +0100

    chore(deprecation): replace usage fo deprecated io.quarkus.vertx.web.deployment.BodyHandlerBuildItem
---
 .../component/platform/http/deployment/PlatformHttpProcessor.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 5c21364..99a0327 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
@@ -22,8 +22,8 @@ import io.quarkus.deployment.annotations.BuildStep;
 import io.quarkus.deployment.annotations.ExecutionTime;
 import io.quarkus.deployment.annotations.Record;
 import io.quarkus.deployment.builditem.FeatureBuildItem;
+import io.quarkus.vertx.http.deployment.BodyHandlerBuildItem;
 import io.quarkus.vertx.http.deployment.VertxWebRouterBuildItem;
-import io.quarkus.vertx.web.deployment.BodyHandlerBuildItem;
 import org.apache.camel.component.platform.http.PlatformHttpComponent;
 import org.apache.camel.component.platform.http.PlatformHttpConstants;
 import org.apache.camel.quarkus.component.platform.http.runtime.PlatformHttpRecorder;