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

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


The following commit(s) were added to refs/heads/main by this push:
     new 92af6df76f fix MailMeta changes, update Licenses, fixes #7179 (#7181)
92af6df76f is described below

commit 92af6df76f968e821836e628aebce97881356fdd
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Tue May 26 23:16:02 2026 +0200

    fix MailMeta changes, update Licenses, fixes #7179 (#7181)
---
 assemblies/static/src/main/resources/LICENSE       | 37 ++--------------------
 .../mail/pipeline/transforms/mail/MailMeta.java    |  9 ++++--
 2 files changed, 8 insertions(+), 38 deletions(-)

diff --git a/assemblies/static/src/main/resources/LICENSE 
b/assemblies/static/src/main/resources/LICENSE
index 7fac66ce1c..7d46a061d7 100644
--- a/assemblies/static/src/main/resources/LICENSE
+++ b/assemblies/static/src/main/resources/LICENSE
@@ -1234,7 +1234,7 @@ This product bundles j2objc-annotations 1.3, which is 
available under a
 This product bundles j2objc-annotations 3.0.0, which is available under a
 "Apache 2.0" license. For details, see LICENSE.
 
-This product bundles jackcess 4.0.4, which is available under a
+This product bundles jackcess 4.0.10, which is available under a
 "Apache 2.0" license. For details, see LICENSE.
 
 This product bundles jackcess 5.1.2, which is available under a
@@ -2047,57 +2047,33 @@ This product bundles opencensus-contrib-http-util 
0.31.1, which is available und
 This product bundles opencsv 5.12.0, which is available under a
 "Apache 2.0" license. For details, see LICENSE.
 
-This product bundles opentelemetry-api 1.56.0, which is available under a
-"Apache 2.0" license. For details, see LICENSE.
-
 This product bundles opentelemetry-api 1.62.0, which is available under a
 "Apache 2.0" license. For details, see LICENSE.
 
-This product bundles opentelemetry-common 1.56.0, which is available under a
-"Apache 2.0" license. For details, see LICENSE.
-
 This product bundles opentelemetry-common 1.62.0, which is available under a
 "Apache 2.0" license. For details, see LICENSE.
 
-This product bundles opentelemetry-context 1.56.0, which is available under a
-"Apache 2.0" license. For details, see LICENSE.
-
 This product bundles opentelemetry-context 1.62.0, which is available under a
 "Apache 2.0" license. For details, see LICENSE.
 
 This product bundles opentelemetry-gcp-resources 1.37.0-alpha, which is 
available under a
 "Apache 2.0" license. For details, see LICENSE.
 
-This product bundles opentelemetry-sdk 1.56.0, which is available under a
-"Apache 2.0" license. For details, see LICENSE.
-
 This product bundles opentelemetry-sdk 1.62.0, which is available under a
 "Apache 2.0" license. For details, see LICENSE.
 
-This product bundles opentelemetry-sdk-common 1.56.0, which is available under 
a
-"Apache 2.0" license. For details, see LICENSE.
-
 This product bundles opentelemetry-sdk-common 1.62.0, which is available under 
a
 "Apache 2.0" license. For details, see LICENSE.
 
-This product bundles opentelemetry-sdk-extension-autoconfigure-spi 1.56.0, 
which is available under a
-"Apache 2.0" license. For details, see LICENSE.
-
-This product bundles opentelemetry-sdk-logs 1.56.0, which is available under a
+This product bundles opentelemetry-sdk-extension-autoconfigure-spi 1.62.0, 
which is available under a
 "Apache 2.0" license. For details, see LICENSE.
 
 This product bundles opentelemetry-sdk-logs 1.62.0, which is available under a
 "Apache 2.0" license. For details, see LICENSE.
 
-This product bundles opentelemetry-sdk-metrics 1.56.0, which is available 
under a
-"Apache 2.0" license. For details, see LICENSE.
-
 This product bundles opentelemetry-sdk-metrics 1.62.0, which is available 
under a
 "Apache 2.0" license. For details, see LICENSE.
 
-This product bundles opentelemetry-sdk-trace 1.56.0, which is available under a
-"Apache 2.0" license. For details, see LICENSE.
-
 This product bundles opentelemetry-sdk-trace 1.62.0, which is available under a
 "Apache 2.0" license. For details, see LICENSE.
 
@@ -2353,18 +2329,9 @@ This product bundles retrofit 2.7.2, which is available 
under a
 This product bundles retrofit 2.9.0, which is available under a
 "Apache 2.0" license. For details, see LICENSE.
 
-This product bundles rhino 1.9.1, which is available under a
-"Mozilla Public 2.0" license. For details, see licenses/LICENSE-MPL20.
-
 This product bundles rhino-all 1.9.1, which is available under a
 "Mozilla Public 2.0" license. For details, see licenses/LICENSE-MPL20.
 
-This product bundles rhino-tools 1.9.1, which is available under a
-"Mozilla Public 2.0" license. For details, see licenses/LICENSE-MPL20.
-
-This product bundles rhino-xml 1.9.1, which is available under a
-"Mozilla Public 2.0" license. For details, see licenses/LICENSE-MPL20.
-
 This product bundles rome 2.1.0, which is available under a
 "Apache 2.0" license. For details, see LICENSE.
 
diff --git 
a/plugins/misc/mail/src/main/java/org/apache/hop/mail/pipeline/transforms/mail/MailMeta.java
 
b/plugins/misc/mail/src/main/java/org/apache/hop/mail/pipeline/transforms/mail/MailMeta.java
index d2efd570ee..f4452fef6a 100644
--- 
a/plugins/misc/mail/src/main/java/org/apache/hop/mail/pipeline/transforms/mail/MailMeta.java
+++ 
b/plugins/misc/mail/src/main/java/org/apache/hop/mail/pipeline/transforms/mail/MailMeta.java
@@ -84,15 +84,18 @@ public class MailMeta extends BaseTransformMeta<Mail, 
MailData> {
   @HopMetadataProperty(key = "isFilenameDynamic")
   private boolean filenameDynamic;
 
-  @HopMetadataProperty private String dynamicFieldName;
+  @HopMetadataProperty(key = "dynamicFieldname")
+  private String dynamicFieldName;
 
   @HopMetadataProperty private String dynamicWildcard;
 
   @HopMetadataProperty private String dynamicZipFilename;
 
-  @HopMetadataProperty private String sourceFileFolderName;
+  @HopMetadataProperty(key = "sourcefilefoldername")
+  private String sourceFileFolderName;
 
-  @HopMetadataProperty private String sourceWildCard;
+  @HopMetadataProperty(key = "sourcewildcard")
+  private String sourceWildCard;
 
   @HopMetadataProperty(hopMetadataPropertyType = 
HopMetadataPropertyType.MAIL_SERVER_CONNECTION)
   private String connectionName;

Reply via email to