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 29a59cd  CAMEL-11807: Migrated camel-johnzon tests to JUnit 5
     new 3656c41  CAMEL-14568 - Fixed AWS SES
     new 86b1333  CAMEL-14568 - Fixed AWS SNS
     new f979f7c  CAMEL-14568 - Fixed AWS SQS
     new 2200e00  CAMEL-14568 - Fixed AWS SWF

The 4 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:
 .../component/aws/ses/SesComponentConfigurer.java  | 11 ++-
 .../apache/camel/component/aws/ses/aws-ses.json    |  6 +-
 .../src/main/docs/aws-ses-component.adoc           |  6 +-
 .../camel/component/aws/ses/SesComponent.java      | 46 +------------
 .../aws/ses/SesComponentConfigurationTest.java     | 16 ++---
 .../component/aws/sns/SnsComponentConfigurer.java  | 11 ++-
 .../apache/camel/component/aws/sns/aws-sns.json    |  6 +-
 .../src/main/docs/aws-sns-component.adoc           |  6 +-
 .../camel/component/aws/sns/SnsComponent.java      | 49 +-------------
 .../aws/sns/SnsComponentConfigurationTest.java     | 22 +++---
 .../component/aws/sqs/SqsComponentConfigurer.java  | 11 ++-
 .../apache/camel/component/aws/sqs/aws-sqs.json    |  8 +--
 .../src/main/docs/aws-sqs-component.adoc           |  6 +-
 .../camel/component/aws/sqs/SqsComponent.java      | 47 +------------
 .../aws/sqs/SqsComponentConfigurationTest.java     | 22 +++---
 .../component/aws/swf/SWFComponentConfigurer.java  | 11 ++-
 .../apache/camel/component/aws/swf/aws-swf.json    |  8 +--
 .../src/main/docs/aws-swf-component.adoc           |  6 +-
 .../camel/component/aws/swf/SWFComponent.java      | 46 +------------
 .../aws/swf/SWFComponentConfigurationTest.java     | 10 +--
 .../dsl/AwsSesComponentBuilderFactory.java         | 62 ++++++++---------
 .../dsl/AwsSnsComponentBuilderFactory.java         | 66 +++++++++---------
 .../dsl/AwsSqsComponentBuilderFactory.java         | 78 +++++++++++-----------
 .../dsl/AwsSwfComponentBuilderFactory.java         | 74 ++++++++++----------
 24 files changed, 230 insertions(+), 404 deletions(-)

Reply via email to