You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/05/06 11:10:27 UTC

[camel] branch main updated: Regen for commit 945923fd798ea51f29b7303fb71c7375f3e52c81

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

acosentino 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 12c9d8a0edd Regen for commit 945923fd798ea51f29b7303fb71c7375f3e52c81
12c9d8a0edd is described below

commit 12c9d8a0edd3e01ac6b38e0cc6fb8ac474842962
Author: davsclaus <da...@users.noreply.github.com>
AuthorDate: Sat May 6 11:00:47 2023 +0000

    Regen for commit 945923fd798ea51f29b7303fb71c7375f3e52c81
    
    Signed-off-by: GitHub <no...@github.com>
---
 .../endpoint/dsl/AS2EndpointBuilderFactory.java    |  12 +--
 .../dsl/CosmosDbEndpointBuilderFactory.java        | 108 ++++++++++++++++++++-
 2 files changed, 111 insertions(+), 9 deletions(-)

diff --git a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/AS2EndpointBuilderFactory.java b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/AS2EndpointBuilderFactory.java
index f21f9aa554a..6fb7fc37cf7 100644
--- a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/AS2EndpointBuilderFactory.java
+++ b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/AS2EndpointBuilderFactory.java
@@ -219,7 +219,7 @@ public interface AS2EndpointBuilderFactory {
         }
         /**
          * The content type of EDI message. One of application/edifact,
-         * application/edi-x12, application/edi-consent.
+         * application/edi-x12, application/edi-consent, application/xml.
          * 
          * The option is a:
          * &lt;code&gt;org.apache.http.entity.ContentType&lt;/code&gt; type.
@@ -236,7 +236,7 @@ public interface AS2EndpointBuilderFactory {
         }
         /**
          * The content type of EDI message. One of application/edifact,
-         * application/edi-x12, application/edi-consent.
+         * application/edi-x12, application/edi-consent, application/xml.
          * 
          * The option will be converted to a
          * &lt;code&gt;org.apache.http.entity.ContentType&lt;/code&gt; type.
@@ -1180,7 +1180,7 @@ public interface AS2EndpointBuilderFactory {
         }
         /**
          * The content type of EDI message. One of application/edifact,
-         * application/edi-x12, application/edi-consent.
+         * application/edi-x12, application/edi-consent, application/xml.
          * 
          * The option is a:
          * &lt;code&gt;org.apache.http.entity.ContentType&lt;/code&gt; type.
@@ -1197,7 +1197,7 @@ public interface AS2EndpointBuilderFactory {
         }
         /**
          * The content type of EDI message. One of application/edifact,
-         * application/edi-x12, application/edi-consent.
+         * application/edi-x12, application/edi-consent, application/xml.
          * 
          * The option will be converted to a
          * &lt;code&gt;org.apache.http.entity.ContentType&lt;/code&gt; type.
@@ -2120,7 +2120,7 @@ public interface AS2EndpointBuilderFactory {
         }
         /**
          * The content type of EDI message. One of application/edifact,
-         * application/edi-x12, application/edi-consent.
+         * application/edi-x12, application/edi-consent, application/xml.
          * 
          * The option is a:
          * &lt;code&gt;org.apache.http.entity.ContentType&lt;/code&gt; type.
@@ -2137,7 +2137,7 @@ public interface AS2EndpointBuilderFactory {
         }
         /**
          * The content type of EDI message. One of application/edifact,
-         * application/edi-x12, application/edi-consent.
+         * application/edi-x12, application/edi-consent, application/xml.
          * 
          * The option will be converted to a
          * &lt;code&gt;org.apache.http.entity.ContentType&lt;/code&gt; type.
diff --git a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/CosmosDbEndpointBuilderFactory.java b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/CosmosDbEndpointBuilderFactory.java
index 7d4ac81b1a2..97947928f7d 100644
--- a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/CosmosDbEndpointBuilderFactory.java
+++ b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/CosmosDbEndpointBuilderFactory.java
@@ -679,7 +679,6 @@ public interface CosmosDbEndpointBuilderFactory {
          * 
          * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
          * 
-         * Required: true
          * Group: security
          * 
          * @param accountKey the value to set
@@ -689,6 +688,41 @@ public interface CosmosDbEndpointBuilderFactory {
             doSetProperty("accountKey", accountKey);
             return this;
         }
+        /**
+         * Indicates whether to use the default identity mechanism instead of
+         * the access key.
+         * 
+         * The option is a: &lt;code&gt;boolean&lt;/code&gt; type.
+         * 
+         * Default: false
+         * Group: security
+         * 
+         * @param useDefaultIdentity the value to set
+         * @return the dsl builder
+         */
+        default CosmosDbEndpointConsumerBuilder useDefaultIdentity(
+                boolean useDefaultIdentity) {
+            doSetProperty("useDefaultIdentity", useDefaultIdentity);
+            return this;
+        }
+        /**
+         * Indicates whether to use the default identity mechanism instead of
+         * the access key.
+         * 
+         * The option will be converted to a &lt;code&gt;boolean&lt;/code&gt;
+         * type.
+         * 
+         * Default: false
+         * Group: security
+         * 
+         * @param useDefaultIdentity the value to set
+         * @return the dsl builder
+         */
+        default CosmosDbEndpointConsumerBuilder useDefaultIdentity(
+                String useDefaultIdentity) {
+            doSetProperty("useDefaultIdentity", useDefaultIdentity);
+            return this;
+        }
     }
 
     /**
@@ -1415,7 +1449,6 @@ public interface CosmosDbEndpointBuilderFactory {
          * 
          * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
          * 
-         * Required: true
          * Group: security
          * 
          * @param accountKey the value to set
@@ -1425,6 +1458,41 @@ public interface CosmosDbEndpointBuilderFactory {
             doSetProperty("accountKey", accountKey);
             return this;
         }
+        /**
+         * Indicates whether to use the default identity mechanism instead of
+         * the access key.
+         * 
+         * The option is a: &lt;code&gt;boolean&lt;/code&gt; type.
+         * 
+         * Default: false
+         * Group: security
+         * 
+         * @param useDefaultIdentity the value to set
+         * @return the dsl builder
+         */
+        default CosmosDbEndpointProducerBuilder useDefaultIdentity(
+                boolean useDefaultIdentity) {
+            doSetProperty("useDefaultIdentity", useDefaultIdentity);
+            return this;
+        }
+        /**
+         * Indicates whether to use the default identity mechanism instead of
+         * the access key.
+         * 
+         * The option will be converted to a &lt;code&gt;boolean&lt;/code&gt;
+         * type.
+         * 
+         * Default: false
+         * Group: security
+         * 
+         * @param useDefaultIdentity the value to set
+         * @return the dsl builder
+         */
+        default CosmosDbEndpointProducerBuilder useDefaultIdentity(
+                String useDefaultIdentity) {
+            doSetProperty("useDefaultIdentity", useDefaultIdentity);
+            return this;
+        }
     }
 
     /**
@@ -1964,7 +2032,6 @@ public interface CosmosDbEndpointBuilderFactory {
          * 
          * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
          * 
-         * Required: true
          * Group: security
          * 
          * @param accountKey the value to set
@@ -1974,6 +2041,41 @@ public interface CosmosDbEndpointBuilderFactory {
             doSetProperty("accountKey", accountKey);
             return this;
         }
+        /**
+         * Indicates whether to use the default identity mechanism instead of
+         * the access key.
+         * 
+         * The option is a: &lt;code&gt;boolean&lt;/code&gt; type.
+         * 
+         * Default: false
+         * Group: security
+         * 
+         * @param useDefaultIdentity the value to set
+         * @return the dsl builder
+         */
+        default CosmosDbEndpointBuilder useDefaultIdentity(
+                boolean useDefaultIdentity) {
+            doSetProperty("useDefaultIdentity", useDefaultIdentity);
+            return this;
+        }
+        /**
+         * Indicates whether to use the default identity mechanism instead of
+         * the access key.
+         * 
+         * The option will be converted to a &lt;code&gt;boolean&lt;/code&gt;
+         * type.
+         * 
+         * Default: false
+         * Group: security
+         * 
+         * @param useDefaultIdentity the value to set
+         * @return the dsl builder
+         */
+        default CosmosDbEndpointBuilder useDefaultIdentity(
+                String useDefaultIdentity) {
+            doSetProperty("useDefaultIdentity", useDefaultIdentity);
+            return this;
+        }
     }
 
     /**