This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new f57aabb9687 [create-pull-request] automated change (#1653)
f57aabb9687 is described below

commit f57aabb968748baa5c5b1815e20216a6b6942247
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Feb 7 08:21:14 2026 +0100

    [create-pull-request] automated change (#1653)
    
    Co-authored-by: oscerd <[email protected]>
---
 .../camel-vertx-http-starter/src/main/docs/vertx-http.json          | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git 
a/components-starter/camel-vertx-http-starter/src/main/docs/vertx-http.json 
b/components-starter/camel-vertx-http-starter/src/main/docs/vertx-http.json
index 7e5e0ccb779..f9edccdbc5f 100644
--- a/components-starter/camel-vertx-http-starter/src/main/docs/vertx-http.json
+++ b/components-starter/camel-vertx-http-starter/src/main/docs/vertx-http.json
@@ -112,6 +112,12 @@
       "description": "To configure security using SSLContextParameters. The 
option is a org.apache.camel.support.jsse.SSLContextParameters type.",
       "sourceType": 
"org.apache.camel.component.vertx.http.springboot.VertxHttpComponentConfiguration"
     },
+    {
+      "name": "camel.component.vertx-http.tracing-policy",
+      "type": "io.vertx.core.tracing.TracingPolicy",
+      "description": "The tracing policy used by the HTTP client when 
integrating with observability frameworks such as OpenTelemetry. If not 
specified the HTTP client applies a default tracing policy of PROPAGATE.",
+      "sourceType": 
"org.apache.camel.component.vertx.http.springboot.VertxHttpComponentConfiguration"
+    },
     {
       "name": "camel.component.vertx-http.use-global-ssl-context-parameters",
       "type": "java.lang.Boolean",

Reply via email to