This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 7dc82684910a20ea10159950390773ed6e3896c7 Author: James Netherton <[email protected]> AuthorDate: Tue Nov 23 10:32:45 2021 +0000 Repalce reference to quarkus-vertx-web with quarkus-vertx-http --- docs/modules/ROOT/pages/reference/extensions/platform-http.adoc | 2 +- extensions/platform-http/runtime/src/main/doc/intro.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/ROOT/pages/reference/extensions/platform-http.adoc b/docs/modules/ROOT/pages/reference/extensions/platform-http.adoc index f5242f9..8940363 100644 --- a/docs/modules/ROOT/pages/reference/extensions/platform-http.adoc +++ b/docs/modules/ROOT/pages/reference/extensions/platform-http.adoc @@ -17,7 +17,7 @@ This extension allows for creating HTTP endpoints for consuming HTTP requests. -It is built on top of Eclipse Vert.x Web service provided by the `quarkus-vertx-web` extension. +It is built on top of the Eclipse Vert.x HTTP server provided by the `quarkus-vertx-http` extension. == What's inside diff --git a/extensions/platform-http/runtime/src/main/doc/intro.adoc b/extensions/platform-http/runtime/src/main/doc/intro.adoc index 6ac5b40..0747e1c 100644 --- a/extensions/platform-http/runtime/src/main/doc/intro.adoc +++ b/extensions/platform-http/runtime/src/main/doc/intro.adoc @@ -1,3 +1,3 @@ This extension allows for creating HTTP endpoints for consuming HTTP requests. -It is built on top of Eclipse Vert.x Web service provided by the `quarkus-vertx-web` extension. \ No newline at end of file +It is built on top of the Eclipse Vert.x HTTP server provided by the `quarkus-vertx-http` extension. \ No newline at end of file
