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 be53c26eea1 camel-controlbus - Fix list of languages in the endpoint
option that was out of sync
add 5f0d8878913 chore(vertx-http-cleanup): replace deprecated methods
(#8665)
add a9b14bb151f CAMEL-18663: camel-vertx-http: allow to configure
WebClientOptions at component level (#8664)
add 771746f8fb1 (chores) camel-plc4x: removed incorrect documentation file
(#8666)
add f39b4a712fa Regen for commit 771746f8fb1c7df8ad21ade947b1f6059a02e2d4
No new revisions were added by this update.
Summary of changes:
.../camel/catalog/components/vertx-http.json | 1 +
components/camel-plc4x/src/main/docs/PLC4X.adoc | 64 ------------------
.../camel-plc4x/src/main/docs/plc4x-component.adoc | 15 +++++
.../vertx/http/VertxHttpComponentConfigurer.java | 6 ++
.../camel/component/vertx/http/vertx-http.json | 1 +
.../component/vertx/http/VertxHttpComponent.java | 17 +++++
.../component/vertx/http/VertxHttpHelper.java | 3 +-
.../vertx/http/VertxHttpCustomWebClientTest.java | 76 ++++++++++++++++++++++
.../vertx/http/VertxHttpSendDynamicAwareTest.java | 10 +--
docs/components/modules/others/nav.adoc | 1 -
docs/components/modules/others/pages/PLC4X.adoc | 1 -
.../dsl/VertxHttpComponentBuilderFactory.java | 18 +++++
12 files changed, 141 insertions(+), 72 deletions(-)
delete mode 100644 components/camel-plc4x/src/main/docs/PLC4X.adoc
create mode 100644
components/camel-vertx/camel-vertx-http/src/test/java/org/apache/camel/component/vertx/http/VertxHttpCustomWebClientTest.java
delete mode 120000 docs/components/modules/others/pages/PLC4X.adoc