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

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 7d59cfce9d0 Regen for commit b09eb5761504d34df8e5bad836a91e3a9dab799a
7d59cfce9d0 is described below

commit 7d59cfce9d010a836d0462ec99e59ba14530f43c
Author: orpiske <[email protected]>
AuthorDate: Fri Jul 8 15:58:15 2022 +0000

    Regen for commit b09eb5761504d34df8e5bad836a91e3a9dab799a
    
    Signed-off-by: GitHub <[email protected]>
---
 .../camel/catalog/components/splunk-hec.json       |  8 ++---
 .../apache/camel/catalog/components/splunk.json    |  3 +-
 .../src/generated/resources/metadata.json          |  4 +--
 .../endpoint/dsl/HttpEndpointBuilderFactory.java   | 35 ++++++++++++++++++++++
 .../dsl/ResteasyEndpointBuilderFactory.java        | 35 ++++++++++++++++++++++
 5 files changed, 78 insertions(+), 7 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/splunk-hec.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/splunk-hec.json
index 64c5b814b47..00aed4b03a7 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/splunk-hec.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/splunk-hec.json
@@ -11,7 +11,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-splunk-hec",
-    "version": "3.18.0-SNAPSHOT",
+    "version": "3.19.0-SNAPSHOT",
     "scheme": "splunk-hec",
     "extendsScheme": "",
     "syntax": "splunk-hec:splunkURL\/token",
@@ -29,11 +29,11 @@
     "CamelSplunkHECIndexTime": { "kind": "header", "displayName": "", "group": 
"producer", "label": "", "required": false, "javaType": "Long", "deprecated": 
false, "deprecationNote": "", "autowired": false, "secret": false, 
"description": "Epoch-formatted time. Specify with the time query string 
parameter. Sets a default for all events in the request. The default time can 
be overridden.", "constantName": 
"org.apache.camel.component.splunkhec.SplunkHECConstants#INDEX_TIME" }
   },
   "properties": {
-    "splunkURL": { "kind": "path", "displayName": "Splunk URL", "group": 
"producer", "label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Splunk Host URL" },
-    "token": { "kind": "path", "displayName": "Token", "group": "security", 
"label": "security", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Splunk authorization token" },
+    "splunkURL": { "kind": "path", "displayName": "Splunk URL", "group": 
"producer", "label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Splunk Host and Port (example: 
my_splunk_server:8089)" },
+    "token": { "kind": "path", "displayName": "Token", "group": "security", 
"label": "security", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Splunk HEC token (this is the token 
created for HEC and not the user's token)" },
     "bodyOnly": { "kind": "parameter", "displayName": "Body Only", "group": 
"producer", "label": "", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "configurationClass": 
"org.apache.camel.component.splunkhec.SplunkHECConfiguration", 
"configurationField": "configuration", "description": "Send only the message 
body" },
     "headersOnly": { "kind": "parameter", "displayName": "Headers Only", 
"group": "producer", "label": "", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.splunkhec.SplunkHECConfiguration", 
"configurationField": "configuration", "description": "Send only message 
headers" },
-    "host": { "kind": "parameter", "displayName": "Host", "group": "producer", 
"label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.splunkhec.SplunkHECConfiguration", 
"configurationField": "configuration", "description": "Splunk host." },
+    "host": { "kind": "parameter", "displayName": "Host", "group": "producer", 
"label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.splunkhec.SplunkHECConfiguration", 
"configurationField": "configuration", "description": "Splunk host field of the 
event message. This is not the Splunk host to connect to." },
     "index": { "kind": "parameter", "displayName": "Index", "group": 
"producer", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "camel", "configurationClass": 
"org.apache.camel.component.splunkhec.SplunkHECConfiguration", 
"configurationField": "configuration", "description": "Splunk index to write 
to" },
     "source": { "kind": "parameter", "displayName": "Source", "group": 
"producer", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "camel", "configurationClass": 
"org.apache.camel.component.splunkhec.SplunkHECConfiguration", 
"configurationField": "configuration", "description": "Splunk source argument" 
},
     "sourceType": { "kind": "parameter", "displayName": "Source Type", 
"group": "producer", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "camel", "configurationClass": 
"org.apache.camel.component.splunkhec.SplunkHECConfiguration", 
"configurationField": "configuration", "description": "Splunk sourcetype 
argument" },
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/splunk.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/splunk.json
index 4236ed2e11b..4294082ce19 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/splunk.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/splunk.json
@@ -11,7 +11,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-splunk",
-    "version": "3.18.0-SNAPSHOT",
+    "version": "3.19.0-SNAPSHOT",
     "scheme": "splunk",
     "extendsScheme": "",
     "syntax": "splunk:name",
@@ -71,6 +71,7 @@
     "useFixedDelay": { "kind": "parameter", "displayName": "Use Fixed Delay", 
"group": "scheduler", "label": "consumer,scheduler", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": true, "description": "Controls if fixed delay 
or fixed rate is used. See ScheduledExecutorService in JDK for details." },
     "password": { "kind": "parameter", "displayName": "Password", "group": 
"security", "label": "security", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": true, "configurationClass": 
"org.apache.camel.component.splunk.SplunkConfiguration", "configurationField": 
"configuration", "description": "Password for Splunk" },
     "sslProtocol": { "kind": "parameter", "displayName": "Ssl Protocol", 
"group": "security", "label": "security", "required": false, "type": "object", 
"javaType": "com.splunk.SSLSecurityProtocol", "enum": [ "TLSv1.2", "TLSv1.1", 
"TLSv1", "SSLv3" ], "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "TLSv1.2", "configurationClass": 
"org.apache.camel.component.splunk.SplunkConfiguration", "configurationField": 
"configuration", "description": "Set the ssl protocol to [...]
+    "token": { "kind": "parameter", "displayName": "Token", "group": 
"security", "label": "security", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": true, "configurationClass": 
"org.apache.camel.component.splunk.SplunkConfiguration", "configurationField": 
"configuration", "description": "User's token for Splunk. This takes precedence 
over password when both are set" },
     "username": { "kind": "parameter", "displayName": "Username", "group": 
"security", "label": "security", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": true, "configurationClass": 
"org.apache.camel.component.splunk.SplunkConfiguration", "configurationField": 
"configuration", "description": "Username for Splunk" },
     "useSunHttpsHandler": { "kind": "parameter", "displayName": "Use Sun Https 
Handler", "group": "security", "label": "security", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.splunk.SplunkConfiguration", "configurationField": 
"configuration", "description": "Use sun.net.www.protocol.https.Handler Https 
handler to establish the Splunk Connecti [...]
   }
diff --git a/dsl/camel-componentdsl/src/generated/resources/metadata.json 
b/dsl/camel-componentdsl/src/generated/resources/metadata.json
index b733e2b03ed..2185c338a2e 100644
--- a/dsl/camel-componentdsl/src/generated/resources/metadata.json
+++ b/dsl/camel-componentdsl/src/generated/resources/metadata.json
@@ -6471,7 +6471,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-splunk",
-    "version": "3.18.0-SNAPSHOT",
+    "version": "3.19.0-SNAPSHOT",
     "scheme": "splunk",
     "extendsScheme": "",
     "syntax": "splunk:name",
@@ -6493,7 +6493,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-splunk-hec",
-    "version": "3.18.0-SNAPSHOT",
+    "version": "3.19.0-SNAPSHOT",
     "scheme": "splunk-hec",
     "extendsScheme": "",
     "syntax": "splunk-hec:splunkURL\/token",
diff --git 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/HttpEndpointBuilderFactory.java
 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/HttpEndpointBuilderFactory.java
index d1412062518..360bc02b245 100644
--- 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/HttpEndpointBuilderFactory.java
+++ 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/HttpEndpointBuilderFactory.java
@@ -935,6 +935,41 @@ public interface HttpEndpointBuilderFactory {
             doSetProperty("deleteWithBody", deleteWithBody);
             return this;
         }
+        /**
+         * Whether to the HTTP request should follow redirects. By default the
+         * HTTP request does not follow redirects.
+         * 
+         * The option is a: &lt;code&gt;boolean&lt;/code&gt; type.
+         * 
+         * Default: false
+         * Group: producer (advanced)
+         * 
+         * @param followRedirects the value to set
+         * @return the dsl builder
+         */
+        default AdvancedHttpEndpointBuilder followRedirects(
+                boolean followRedirects) {
+            doSetProperty("followRedirects", followRedirects);
+            return this;
+        }
+        /**
+         * Whether to the HTTP request should follow redirects. By default the
+         * HTTP request does not follow redirects.
+         * 
+         * The option will be converted to a &lt;code&gt;boolean&lt;/code&gt;
+         * type.
+         * 
+         * Default: false
+         * Group: producer (advanced)
+         * 
+         * @param followRedirects the value to set
+         * @return the dsl builder
+         */
+        default AdvancedHttpEndpointBuilder followRedirects(
+                String followRedirects) {
+            doSetProperty("followRedirects", followRedirects);
+            return this;
+        }
         /**
          * Whether the HTTP GET should include the message body or not. By
          * default HTTP GET do not include any HTTP body. However in some rare
diff --git 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/ResteasyEndpointBuilderFactory.java
 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/ResteasyEndpointBuilderFactory.java
index cfad1af6563..07e7d9113d0 100644
--- 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/ResteasyEndpointBuilderFactory.java
+++ 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/ResteasyEndpointBuilderFactory.java
@@ -1319,6 +1319,41 @@ public interface ResteasyEndpointBuilderFactory {
             doSetProperty("deleteWithBody", deleteWithBody);
             return this;
         }
+        /**
+         * Whether to the HTTP request should follow redirects. By default the
+         * HTTP request does not follow redirects.
+         * 
+         * The option is a: &lt;code&gt;boolean&lt;/code&gt; type.
+         * 
+         * Default: false
+         * Group: producer (advanced)
+         * 
+         * @param followRedirects the value to set
+         * @return the dsl builder
+         */
+        default AdvancedResteasyEndpointProducerBuilder followRedirects(
+                boolean followRedirects) {
+            doSetProperty("followRedirects", followRedirects);
+            return this;
+        }
+        /**
+         * Whether to the HTTP request should follow redirects. By default the
+         * HTTP request does not follow redirects.
+         * 
+         * The option will be converted to a &lt;code&gt;boolean&lt;/code&gt;
+         * type.
+         * 
+         * Default: false
+         * Group: producer (advanced)
+         * 
+         * @param followRedirects the value to set
+         * @return the dsl builder
+         */
+        default AdvancedResteasyEndpointProducerBuilder followRedirects(
+                String followRedirects) {
+            doSetProperty("followRedirects", followRedirects);
+            return this;
+        }
         /**
          * Whether the HTTP GET should include the message body or not. By
          * default HTTP GET do not include any HTTP body. However in some rare

Reply via email to