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 2022/10/01 07:49:57 UTC

[camel] branch main updated: Regen for commit 4d8a95e69d455e5e114c98d28062c843cbe6a073

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 91d7cd34848 Regen for commit 4d8a95e69d455e5e114c98d28062c843cbe6a073
91d7cd34848 is described below

commit 91d7cd34848965bfca1ededfb7723a78d8604729
Author: oscerd <os...@users.noreply.github.com>
AuthorDate: Sat Oct 1 07:47:02 2022 +0000

    Regen for commit 4d8a95e69d455e5e114c98d28062c843cbe6a073
    
    Signed-off-by: GitHub <no...@github.com>
---
 .../camel/builder/endpoint/dsl/MailEndpointBuilderFactory.java     | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/MailEndpointBuilderFactory.java b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/MailEndpointBuilderFactory.java
index 75af9d343e5..82cf5654fb6 100644
--- a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/MailEndpointBuilderFactory.java
+++ b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/MailEndpointBuilderFactory.java
@@ -1420,8 +1420,11 @@ public interface MailEndpointBuilderFactory {
          * Set the strategy to handle duplicate filenames of attachments never:
          * attachments that have a filename which is already present in the
          * attachments will be ignored unless failOnDuplicateFileAttachment is
-         * set to true uuidPrefix: this will prefix the duplicate attachment
-         * filenames each with a uuid and underscore (uuid_).
+         * set to true. uuidPrefix: this will prefix the duplicate attachment
+         * filenames each with a uuid and underscore
+         * (uuid_filename.fileextension). uuidSuffix: this will suffix the
+         * duplicate attachment filenames each with a underscore and uuid
+         * (filename_uuid.fileextension).
          * 
          * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
          *