This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch camel-spring-boot-3.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/camel-spring-boot-3.x by this
push:
new 125de7e3ff5 [create-pull-request] automated change
125de7e3ff5 is described below
commit 125de7e3ff58422a483d262408a074797ac68ae7
Author: orpiske <[email protected]>
AuthorDate: Sun May 21 00:57:47 2023 +0000
[create-pull-request] automated change
---
.../org/apache/camel/springboot/catalog/components/aws2-ses.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-ses.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-ses.json
index 0a135b8dbd6..854f43bea8a 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-ses.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-ses.json
@@ -47,7 +47,7 @@
"headers": {
"CamelAwsSesFrom": { "kind": "header", "displayName": "", "group":
"producer", "label": "", "required": false, "javaType": "String", "deprecated":
false, "deprecationNote": "", "autowired": false, "secret": false,
"description": "The sender's email address.", "constantName":
"org.apache.camel.component.aws2.ses.Ses2Constants#FROM" },
"CamelAwsSesMessageId": { "kind": "header", "displayName": "", "group":
"producer", "label": "", "required": false, "javaType": "String", "deprecated":
false, "deprecationNote": "", "autowired": false, "secret": false,
"description": "The Amazon SES message ID.", "constantName":
"org.apache.camel.component.aws2.ses.Ses2Constants#MESSAGE_ID" },
- "CamelAwsSesReplyToAddresses": { "kind": "header", "displayName": "",
"group": "producer", "label": "", "required": false, "javaType":
"List<String>", "deprecated": false, "deprecationNote": "", "autowired": false,
"secret": false, "description": "The reply-to email address(es) for the
message.", "constantName":
"org.apache.camel.component.aws2.ses.Ses2Constants#REPLY_TO_ADDRESSES" },
+ "CamelAwsSesReplyToAddresses": { "kind": "header", "displayName": "",
"group": "producer", "label": "", "required": false, "javaType": "String",
"deprecated": false, "deprecationNote": "", "autowired": false, "secret":
false, "description": "The reply-to email address(es) for the message. Use
comma to separate multiple values.", "constantName":
"org.apache.camel.component.aws2.ses.Ses2Constants#REPLY_TO_ADDRESSES" },
"CamelAwsSesReturnPath": { "kind": "header", "displayName": "", "group":
"producer", "label": "", "required": false, "javaType": "String", "deprecated":
false, "deprecationNote": "", "autowired": false, "secret": false,
"description": "The email address to which bounce notifications are to be
forwarded.", "constantName":
"org.apache.camel.component.aws2.ses.Ses2Constants#RETURN_PATH" },
"CamelAwsSesSubject": { "kind": "header", "displayName": "", "group":
"producer", "label": "", "required": false, "javaType": "String", "deprecated":
false, "deprecationNote": "", "autowired": false, "secret": false,
"description": "The subject of the message.", "constantName":
"org.apache.camel.component.aws2.ses.Ses2Constants#SUBJECT" },
"CamelAwsSesTo": { "kind": "header", "displayName": "", "group":
"producer", "label": "", "required": false, "javaType": "String", "deprecated":
false, "deprecationNote": "", "autowired": false, "secret": false,
"description": "List of comma separated destination email address.",
"constantName": "org.apache.camel.component.aws2.ses.Ses2Constants#TO" },