You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/03/02 07:40:48 UTC

[camel] branch master updated (53a0419 -> e677c61)

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 53a0419  Sync deps
     add 2d19cbb  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-KMS component
     add 6fcfa19  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-KMS component
     add 97b96df  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-KMS component
     add 282ca53  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-KMS component
     add db40026  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-KMS component
     add e677c61  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-KMS component

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/components/aws2-kms.json  |  4 ++
 .../camel/catalog/docs/aws2-kms-component.adoc     |  8 +++-
 .../aws2/kms/KMS2ComponentConfigurer.java          | 12 ++++++
 .../component/aws2/kms/KMS2EndpointConfigurer.java | 12 ++++++
 .../component/aws2/kms/KMS2EndpointUriFactory.java | 14 ++++---
 .../apache/camel/component/aws2/kms/aws2-kms.json  |  4 ++
 .../src/main/docs/aws2-kms-component.adoc          |  8 +++-
 .../component/aws2/kms/KMS2Configuration.java      | 27 ++++++++++++
 .../camel/component/aws2/kms/KMS2Endpoint.java     |  3 ++
 .../aws2/kms/KMSComponentConfigurationTest.java    | 15 +++++++
 .../dsl/Aws2KmsComponentBuilderFactory.java        | 35 ++++++++++++++++
 .../endpoint/dsl/KMS2EndpointBuilderFactory.java   | 49 ++++++++++++++++++++++
 .../modules/ROOT/pages/aws2-kms-component.adoc     |  8 +++-
 13 files changed, 187 insertions(+), 12 deletions(-)