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.git


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

commit e9012738769446f50af1767393515c9985f42d63
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Fri Jul 7 10:42:42 2023 +0200

    Regen
---
 .../component/ComponentsBuilderFactory.java        |   2 +-
 .../dsl/AzureFilesComponentBuilderFactory.java     |   2 +-
 .../src/generated/resources/metadata.json          |   6 +-
 .../builder/endpoint/StaticEndpointBuilders.java   |  12 +-
 .../endpoint/dsl/FilesEndpointBuilderFactory.java  | 446 ++++++++++-----------
 5 files changed, 234 insertions(+), 234 deletions(-)

diff --git 
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java
 
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java
index 9f77d5e81f6..57d6f3ea876 100644
--- 
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java
+++ 
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java
@@ -499,7 +499,7 @@ public interface ComponentsBuilderFactory {
      * Camel Azure Files Component
      * 
      * Category: cloud,file
-     * Since: 3.21
+     * Since: 3.22
      * Maven coordinates: org.apache.camel:camel-azure-files
      * 
      * @return the dsl builder
diff --git 
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/AzureFilesComponentBuilderFactory.java
 
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/AzureFilesComponentBuilderFactory.java
index 28ea303b260..de3ac9ab2c2 100644
--- 
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/AzureFilesComponentBuilderFactory.java
+++ 
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/AzureFilesComponentBuilderFactory.java
@@ -35,7 +35,7 @@ public interface AzureFilesComponentBuilderFactory {
      * Camel Azure Files Component
      * 
      * Category: cloud,file
-     * Since: 3.21
+     * Since: 3.22
      * Maven coordinates: org.apache.camel:camel-azure-files
      * 
      * @return the dsl builder
diff --git a/dsl/camel-componentdsl/src/generated/resources/metadata.json 
b/dsl/camel-componentdsl/src/generated/resources/metadata.json
index 33cd1e81d9c..19c7252a128 100644
--- a/dsl/camel-componentdsl/src/generated/resources/metadata.json
+++ b/dsl/camel-componentdsl/src/generated/resources/metadata.json
@@ -757,16 +757,16 @@
     "description": "Camel Azure Files Component",
     "deprecated": false,
     "deprecationNote": "",
-    "firstVersion": "3.21.0",
+    "firstVersion": "3.22.0",
     "label": "cloud,file",
     "javaType": "org.apache.camel.component.file.azure.FilesComponent",
-    "supportLevel": "Stable",
+    "supportLevel": "Preview",
     "groupId": "org.apache.camel",
     "artifactId": "camel-azure-files",
     "version": "4.0.0-SNAPSHOT",
     "scheme": "azure-files",
     "extendsScheme": "file",
-    "syntax": "azure-files:\/\/account\/share",
+    "syntax": "azure-files:account\/share",
     "async": false,
     "api": false,
     "consumerOnly": false,
diff --git 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
index 6702ba2cebe..daa3d05fe41 100644
--- 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
+++ 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
@@ -1589,10 +1589,10 @@ public class StaticEndpointBuilders {
      * Camel Azure Files Component
      * 
      * Category: cloud,file
-     * Since: 3.21
+     * Since: 3.22
      * Maven coordinates: org.apache.camel:camel-azure-files
      * 
-     * Syntax: <code>azure-files://account/share</code>
+     * Syntax: <code>azure-files:account/share</code>
      * 
      * Path parameter: account (required)
      * The account to use
@@ -1606,7 +1606,7 @@ public class StaticEndpointBuilders {
      * Path parameter: directoryName
      * The starting directory
      * 
-     * @param path //account/share
+     * @param path account/share
      * @return the dsl builder
      */
     public static 
org.apache.camel.builder.endpoint.dsl.FilesEndpointBuilderFactory.FilesEndpointBuilder
 azureFiles(
@@ -1618,10 +1618,10 @@ public class StaticEndpointBuilders {
      * Camel Azure Files Component
      * 
      * Category: cloud,file
-     * Since: 3.21
+     * Since: 3.22
      * Maven coordinates: org.apache.camel:camel-azure-files
      * 
-     * Syntax: <code>azure-files://account/share</code>
+     * Syntax: <code>azure-files:account/share</code>
      * 
      * Path parameter: account (required)
      * The account to use
@@ -1637,7 +1637,7 @@ public class StaticEndpointBuilders {
      * 
      * @param componentName to use a custom component name for the endpoint
      * instead of the default name
-     * @param path //account/share
+     * @param path account/share
      * @return the dsl builder
      */
     public static 
org.apache.camel.builder.endpoint.dsl.FilesEndpointBuilderFactory.FilesEndpointBuilder
 azureFiles(
diff --git 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/FilesEndpointBuilderFactory.java
 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/FilesEndpointBuilderFactory.java
index ffadc36002e..a674c2d4f9d 100644
--- 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/FilesEndpointBuilderFactory.java
+++ 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/FilesEndpointBuilderFactory.java
@@ -426,34 +426,6 @@ public interface FilesEndpointBuilderFactory {
             doSetProperty("streamDownload", streamDownload);
             return this;
         }
-        /**
-         * part of service SAS token.
-         * 
-         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
-         * 
-         * Group: both
-         * 
-         * @param sdd the value to set
-         * @return the dsl builder
-         */
-        default FilesEndpointConsumerBuilder sdd(String sdd) {
-            doSetProperty("sdd", sdd);
-            return this;
-        }
-        /**
-         * part of SAS token.
-         * 
-         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
-         * 
-         * Group: both
-         * 
-         * @param se the value to set
-         * @return the dsl builder
-         */
-        default FilesEndpointConsumerBuilder se(String se) {
-            doSetProperty("se", se);
-            return this;
-        }
         /**
          * Shared key (storage account key).
          * 
@@ -468,146 +440,6 @@ public interface FilesEndpointBuilderFactory {
             doSetProperty("sharedKey", sharedKey);
             return this;
         }
-        /**
-         * part of service SAS token.
-         * 
-         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
-         * 
-         * Group: both
-         * 
-         * @param si the value to set
-         * @return the dsl builder
-         */
-        default FilesEndpointConsumerBuilder si(String si) {
-            doSetProperty("si", si);
-            return this;
-        }
-        /**
-         * part of SAS token.
-         * 
-         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
-         * 
-         * Group: both
-         * 
-         * @param sig the value to set
-         * @return the dsl builder
-         */
-        default FilesEndpointConsumerBuilder sig(String sig) {
-            doSetProperty("sig", sig);
-            return this;
-        }
-        /**
-         * part of SAS token.
-         * 
-         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
-         * 
-         * Group: both
-         * 
-         * @param sip the value to set
-         * @return the dsl builder
-         */
-        default FilesEndpointConsumerBuilder sip(String sip) {
-            doSetProperty("sip", sip);
-            return this;
-        }
-        /**
-         * part of SAS token.
-         * 
-         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
-         * 
-         * Group: both
-         * 
-         * @param sp the value to set
-         * @return the dsl builder
-         */
-        default FilesEndpointConsumerBuilder sp(String sp) {
-            doSetProperty("sp", sp);
-            return this;
-        }
-        /**
-         * part of SAS token.
-         * 
-         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
-         * 
-         * Group: both
-         * 
-         * @param spr the value to set
-         * @return the dsl builder
-         */
-        default FilesEndpointConsumerBuilder spr(String spr) {
-            doSetProperty("spr", spr);
-            return this;
-        }
-        /**
-         * part of service SAS token.
-         * 
-         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
-         * 
-         * Group: both
-         * 
-         * @param sr the value to set
-         * @return the dsl builder
-         */
-        default FilesEndpointConsumerBuilder sr(String sr) {
-            doSetProperty("sr", sr);
-            return this;
-        }
-        /**
-         * part of SAS token.
-         * 
-         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
-         * 
-         * Group: both
-         * 
-         * @param srt the value to set
-         * @return the dsl builder
-         */
-        default FilesEndpointConsumerBuilder srt(String srt) {
-            doSetProperty("srt", srt);
-            return this;
-        }
-        /**
-         * part of account SAS token.
-         * 
-         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
-         * 
-         * Group: both
-         * 
-         * @param ss the value to set
-         * @return the dsl builder
-         */
-        default FilesEndpointConsumerBuilder ss(String ss) {
-            doSetProperty("ss", ss);
-            return this;
-        }
-        /**
-         * part of SAS token.
-         * 
-         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
-         * 
-         * Group: both
-         * 
-         * @param st the value to set
-         * @return the dsl builder
-         */
-        default FilesEndpointConsumerBuilder st(String st) {
-            doSetProperty("st", st);
-            return this;
-        }
-        /**
-         * part of SAS token.
-         * 
-         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
-         * 
-         * Group: both
-         * 
-         * @param sv the value to set
-         * @return the dsl builder
-         */
-        default FilesEndpointConsumerBuilder sv(String sv) {
-            doSetProperty("sv", sv);
-            return this;
-        }
         /**
          * Ant style filter exclusion. If both antInclude and antExclude are
          * used, antExclude takes precedence over antInclude. Multiple
@@ -2044,6 +1876,174 @@ public interface FilesEndpointBuilderFactory {
             doSetProperty("useFixedDelay", useFixedDelay);
             return this;
         }
+        /**
+         * part of service SAS token.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: security
+         * 
+         * @param sdd the value to set
+         * @return the dsl builder
+         */
+        default FilesEndpointConsumerBuilder sdd(String sdd) {
+            doSetProperty("sdd", sdd);
+            return this;
+        }
+        /**
+         * part of SAS token.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: security
+         * 
+         * @param se the value to set
+         * @return the dsl builder
+         */
+        default FilesEndpointConsumerBuilder se(String se) {
+            doSetProperty("se", se);
+            return this;
+        }
+        /**
+         * part of service SAS token.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: security
+         * 
+         * @param si the value to set
+         * @return the dsl builder
+         */
+        default FilesEndpointConsumerBuilder si(String si) {
+            doSetProperty("si", si);
+            return this;
+        }
+        /**
+         * part of SAS token.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: security
+         * 
+         * @param sig the value to set
+         * @return the dsl builder
+         */
+        default FilesEndpointConsumerBuilder sig(String sig) {
+            doSetProperty("sig", sig);
+            return this;
+        }
+        /**
+         * part of SAS token.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: security
+         * 
+         * @param sip the value to set
+         * @return the dsl builder
+         */
+        default FilesEndpointConsumerBuilder sip(String sip) {
+            doSetProperty("sip", sip);
+            return this;
+        }
+        /**
+         * part of SAS token.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: security
+         * 
+         * @param sp the value to set
+         * @return the dsl builder
+         */
+        default FilesEndpointConsumerBuilder sp(String sp) {
+            doSetProperty("sp", sp);
+            return this;
+        }
+        /**
+         * part of SAS token.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: security
+         * 
+         * @param spr the value to set
+         * @return the dsl builder
+         */
+        default FilesEndpointConsumerBuilder spr(String spr) {
+            doSetProperty("spr", spr);
+            return this;
+        }
+        /**
+         * part of service SAS token.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: security
+         * 
+         * @param sr the value to set
+         * @return the dsl builder
+         */
+        default FilesEndpointConsumerBuilder sr(String sr) {
+            doSetProperty("sr", sr);
+            return this;
+        }
+        /**
+         * part of SAS token.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: security
+         * 
+         * @param srt the value to set
+         * @return the dsl builder
+         */
+        default FilesEndpointConsumerBuilder srt(String srt) {
+            doSetProperty("srt", srt);
+            return this;
+        }
+        /**
+         * part of account SAS token.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: security
+         * 
+         * @param ss the value to set
+         * @return the dsl builder
+         */
+        default FilesEndpointConsumerBuilder ss(String ss) {
+            doSetProperty("ss", ss);
+            return this;
+        }
+        /**
+         * part of SAS token.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: security
+         * 
+         * @param st the value to set
+         * @return the dsl builder
+         */
+        default FilesEndpointConsumerBuilder st(String st) {
+            doSetProperty("st", st);
+            return this;
+        }
+        /**
+         * part of SAS token.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: security
+         * 
+         * @param sv the value to set
+         * @return the dsl builder
+         */
+        default FilesEndpointConsumerBuilder sv(String sv) {
+            doSetProperty("sv", sv);
+            return this;
+        }
         /**
          * To shuffle the list of files (sort in random order).
          * 
@@ -2958,45 +2958,45 @@ public interface FilesEndpointBuilderFactory {
             return this;
         }
         /**
-         * part of service SAS token.
+         * Shared key (storage account key).
          * 
          * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
          * 
          * Group: both
          * 
-         * @param sdd the value to set
+         * @param sharedKey the value to set
          * @return the dsl builder
          */
-        default FilesEndpointProducerBuilder sdd(String sdd) {
-            doSetProperty("sdd", sdd);
+        default FilesEndpointProducerBuilder sharedKey(String sharedKey) {
+            doSetProperty("sharedKey", sharedKey);
             return this;
         }
         /**
-         * part of SAS token.
+         * part of service SAS token.
          * 
          * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
          * 
-         * Group: both
+         * Group: security
          * 
-         * @param se the value to set
+         * @param sdd the value to set
          * @return the dsl builder
          */
-        default FilesEndpointProducerBuilder se(String se) {
-            doSetProperty("se", se);
+        default FilesEndpointProducerBuilder sdd(String sdd) {
+            doSetProperty("sdd", sdd);
             return this;
         }
         /**
-         * Shared key (storage account key).
+         * part of SAS token.
          * 
          * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
          * 
-         * Group: both
+         * Group: security
          * 
-         * @param sharedKey the value to set
+         * @param se the value to set
          * @return the dsl builder
          */
-        default FilesEndpointProducerBuilder sharedKey(String sharedKey) {
-            doSetProperty("sharedKey", sharedKey);
+        default FilesEndpointProducerBuilder se(String se) {
+            doSetProperty("se", se);
             return this;
         }
         /**
@@ -3004,7 +3004,7 @@ public interface FilesEndpointBuilderFactory {
          * 
          * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
          * 
-         * Group: both
+         * Group: security
          * 
          * @param si the value to set
          * @return the dsl builder
@@ -3018,7 +3018,7 @@ public interface FilesEndpointBuilderFactory {
          * 
          * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
          * 
-         * Group: both
+         * Group: security
          * 
          * @param sig the value to set
          * @return the dsl builder
@@ -3032,7 +3032,7 @@ public interface FilesEndpointBuilderFactory {
          * 
          * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
          * 
-         * Group: both
+         * Group: security
          * 
          * @param sip the value to set
          * @return the dsl builder
@@ -3046,7 +3046,7 @@ public interface FilesEndpointBuilderFactory {
          * 
          * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
          * 
-         * Group: both
+         * Group: security
          * 
          * @param sp the value to set
          * @return the dsl builder
@@ -3060,7 +3060,7 @@ public interface FilesEndpointBuilderFactory {
          * 
          * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
          * 
-         * Group: both
+         * Group: security
          * 
          * @param spr the value to set
          * @return the dsl builder
@@ -3074,7 +3074,7 @@ public interface FilesEndpointBuilderFactory {
          * 
          * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
          * 
-         * Group: both
+         * Group: security
          * 
          * @param sr the value to set
          * @return the dsl builder
@@ -3088,7 +3088,7 @@ public interface FilesEndpointBuilderFactory {
          * 
          * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
          * 
-         * Group: both
+         * Group: security
          * 
          * @param srt the value to set
          * @return the dsl builder
@@ -3102,7 +3102,7 @@ public interface FilesEndpointBuilderFactory {
          * 
          * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
          * 
-         * Group: both
+         * Group: security
          * 
          * @param ss the value to set
          * @return the dsl builder
@@ -3116,7 +3116,7 @@ public interface FilesEndpointBuilderFactory {
          * 
          * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
          * 
-         * Group: both
+         * Group: security
          * 
          * @param st the value to set
          * @return the dsl builder
@@ -3130,7 +3130,7 @@ public interface FilesEndpointBuilderFactory {
          * 
          * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
          * 
-         * Group: both
+         * Group: security
          * 
          * @param sv the value to set
          * @return the dsl builder
@@ -3732,45 +3732,45 @@ public interface FilesEndpointBuilderFactory {
             return this;
         }
         /**
-         * part of service SAS token.
+         * Shared key (storage account key).
          * 
          * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
          * 
          * Group: both
          * 
-         * @param sdd the value to set
+         * @param sharedKey the value to set
          * @return the dsl builder
          */
-        default FilesEndpointBuilder sdd(String sdd) {
-            doSetProperty("sdd", sdd);
+        default FilesEndpointBuilder sharedKey(String sharedKey) {
+            doSetProperty("sharedKey", sharedKey);
             return this;
         }
         /**
-         * part of SAS token.
+         * part of service SAS token.
          * 
          * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
          * 
-         * Group: both
+         * Group: security
          * 
-         * @param se the value to set
+         * @param sdd the value to set
          * @return the dsl builder
          */
-        default FilesEndpointBuilder se(String se) {
-            doSetProperty("se", se);
+        default FilesEndpointBuilder sdd(String sdd) {
+            doSetProperty("sdd", sdd);
             return this;
         }
         /**
-         * Shared key (storage account key).
+         * part of SAS token.
          * 
          * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
          * 
-         * Group: both
+         * Group: security
          * 
-         * @param sharedKey the value to set
+         * @param se the value to set
          * @return the dsl builder
          */
-        default FilesEndpointBuilder sharedKey(String sharedKey) {
-            doSetProperty("sharedKey", sharedKey);
+        default FilesEndpointBuilder se(String se) {
+            doSetProperty("se", se);
             return this;
         }
         /**
@@ -3778,7 +3778,7 @@ public interface FilesEndpointBuilderFactory {
          * 
          * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
          * 
-         * Group: both
+         * Group: security
          * 
          * @param si the value to set
          * @return the dsl builder
@@ -3792,7 +3792,7 @@ public interface FilesEndpointBuilderFactory {
          * 
          * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
          * 
-         * Group: both
+         * Group: security
          * 
          * @param sig the value to set
          * @return the dsl builder
@@ -3806,7 +3806,7 @@ public interface FilesEndpointBuilderFactory {
          * 
          * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
          * 
-         * Group: both
+         * Group: security
          * 
          * @param sip the value to set
          * @return the dsl builder
@@ -3820,7 +3820,7 @@ public interface FilesEndpointBuilderFactory {
          * 
          * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
          * 
-         * Group: both
+         * Group: security
          * 
          * @param sp the value to set
          * @return the dsl builder
@@ -3834,7 +3834,7 @@ public interface FilesEndpointBuilderFactory {
          * 
          * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
          * 
-         * Group: both
+         * Group: security
          * 
          * @param spr the value to set
          * @return the dsl builder
@@ -3848,7 +3848,7 @@ public interface FilesEndpointBuilderFactory {
          * 
          * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
          * 
-         * Group: both
+         * Group: security
          * 
          * @param sr the value to set
          * @return the dsl builder
@@ -3862,7 +3862,7 @@ public interface FilesEndpointBuilderFactory {
          * 
          * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
          * 
-         * Group: both
+         * Group: security
          * 
          * @param srt the value to set
          * @return the dsl builder
@@ -3876,7 +3876,7 @@ public interface FilesEndpointBuilderFactory {
          * 
          * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
          * 
-         * Group: both
+         * Group: security
          * 
          * @param ss the value to set
          * @return the dsl builder
@@ -3890,7 +3890,7 @@ public interface FilesEndpointBuilderFactory {
          * 
          * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
          * 
-         * Group: both
+         * Group: security
          * 
          * @param st the value to set
          * @return the dsl builder
@@ -3904,7 +3904,7 @@ public interface FilesEndpointBuilderFactory {
          * 
          * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
          * 
-         * Group: both
+         * Group: security
          * 
          * @param sv the value to set
          * @return the dsl builder
@@ -4139,7 +4139,7 @@ public interface FilesEndpointBuilderFactory {
          * Camel Azure Files Component
          * 
          * Category: cloud,file
-         * Since: 3.21
+         * Since: 3.22
          * Maven coordinates: org.apache.camel:camel-azure-files
          * 
          * @return the dsl builder for the headers' name.
@@ -4152,10 +4152,10 @@ public interface FilesEndpointBuilderFactory {
          * Camel Azure Files Component
          * 
          * Category: cloud,file
-         * Since: 3.21
+         * Since: 3.22
          * Maven coordinates: org.apache.camel:camel-azure-files
          * 
-         * Syntax: <code>azure-files://account/share</code>
+         * Syntax: <code>azure-files:account/share</code>
          * 
          * Path parameter: account (required)
          * The account to use
@@ -4169,7 +4169,7 @@ public interface FilesEndpointBuilderFactory {
          * Path parameter: directoryName
          * The starting directory
          * 
-         * @param path //account/share
+         * @param path account/share
          * @return the dsl builder
          */
         default FilesEndpointBuilder azureFiles(String path) {
@@ -4180,10 +4180,10 @@ public interface FilesEndpointBuilderFactory {
          * Camel Azure Files Component
          * 
          * Category: cloud,file
-         * Since: 3.21
+         * Since: 3.22
          * Maven coordinates: org.apache.camel:camel-azure-files
          * 
-         * Syntax: <code>azure-files://account/share</code>
+         * Syntax: <code>azure-files:account/share</code>
          * 
          * Path parameter: account (required)
          * The account to use
@@ -4199,7 +4199,7 @@ public interface FilesEndpointBuilderFactory {
          * 
          * @param componentName to use a custom component name for the endpoint
          * instead of the default name
-         * @param path //account/share
+         * @param path account/share
          * @return the dsl builder
          */
         default FilesEndpointBuilder azureFiles(

Reply via email to