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 fd9924a  Upgrade ftp server for testing camel-ftp that fixes an 
internal WARN due older version was not compatible with newer mina version
     new be3f177  CAMEL-12143 - Camel-AWS SES: Add the ability to specify 
credentials and region at component level
     new 05ea5c1  Camel-AWS SES: secretKey and accessKey are secret
     new b245277  Regen docs
     new b058e02  Removed unused imports
     new d9c96a3  CAMEL-12144 - Camel-AWS SNS: Add the ability to specify 
credentials and region at component level
     new 2e6d78a  Camel-AWS SNS: secretKey and accessKey are secret
     new 33b23c7  Regen docs

The 7 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:
 .../camel-aws/src/main/docs/aws-ses-component.adoc |  18 +-
 .../camel-aws/src/main/docs/aws-sns-component.adoc |  18 +-
 .../camel/component/aws/ses/SesComponent.java      |  70 +++++++-
 .../camel/component/aws/ses/SesConfiguration.java  |  19 +-
 .../camel/component/aws/sns/SnsComponent.java      |  69 +++++++-
 .../aws/sns/SnsComponentVerifierExtension.java     |   2 -
 .../camel/component/aws/sns/SnsConfiguration.java  |  18 +-
 .../aws/ses/SesComponentConfigurationTest.java     |  28 +++
 .../aws/sns/SnsComponentConfigurationTest.java     |  28 +++
 .../ses/springboot/SesComponentConfiguration.java  | 194 +++++++++++++++++++++
 .../sns/springboot/SnsComponentConfiguration.java  | 190 ++++++++++++++++++++
 11 files changed, 637 insertions(+), 17 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@camel.apache.org" <commits@camel.apache.org>'].

Reply via email to