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 3f4c065  CAMEL-14568 - Fixed AWS KMS
     new 5f49712  CAMEL-14568 - Fixed AWS MQ
     new 27fe3f0  CAMEL-14568 - Fixed AWS MSK
     new f2ec241  CAMEL-14568 - Fixed AWS S3

The 3 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/mq/MQComponentConfigurer.java    |  7 +-
 .../org/apache/camel/component/aws/mq/aws-mq.json  |  8 +--
 .../src/main/docs/aws-mq-component.adoc            |  2 +-
 .../apache/camel/component/aws/mq/MQComponent.java | 48 +-------------
 .../aws/mq/MQComponentConfigurationTest.java       | 16 ++---
 .../component/aws/msk/MSKComponentConfigurer.java  |  7 +-
 .../apache/camel/component/aws/msk/aws-msk.json    |  8 +--
 .../src/main/docs/aws-msk-component.adoc           |  2 +-
 .../camel/component/aws/msk/MSKComponent.java      | 48 +-------------
 .../aws/msk/MSKComponentConfigurationTest.java     | 16 ++---
 .../component/aws/s3/S3ComponentConfigurer.java    | 11 ++--
 .../org/apache/camel/component/aws/s3/aws-s3.json  |  8 +--
 .../src/main/docs/aws-s3-component.adoc            |  6 +-
 .../apache/camel/component/aws/s3/S3Component.java | 47 +------------
 .../aws/s3/S3ComponentConfigurationTest.java       | 10 +--
 .../dsl/AwsMqComponentBuilderFactory.java          | 32 ++++-----
 .../dsl/AwsMskComponentBuilderFactory.java         | 34 +++++-----
 .../dsl/AwsS3ComponentBuilderFactory.java          | 76 +++++++++++-----------
 18 files changed, 128 insertions(+), 258 deletions(-)

Reply via email to