This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git.
from 4c4df25 Sync deps new 2fdb81a CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-SES component new 8174b68 CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-SES component new d1514fe CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-SES component new c54d2bb CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-SES component new bfdd2e4 CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-SES component new d3948ba CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-SES component The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../apache/camel/catalog/components/aws2-ses.json | 4 ++ .../camel/catalog/docs/aws2-ses-component.adoc | 8 +++- .../aws2/ses/Ses2ComponentConfigurer.java | 12 ++++++ .../component/aws2/ses/Ses2EndpointConfigurer.java | 12 ++++++ .../component/aws2/ses/Ses2EndpointUriFactory.java | 4 +- .../apache/camel/component/aws2/ses/aws2-ses.json | 4 ++ .../src/main/docs/aws2-ses-component.adoc | 8 +++- .../component/aws2/ses/Ses2Configuration.java | 27 ++++++++++++ .../camel/component/aws2/ses/Ses2Endpoint.java | 3 ++ .../aws2/ses/SesComponentConfigurationTest.java | 19 +++++++++ .../dsl/Aws2SesComponentBuilderFactory.java | 35 ++++++++++++++++ .../endpoint/dsl/Ses2EndpointBuilderFactory.java | 49 ++++++++++++++++++++++ .../modules/ROOT/pages/aws2-ses-component.adoc | 8 +++- 13 files changed, 186 insertions(+), 7 deletions(-)