This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch quarkus-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.
discard 8654a17 Upgrade Quarkus to 2.6.0.CR1
add 2e47c10 Updated CHANGELOG.md
add 886b58a Document that vertx-websocket consumers run on the Quarkus
Vert.x web server
add 7dc8268 Repalce reference to quarkus-vertx-web with quarkus-vertx-http
add 1b6a587 Fix MicroProfileHealthTest.testFailureThreshold test failure
new ae9a3a2 Upgrade Quarkus to 2.6.0.CR1
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (8654a17)
\
N -- N -- N refs/heads/quarkus-main (ae9a3a2)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 1 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:
CHANGELOG.md | 8 +++
.../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 +-
...Check.java => FailureThresholdHealthCheck.java} | 24 +++++++--
.../it/health/MicroProfileHealthResource.java | 42 ++++++++++-----
.../it/health/MicroProfileHealthRouteBuilder.java | 3 --
.../it/health/MicroProfileHealthTest.java | 60 ++++++++++++++++------
12 files changed, 168 insertions(+), 41 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
copy
integration-tests/microprofile/src/main/java/org/apache/camel/quarkus/component/microprofile/it/health/{FailingHealthCheck.java
=> FailureThresholdHealthCheck.java} (65%)