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 a4d6b07aaeb Regen for commit 1cc487cb7eb7b2b99b9cfd8b957966367acc469f
a4d6b07aaeb is described below

commit a4d6b07aaeb9487e2aeece98996ac6fce9e74840
Author: oscerd <osc...@users.noreply.github.com>
AuthorDate: Fri Jan 27 17:18:42 2023 +0000

    Regen for commit 1cc487cb7eb7b2b99b9cfd8b957966367acc469f
    
    Signed-off-by: GitHub <nore...@github.com>
---
 .../endpoint/dsl/AS2EndpointBuilderFactory.java    | 228 ++++++++++-----------
 1 file changed, 114 insertions(+), 114 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 6a3a6e710d1..0e4765d8b13 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
@@ -584,44 +584,6 @@ public interface AS2EndpointBuilderFactory {
             doSetProperty("userAgent", userAgent);
             return this;
         }
-        /**
-         * Certifiates to validate the messages signature against. If not
-         * supplied, validation will not take place. Server: validates the
-         * received message. Client: not yet implemented, should validate the
-         * MDN.
-         * 
-         * The option is a:
-         * &lt;code&gt;java.security.cert.Certificate[]&lt;/code&gt; type.
-         * 
-         * Group: security
-         * 
-         * @param validateSigningCertificateChain the value to set
-         * @return the dsl builder
-         */
-        default AS2EndpointConsumerBuilder validateSigningCertificateChain(
-                java.security.cert.Certificate[] 
validateSigningCertificateChain) {
-            doSetProperty("validateSigningCertificateChain", 
validateSigningCertificateChain);
-            return this;
-        }
-        /**
-         * Certifiates to validate the messages signature against. If not
-         * supplied, validation will not take place. Server: validates the
-         * received message. Client: not yet implemented, should validate the
-         * MDN.
-         * 
-         * The option will be converted to a
-         * &lt;code&gt;java.security.cert.Certificate[]&lt;/code&gt; type.
-         * 
-         * Group: security
-         * 
-         * @param validateSigningCertificateChain the value to set
-         * @return the dsl builder
-         */
-        default AS2EndpointConsumerBuilder validateSigningCertificateChain(
-                String validateSigningCertificateChain) {
-            doSetProperty("validateSigningCertificateChain", 
validateSigningCertificateChain);
-            return this;
-        }
         /**
          * The key used to encrypt the EDI message.
          * 
@@ -849,6 +811,44 @@ public interface AS2EndpointBuilderFactory {
             doSetProperty("signingPrivateKey", signingPrivateKey);
             return this;
         }
+        /**
+         * Certifiates to validate the messages signature against. If not
+         * supplied, validation will not take place. Server: validates the
+         * received message. Client: not yet implemented, should validate the
+         * MDN.
+         * 
+         * The option is a:
+         * &lt;code&gt;java.security.cert.Certificate[]&lt;/code&gt; type.
+         * 
+         * Group: security
+         * 
+         * @param validateSigningCertificateChain the value to set
+         * @return the dsl builder
+         */
+        default AS2EndpointConsumerBuilder validateSigningCertificateChain(
+                java.security.cert.Certificate[] 
validateSigningCertificateChain) {
+            doSetProperty("validateSigningCertificateChain", 
validateSigningCertificateChain);
+            return this;
+        }
+        /**
+         * Certifiates to validate the messages signature against. If not
+         * supplied, validation will not take place. Server: validates the
+         * received message. Client: not yet implemented, should validate the
+         * MDN.
+         * 
+         * The option will be converted to a
+         * &lt;code&gt;java.security.cert.Certificate[]&lt;/code&gt; type.
+         * 
+         * Group: security
+         * 
+         * @param validateSigningCertificateChain the value to set
+         * @return the dsl builder
+         */
+        default AS2EndpointConsumerBuilder validateSigningCertificateChain(
+                String validateSigningCertificateChain) {
+            doSetProperty("validateSigningCertificateChain", 
validateSigningCertificateChain);
+            return this;
+        }
     }
 
     /**
@@ -1482,44 +1482,6 @@ public interface AS2EndpointBuilderFactory {
             doSetProperty("userAgent", userAgent);
             return this;
         }
-        /**
-         * Certifiates to validate the messages signature against. If not
-         * supplied, validation will not take place. Server: validates the
-         * received message. Client: not yet implemented, should validate the
-         * MDN.
-         * 
-         * The option is a:
-         * &lt;code&gt;java.security.cert.Certificate[]&lt;/code&gt; type.
-         * 
-         * Group: security
-         * 
-         * @param validateSigningCertificateChain the value to set
-         * @return the dsl builder
-         */
-        default AS2EndpointProducerBuilder validateSigningCertificateChain(
-                java.security.cert.Certificate[] 
validateSigningCertificateChain) {
-            doSetProperty("validateSigningCertificateChain", 
validateSigningCertificateChain);
-            return this;
-        }
-        /**
-         * Certifiates to validate the messages signature against. If not
-         * supplied, validation will not take place. Server: validates the
-         * received message. Client: not yet implemented, should validate the
-         * MDN.
-         * 
-         * The option will be converted to a
-         * &lt;code&gt;java.security.cert.Certificate[]&lt;/code&gt; type.
-         * 
-         * Group: security
-         * 
-         * @param validateSigningCertificateChain the value to set
-         * @return the dsl builder
-         */
-        default AS2EndpointProducerBuilder validateSigningCertificateChain(
-                String validateSigningCertificateChain) {
-            doSetProperty("validateSigningCertificateChain", 
validateSigningCertificateChain);
-            return this;
-        }
         /**
          * The key used to encrypt the EDI message.
          * 
@@ -1747,6 +1709,44 @@ public interface AS2EndpointBuilderFactory {
             doSetProperty("signingPrivateKey", signingPrivateKey);
             return this;
         }
+        /**
+         * Certifiates to validate the messages signature against. If not
+         * supplied, validation will not take place. Server: validates the
+         * received message. Client: not yet implemented, should validate the
+         * MDN.
+         * 
+         * The option is a:
+         * &lt;code&gt;java.security.cert.Certificate[]&lt;/code&gt; type.
+         * 
+         * Group: security
+         * 
+         * @param validateSigningCertificateChain the value to set
+         * @return the dsl builder
+         */
+        default AS2EndpointProducerBuilder validateSigningCertificateChain(
+                java.security.cert.Certificate[] 
validateSigningCertificateChain) {
+            doSetProperty("validateSigningCertificateChain", 
validateSigningCertificateChain);
+            return this;
+        }
+        /**
+         * Certifiates to validate the messages signature against. If not
+         * supplied, validation will not take place. Server: validates the
+         * received message. Client: not yet implemented, should validate the
+         * MDN.
+         * 
+         * The option will be converted to a
+         * &lt;code&gt;java.security.cert.Certificate[]&lt;/code&gt; type.
+         * 
+         * Group: security
+         * 
+         * @param validateSigningCertificateChain the value to set
+         * @return the dsl builder
+         */
+        default AS2EndpointProducerBuilder validateSigningCertificateChain(
+                String validateSigningCertificateChain) {
+            doSetProperty("validateSigningCertificateChain", 
validateSigningCertificateChain);
+            return this;
+        }
     }
 
     /**
@@ -2353,44 +2353,6 @@ public interface AS2EndpointBuilderFactory {
             doSetProperty("userAgent", userAgent);
             return this;
         }
-        /**
-         * Certifiates to validate the messages signature against. If not
-         * supplied, validation will not take place. Server: validates the
-         * received message. Client: not yet implemented, should validate the
-         * MDN.
-         * 
-         * The option is a:
-         * &lt;code&gt;java.security.cert.Certificate[]&lt;/code&gt; type.
-         * 
-         * Group: security
-         * 
-         * @param validateSigningCertificateChain the value to set
-         * @return the dsl builder
-         */
-        default AS2EndpointBuilder validateSigningCertificateChain(
-                java.security.cert.Certificate[] 
validateSigningCertificateChain) {
-            doSetProperty("validateSigningCertificateChain", 
validateSigningCertificateChain);
-            return this;
-        }
-        /**
-         * Certifiates to validate the messages signature against. If not
-         * supplied, validation will not take place. Server: validates the
-         * received message. Client: not yet implemented, should validate the
-         * MDN.
-         * 
-         * The option will be converted to a
-         * &lt;code&gt;java.security.cert.Certificate[]&lt;/code&gt; type.
-         * 
-         * Group: security
-         * 
-         * @param validateSigningCertificateChain the value to set
-         * @return the dsl builder
-         */
-        default AS2EndpointBuilder validateSigningCertificateChain(
-                String validateSigningCertificateChain) {
-            doSetProperty("validateSigningCertificateChain", 
validateSigningCertificateChain);
-            return this;
-        }
         /**
          * The key used to encrypt the EDI message.
          * 
@@ -2616,6 +2578,44 @@ public interface AS2EndpointBuilderFactory {
             doSetProperty("signingPrivateKey", signingPrivateKey);
             return this;
         }
+        /**
+         * Certifiates to validate the messages signature against. If not
+         * supplied, validation will not take place. Server: validates the
+         * received message. Client: not yet implemented, should validate the
+         * MDN.
+         * 
+         * The option is a:
+         * &lt;code&gt;java.security.cert.Certificate[]&lt;/code&gt; type.
+         * 
+         * Group: security
+         * 
+         * @param validateSigningCertificateChain the value to set
+         * @return the dsl builder
+         */
+        default AS2EndpointBuilder validateSigningCertificateChain(
+                java.security.cert.Certificate[] 
validateSigningCertificateChain) {
+            doSetProperty("validateSigningCertificateChain", 
validateSigningCertificateChain);
+            return this;
+        }
+        /**
+         * Certifiates to validate the messages signature against. If not
+         * supplied, validation will not take place. Server: validates the
+         * received message. Client: not yet implemented, should validate the
+         * MDN.
+         * 
+         * The option will be converted to a
+         * &lt;code&gt;java.security.cert.Certificate[]&lt;/code&gt; type.
+         * 
+         * Group: security
+         * 
+         * @param validateSigningCertificateChain the value to set
+         * @return the dsl builder
+         */
+        default AS2EndpointBuilder validateSigningCertificateChain(
+                String validateSigningCertificateChain) {
+            doSetProperty("validateSigningCertificateChain", 
validateSigningCertificateChain);
+            return this;
+        }
     }
 
     /**

Reply via email to