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 7b263642683 Regen
7b263642683 is described below

commit 7b2636426837411862a9ab1dccfc1c432405e0fe
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Thu May 22 12:54:45 2025 +0200

    Regen
---
 .../apache/camel/springboot/catalog/components/http.json   | 14 +++++++-------
 .../apache/camel/springboot/catalog/components/https.json  | 14 +++++++-------
 2 files changed, 14 insertions(+), 14 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/http.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/http.json
index 2d286f53234..f0eaddfe15d 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/http.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/http.json
@@ -125,10 +125,10 @@
     "httpContext": { "index": 33, "kind": "parameter", "displayName": "Http 
Context", "group": "advanced", "label": "advanced", "required": false, "type": 
"object", "javaType": "org.apache.hc.core5.http.protocol.HttpContext", 
"deprecated": false, "autowired": false, "secret": false, "description": "To 
use a custom HttpContext instance" },
     "maxTotalConnections": { "index": 34, "kind": "parameter", "displayName": 
"Max Total Connections", "group": "advanced", "label": "advanced", "required": 
false, "type": "integer", "javaType": "int", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": 200, "description": "The maximum number 
of connections." },
     "useSystemProperties": { "index": 35, "kind": "parameter", "displayName": 
"Use System Properties", "group": "advanced", "label": "advanced", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, "description": "To 
use System Properties as fallback for configuration for configuring HTTP 
Client" },
-    "proxyAuthDomain": { "index": 36, "kind": "parameter", "displayName": 
"Proxy Auth Domain", "group": "proxy", "label": "producer,proxy", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": true, 
"autowired": false, "secret": false, "description": "Proxy authentication 
domain to use with NTML" },
+    "proxyAuthDomain": { "index": 36, "kind": "parameter", "displayName": 
"Proxy Auth Domain", "group": "proxy", "label": "producer,proxy", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": true, 
"autowired": false, "secret": false, "description": "Proxy authentication 
domain to use with NTLM" },
     "proxyAuthHost": { "index": 37, "kind": "parameter", "displayName": "Proxy 
Auth Host", "group": "proxy", "label": "producer,proxy", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "Proxy authentication host" 
},
-    "proxyAuthMethod": { "index": 38, "kind": "parameter", "displayName": 
"Proxy Auth Method", "group": "proxy", "label": "producer,proxy", "required": 
false, "type": "string", "javaType": "java.lang.String", "enum": [ "Basic", 
"Digest", "NTLM" ], "deprecated": false, "autowired": false, "secret": false, 
"description": "Proxy authentication method to use" },
-    "proxyAuthNtHost": { "index": 39, "kind": "parameter", "displayName": 
"Proxy Auth Nt Host", "group": "proxy", "label": "producer,proxy", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": true, 
"autowired": false, "secret": false, "description": "Proxy authentication 
domain (workstation name) to use with NTML" },
+    "proxyAuthMethod": { "index": 38, "kind": "parameter", "displayName": 
"Proxy Auth Method", "group": "proxy", "label": "producer,proxy", "required": 
false, "type": "string", "javaType": "java.lang.String", "enum": [ "Basic", 
"Bearer", "NTLM" ], "deprecated": false, "autowired": false, "secret": false, 
"description": "Proxy authentication method to use" },
+    "proxyAuthNtHost": { "index": 39, "kind": "parameter", "displayName": 
"Proxy Auth Nt Host", "group": "proxy", "label": "producer,proxy", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": true, 
"autowired": false, "secret": false, "description": "Proxy authentication 
domain (workstation name) to use with NTLM" },
     "proxyAuthPassword": { "index": 40, "kind": "parameter", "displayName": 
"Proxy Auth Password", "group": "proxy", "label": "producer,proxy", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": true, "description": "Proxy authentication 
password" },
     "proxyAuthPort": { "index": 41, "kind": "parameter", "displayName": "Proxy 
Auth Port", "group": "proxy", "label": "producer,proxy", "required": false, 
"type": "integer", "javaType": "int", "deprecated": false, "autowired": false, 
"secret": false, "description": "Proxy authentication port" },
     "proxyAuthScheme": { "index": 42, "kind": "parameter", "displayName": 
"Proxy Auth Scheme", "group": "proxy", "label": "producer,proxy", "required": 
false, "type": "string", "javaType": "java.lang.String", "enum": [ "http", 
"https" ], "deprecated": false, "autowired": false, "secret": false, 
"description": "Proxy authentication scheme to use" },
@@ -136,11 +136,11 @@
     "proxyHost": { "index": 44, "kind": "parameter", "displayName": "Proxy 
Host", "group": "proxy", "label": "producer,proxy", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "Proxy hostname to use" },
     "proxyPort": { "index": 45, "kind": "parameter", "displayName": "Proxy 
Port", "group": "proxy", "label": "producer,proxy", "required": false, "type": 
"integer", "javaType": "int", "deprecated": false, "autowired": false, 
"secret": false, "description": "Proxy port to use" },
     "authBearerToken": { "index": 46, "kind": "parameter", "displayName": 
"Auth Bearer Token", "group": "security", "label": "producer,security", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": true, "description": 
"Authentication bearer token" },
-    "authDomain": { "index": 47, "kind": "parameter", "displayName": "Auth 
Domain", "group": "security", "label": "producer,security", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": true, 
"autowired": false, "secret": false, "description": "Authentication domain to 
use with NTML" },
+    "authDomain": { "index": 47, "kind": "parameter", "displayName": "Auth 
Domain", "group": "security", "label": "producer,security", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": true, 
"autowired": false, "secret": false, "description": "Authentication domain to 
use with NTLM" },
     "authenticationPreemptive": { "index": 48, "kind": "parameter", 
"displayName": "Authentication Preemptive", "group": "security", "label": 
"producer,security", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "If this option is true, camel-http sends 
preemptive basic authentication to the server." },
-    "authHost": { "index": 49, "kind": "parameter", "displayName": "Auth 
Host", "group": "security", "label": "producer,security", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": true, 
"autowired": false, "secret": false, "description": "Authentication host to use 
with NTML" },
-    "authMethod": { "index": 50, "kind": "parameter", "displayName": "Auth 
Method", "group": "security", "label": "producer,security", "required": false, 
"type": "string", "javaType": "java.lang.String", "enum": [ "Basic", "Bearer", 
"Digest", "NTLM" ], "deprecated": false, "autowired": false, "secret": false, 
"description": "Authentication methods allowed to use as a comma separated list 
of values Basic, Bearer, Digest or NTLM. (NTLM is deprecated)" },
-    "authMethodPriority": { "index": 51, "kind": "parameter", "displayName": 
"Auth Method Priority", "group": "security", "label": "producer,security", 
"required": false, "type": "string", "javaType": "java.lang.String", "enum": [ 
"Basic", "Bearer", "Digest", "NTLM" ], "deprecated": false, "autowired": false, 
"secret": false, "description": "Which authentication method to prioritize to 
use, either as Basic, Bearer, Digest or NTLM. (NTLM is deprecated)" },
+    "authHost": { "index": 49, "kind": "parameter", "displayName": "Auth 
Host", "group": "security", "label": "producer,security", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": true, 
"autowired": false, "secret": false, "description": "Authentication host to use 
with NTLM" },
+    "authMethod": { "index": 50, "kind": "parameter", "displayName": "Auth 
Method", "group": "security", "label": "producer,security", "required": false, 
"type": "string", "javaType": "java.lang.String", "enum": [ "Basic", "Bearer", 
"NTLM" ], "deprecated": false, "autowired": false, "secret": false, 
"description": "Authentication methods allowed to use as a comma separated list 
of values Basic, Bearer, or NTLM. (NTLM is deprecated)" },
+    "authMethodPriority": { "index": 51, "kind": "parameter", "displayName": 
"Auth Method Priority", "group": "security", "label": "producer,security", 
"required": false, "type": "string", "javaType": "java.lang.String", "enum": [ 
"Basic", "Bearer", "NTLM" ], "deprecated": false, "autowired": false, "secret": 
false, "description": "Which authentication method to prioritize to use, either 
as Basic, Bearer, or NTLM. (NTLM is deprecated)" },
     "authPassword": { "index": 52, "kind": "parameter", "displayName": "Auth 
Password", "group": "security", "label": "producer,security", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": true, "description": "Authentication password" },
     "authUsername": { "index": 53, "kind": "parameter", "displayName": "Auth 
Username", "group": "security", "label": "producer,security", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": true, "description": "Authentication username" },
     "oauth2CachedTokensDefaultExpirySeconds": { "index": 54, "kind": 
"parameter", "displayName": "Oauth2 Cached Tokens Default Expiry Seconds", 
"group": "security", "label": "producer,security", "required": false, "type": 
"integer", "javaType": "long", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": 3600, "description": "Default expiration time 
for cached OAuth2 tokens, in seconds. Used if token response does not contain 
'expires_in' field." },
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/https.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/https.json
index 444759c97d7..d7fcf7b10b8 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/https.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/https.json
@@ -125,10 +125,10 @@
     "httpContext": { "index": 33, "kind": "parameter", "displayName": "Http 
Context", "group": "advanced", "label": "advanced", "required": false, "type": 
"object", "javaType": "org.apache.hc.core5.http.protocol.HttpContext", 
"deprecated": false, "autowired": false, "secret": false, "description": "To 
use a custom HttpContext instance" },
     "maxTotalConnections": { "index": 34, "kind": "parameter", "displayName": 
"Max Total Connections", "group": "advanced", "label": "advanced", "required": 
false, "type": "integer", "javaType": "int", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": 200, "description": "The maximum number 
of connections." },
     "useSystemProperties": { "index": 35, "kind": "parameter", "displayName": 
"Use System Properties", "group": "advanced", "label": "advanced", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, "description": "To 
use System Properties as fallback for configuration for configuring HTTP 
Client" },
-    "proxyAuthDomain": { "index": 36, "kind": "parameter", "displayName": 
"Proxy Auth Domain", "group": "proxy", "label": "producer,proxy", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": true, 
"autowired": false, "secret": false, "description": "Proxy authentication 
domain to use with NTML" },
+    "proxyAuthDomain": { "index": 36, "kind": "parameter", "displayName": 
"Proxy Auth Domain", "group": "proxy", "label": "producer,proxy", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": true, 
"autowired": false, "secret": false, "description": "Proxy authentication 
domain to use with NTLM" },
     "proxyAuthHost": { "index": 37, "kind": "parameter", "displayName": "Proxy 
Auth Host", "group": "proxy", "label": "producer,proxy", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "Proxy authentication host" 
},
-    "proxyAuthMethod": { "index": 38, "kind": "parameter", "displayName": 
"Proxy Auth Method", "group": "proxy", "label": "producer,proxy", "required": 
false, "type": "string", "javaType": "java.lang.String", "enum": [ "Basic", 
"Digest", "NTLM" ], "deprecated": false, "autowired": false, "secret": false, 
"description": "Proxy authentication method to use" },
-    "proxyAuthNtHost": { "index": 39, "kind": "parameter", "displayName": 
"Proxy Auth Nt Host", "group": "proxy", "label": "producer,proxy", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": true, 
"autowired": false, "secret": false, "description": "Proxy authentication 
domain (workstation name) to use with NTML" },
+    "proxyAuthMethod": { "index": 38, "kind": "parameter", "displayName": 
"Proxy Auth Method", "group": "proxy", "label": "producer,proxy", "required": 
false, "type": "string", "javaType": "java.lang.String", "enum": [ "Basic", 
"Bearer", "NTLM" ], "deprecated": false, "autowired": false, "secret": false, 
"description": "Proxy authentication method to use" },
+    "proxyAuthNtHost": { "index": 39, "kind": "parameter", "displayName": 
"Proxy Auth Nt Host", "group": "proxy", "label": "producer,proxy", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": true, 
"autowired": false, "secret": false, "description": "Proxy authentication 
domain (workstation name) to use with NTLM" },
     "proxyAuthPassword": { "index": 40, "kind": "parameter", "displayName": 
"Proxy Auth Password", "group": "proxy", "label": "producer,proxy", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": true, "description": "Proxy authentication 
password" },
     "proxyAuthPort": { "index": 41, "kind": "parameter", "displayName": "Proxy 
Auth Port", "group": "proxy", "label": "producer,proxy", "required": false, 
"type": "integer", "javaType": "int", "deprecated": false, "autowired": false, 
"secret": false, "description": "Proxy authentication port" },
     "proxyAuthScheme": { "index": 42, "kind": "parameter", "displayName": 
"Proxy Auth Scheme", "group": "proxy", "label": "producer,proxy", "required": 
false, "type": "string", "javaType": "java.lang.String", "enum": [ "http", 
"https" ], "deprecated": false, "autowired": false, "secret": false, 
"description": "Proxy authentication scheme to use" },
@@ -136,11 +136,11 @@
     "proxyHost": { "index": 44, "kind": "parameter", "displayName": "Proxy 
Host", "group": "proxy", "label": "producer,proxy", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "Proxy hostname to use" },
     "proxyPort": { "index": 45, "kind": "parameter", "displayName": "Proxy 
Port", "group": "proxy", "label": "producer,proxy", "required": false, "type": 
"integer", "javaType": "int", "deprecated": false, "autowired": false, 
"secret": false, "description": "Proxy port to use" },
     "authBearerToken": { "index": 46, "kind": "parameter", "displayName": 
"Auth Bearer Token", "group": "security", "label": "producer,security", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": true, "description": 
"Authentication bearer token" },
-    "authDomain": { "index": 47, "kind": "parameter", "displayName": "Auth 
Domain", "group": "security", "label": "producer,security", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": true, 
"autowired": false, "secret": false, "description": "Authentication domain to 
use with NTML" },
+    "authDomain": { "index": 47, "kind": "parameter", "displayName": "Auth 
Domain", "group": "security", "label": "producer,security", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": true, 
"autowired": false, "secret": false, "description": "Authentication domain to 
use with NTLM" },
     "authenticationPreemptive": { "index": 48, "kind": "parameter", 
"displayName": "Authentication Preemptive", "group": "security", "label": 
"producer,security", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "If this option is true, camel-http sends 
preemptive basic authentication to the server." },
-    "authHost": { "index": 49, "kind": "parameter", "displayName": "Auth 
Host", "group": "security", "label": "producer,security", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": true, 
"autowired": false, "secret": false, "description": "Authentication host to use 
with NTML" },
-    "authMethod": { "index": 50, "kind": "parameter", "displayName": "Auth 
Method", "group": "security", "label": "producer,security", "required": false, 
"type": "string", "javaType": "java.lang.String", "enum": [ "Basic", "Bearer", 
"Digest", "NTLM" ], "deprecated": false, "autowired": false, "secret": false, 
"description": "Authentication methods allowed to use as a comma separated list 
of values Basic, Bearer, Digest or NTLM. (NTLM is deprecated)" },
-    "authMethodPriority": { "index": 51, "kind": "parameter", "displayName": 
"Auth Method Priority", "group": "security", "label": "producer,security", 
"required": false, "type": "string", "javaType": "java.lang.String", "enum": [ 
"Basic", "Bearer", "Digest", "NTLM" ], "deprecated": false, "autowired": false, 
"secret": false, "description": "Which authentication method to prioritize to 
use, either as Basic, Bearer, Digest or NTLM. (NTLM is deprecated)" },
+    "authHost": { "index": 49, "kind": "parameter", "displayName": "Auth 
Host", "group": "security", "label": "producer,security", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": true, 
"autowired": false, "secret": false, "description": "Authentication host to use 
with NTLM" },
+    "authMethod": { "index": 50, "kind": "parameter", "displayName": "Auth 
Method", "group": "security", "label": "producer,security", "required": false, 
"type": "string", "javaType": "java.lang.String", "enum": [ "Basic", "Bearer", 
"NTLM" ], "deprecated": false, "autowired": false, "secret": false, 
"description": "Authentication methods allowed to use as a comma separated list 
of values Basic, Bearer, or NTLM. (NTLM is deprecated)" },
+    "authMethodPriority": { "index": 51, "kind": "parameter", "displayName": 
"Auth Method Priority", "group": "security", "label": "producer,security", 
"required": false, "type": "string", "javaType": "java.lang.String", "enum": [ 
"Basic", "Bearer", "NTLM" ], "deprecated": false, "autowired": false, "secret": 
false, "description": "Which authentication method to prioritize to use, either 
as Basic, Bearer, or NTLM. (NTLM is deprecated)" },
     "authPassword": { "index": 52, "kind": "parameter", "displayName": "Auth 
Password", "group": "security", "label": "producer,security", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": true, "description": "Authentication password" },
     "authUsername": { "index": 53, "kind": "parameter", "displayName": "Auth 
Username", "group": "security", "label": "producer,security", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": true, "description": "Authentication username" },
     "oauth2CachedTokensDefaultExpirySeconds": { "index": 54, "kind": 
"parameter", "displayName": "Oauth2 Cached Tokens Default Expiry Seconds", 
"group": "security", "label": "producer,security", "required": false, "type": 
"integer", "javaType": "long", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": 3600, "description": "Default expiration time 
for cached OAuth2 tokens, in seconds. Used if token response does not contain 
'expires_in' field." },

Reply via email to