This is an automated email from the ASF dual-hosted git repository.
apupier pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
from d1211fcb3500 chore(deps): Bump
org.elasticsearch.client:elasticsearch-rest-client-sniffer
new 5c20bbd37f05 Replace deprecated methods in vertx platform
new 0d5c39a20e55 CAMEL-24864: camel-platform-http-vertx: do not report a
lost client connection as a failure
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:
.../platform/http/vertx/AsyncInputStream.java | 80 ++++--
.../http/vertx/ResponseWriteException.java} | 11 +-
.../http/vertx/VertxPlatformHttpConsumer.java | 30 ++-
.../http/vertx/VertxPlatformHttpRouter.java | 1 +
.../http/vertx/VertxPlatformHttpSupport.java | 32 +--
.../VertxPlatformHttpClientDisconnectTest.java | 280 +++++++++++++++++++++
.../ROOT/pages/camel-4x-upgrade-guide-4_23.adoc | 19 ++
7 files changed, 412 insertions(+), 41 deletions(-)
copy
components/camel-platform-http-vertx/src/{test/java/org/apache/camel/component/platform/http/vertx/PathCreator.java
=>
main/java/org/apache/camel/component/platform/http/vertx/ResponseWriteException.java}
(72%)
create mode 100644
components/camel-platform-http-vertx/src/test/java/org/apache/camel/component/platform/http/vertx/VertxPlatformHttpClientDisconnectTest.java