This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git
from 5f0d8878913 chore(vertx-http-cleanup): replace deprecated methods
(#8665)
add a9b14bb151f CAMEL-18663: camel-vertx-http: allow to configure
WebClientOptions at component level (#8664)
No new revisions were added by this update.
Summary of changes:
.../camel/catalog/components/vertx-http.json | 1 +
.../vertx/http/VertxHttpComponentConfigurer.java | 6 ++
.../camel/component/vertx/http/vertx-http.json | 1 +
.../component/vertx/http/VertxHttpComponent.java | 17 +++++
.../vertx/http/VertxHttpCustomWebClientTest.java | 76 ++++++++++++++++++++++
.../dsl/VertxHttpComponentBuilderFactory.java | 18 +++++
6 files changed, 119 insertions(+)
create mode 100644
components/camel-vertx/camel-vertx-http/src/test/java/org/apache/camel/component/vertx/http/VertxHttpCustomWebClientTest.java