This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
from 1d298e18d7f CAMEL-19159 - Camel-AWS: Support Profile Credential provider as configuration - AWS MSK new ec175eb7912 CAMEL-19159 - Camel-AWS: Support Profile Credential provider as configuration - AWS SES new 5b4d3bbc4bd CAMEL-19159 - Camel-AWS: Support Profile Credential provider as configuration - AWS SES new 6d59497afab CAMEL-19159 - Camel-AWS: Support Profile Credential provider as configuration - AWS SES new 6cb3c0f66a3 CAMEL-19159 - Camel-AWS: Support Profile Credential provider as configuration - AWS SES new ffc5e688676 CAMEL-19159 - Camel-AWS: Support Profile Credential provider as configuration - AWS SES new e868f4cd967 CAMEL-19159 - Camel-AWS: Support Profile Credential provider as configuration - AWS SES 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 | 60 ++++++++++++---------- .../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 | 60 ++++++++++++---------- .../src/main/docs/aws2-ses-component.adoc | 8 ++- .../camel/component/aws2/ses/Ses2Component.java | 6 ++- .../component/aws2/ses/Ses2Configuration.java | 26 ++++++++++ .../aws2/ses/client/Ses2ClientFactory.java | 10 +++- ...pl.java => Ses2ClientProfileOptimizedImpl.java} | 11 ++-- .../dsl/Aws2SesComponentBuilderFactory.java | 35 +++++++++++++ .../endpoint/dsl/Ses2EndpointBuilderFactory.java | 51 ++++++++++++++++++ 12 files changed, 230 insertions(+), 65 deletions(-) copy components/camel-aws/camel-aws2-ses/src/main/java/org/apache/camel/component/aws2/ses/client/impl/{Ses2ClientOptimizedImpl.java => Ses2ClientProfileOptimizedImpl.java} (87%)