This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.
from 2e47c10 Updated CHANGELOG.md
new 886b58a Document that vertx-websocket consumers run on the Quarkus
Vert.x web server
new 7dc8268 Repalce reference to quarkus-vertx-web with quarkus-vertx-http
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../pages/reference/extensions/platform-http.adoc | 2 +-
.../reference/extensions/vertx-websocket.adoc | 38 +++++++++++++++++++++-
.../platform-http/runtime/src/main/doc/intro.adoc | 2 +-
.../runtime/src/main/doc/configuration.adoc | 12 +++++++
.../runtime/src/main/doc/intro.adoc | 3 ++
.../runtime/src/main/doc/usage.adoc | 13 ++++++++
.../vertx/websocket/VertxWebsocketRecorder.java | 2 +-
7 files changed, 68 insertions(+), 4 deletions(-)
create mode 100644
extensions/vertx-websocket/runtime/src/main/doc/configuration.adoc
create mode 100644 extensions/vertx-websocket/runtime/src/main/doc/intro.adoc
create mode 100644 extensions/vertx-websocket/runtime/src/main/doc/usage.adoc