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 a35c9683b86 [create-pull-request] automated change (#1791)
a35c9683b86 is described below

commit a35c9683b860daee84e689e090095a79e6ae7460
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue May 19 17:12:08 2026 +0200

    [create-pull-request] automated change (#1791)
    
    Co-authored-by: oscerd <[email protected]>
---
 components-starter/camel-http-starter/src/main/docs/http.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components-starter/camel-http-starter/src/main/docs/http.json 
b/components-starter/camel-http-starter/src/main/docs/http.json
index b851db98112..6c5608495b5 100644
--- a/components-starter/camel-http-starter/src/main/docs/http.json
+++ b/components-starter/camel-http-starter/src/main/docs/http.json
@@ -36,7 +36,7 @@
     {
       "name": "camel.component.http.automatic-retries-disabled",
       "type": "java.lang.Boolean",
-      "description": "Disables automatic request recovery and re-execution",
+      "description": "Disables automatic request recovery and re-execution. 
This is useful when a server responds with HTTP 429 (Too Many Requests) and 
includes a long Retry-After header, which would otherwise cause the client to 
wait (and appear to hang) before retrying.",
       "sourceType": 
"org.apache.camel.component.http.springboot.HttpComponentConfiguration",
       "defaultValue": false
     },

Reply via email to