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

commit e1e85725adee1b04d2e44632d52dcab973fc07eb
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Fri Nov 10 19:40:02 2023 +0100

    Regen
---
 .../org/apache/camel/springboot/catalog/components/vertx-http.json      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/vertx-http.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/vertx-http.json
index 17417fd5d5c..9e3de812eee 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/vertx-http.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/vertx-http.json
@@ -57,7 +57,7 @@
     "connectTimeout": { "index": 1, "kind": "parameter", "displayName": 
"Connect Timeout", "group": "producer", "label": "producer", "required": false, 
"type": "integer", "javaType": "int", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": 60000, "configurationClass": 
"org.apache.camel.component.vertx.http.VertxHttpConfiguration", 
"configurationField": "configuration", "description": "The amount of time in 
milliseconds until a connection is established. A timeout  [...]
     "cookieStore": { "index": 2, "kind": "parameter", "displayName": "Cookie 
Store", "group": "producer", "label": "producer", "required": false, "type": 
"object", "javaType": "io.vertx.ext.web.client.spi.CookieStore", "deprecated": 
false, "autowired": false, "secret": false, "defaultValue": 
"InMemoryCookieStore", "configurationClass": 
"org.apache.camel.component.vertx.http.VertxHttpConfiguration", 
"configurationField": "configuration", "description": "A custom CookieStore to 
use when se [...]
     "headerFilterStrategy": { "index": 3, "kind": "parameter", "displayName": 
"Header Filter Strategy", "group": "producer", "label": "producer", "required": 
false, "type": "object", "javaType": 
"org.apache.camel.spi.HeaderFilterStrategy", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": "VertxHttpHeaderFilterStrategy", 
"configurationClass": 
"org.apache.camel.component.vertx.http.VertxHttpConfiguration", 
"configurationField": "configuration", "description": "A cu [...]
-    "httpMethod": { "index": 4, "kind": "parameter", "displayName": "Http 
Method", "group": "producer", "label": "producer", "required": false, "type": 
"object", "javaType": "io.vertx.core.http.HttpMethod", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.vertx.http.VertxHttpConfiguration", 
"configurationField": "configuration", "description": "The HTTP method to use. 
The HttpMethod header cannot override this option if set" },
+    "httpMethod": { "index": 4, "kind": "parameter", "displayName": "Http 
Method", "group": "producer", "label": "producer", "required": false, "type": 
"object", "javaType": "io.vertx.core.http.HttpMethod", "enum": [ "OPTIONS", 
"GET", "HEAD", "POST", "PUT", "DELETE", "TRACE", "CONNECT", "PATCH", 
"PROPFIND", "PROPPATCH", "MKCOL", "COPY", "MOVE", "LOCK", "UNLOCK", 
"MKCALENDAR", "VERSION_CONTROL", "REPORT", "CHECKIN", "CHECKOUT", "UNCHECKOUT", 
"MKWORKSPACE", "UPDATE", "LABEL", "MERGE", "BAS [...]
     "okStatusCodeRange": { "index": 5, "kind": "parameter", "displayName": "Ok 
Status Code Range", "group": "producer", "label": "producer", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "200-299", 
"configurationClass": 
"org.apache.camel.component.vertx.http.VertxHttpConfiguration", 
"configurationField": "configuration", "description": "The status codes which 
are considered a success response [...]
     "responsePayloadAsByteArray": { "index": 6, "kind": "parameter", 
"displayName": "Response Payload As Byte Array", "group": "producer", "label": 
"producer", "required": false, "type": "boolean", "javaType": "boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": true, 
"configurationClass": 
"org.apache.camel.component.vertx.http.VertxHttpConfiguration", 
"configurationField": "configuration", "description": "Whether the response 
body should be byte or as io. [...]
     "sessionManagement": { "index": 7, "kind": "parameter", "displayName": 
"Session Management", "group": "producer", "label": "producer", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, 
"configurationClass": 
"org.apache.camel.component.vertx.http.VertxHttpConfiguration", 
"configurationField": "configuration", "description": "Enables session 
management via WebClientSession. By default the client [...]

Reply via email to