Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 2 additions & 35 deletions assemblies/static/src/main/resources/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.

Expand Down Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Loading