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 21054c0 Upgrade jslt to version 0.1.9 new 9dc925b CAMEL-14868 - Camel-AWS2-*: Where possible, give the possiblity to the end user to pass an AWS Request pojo as body, aws2-kms list keys new aec81b8 CAMEL-14868 - Camel-AWS2-*: Where possible, give the possiblity to the end user to pass an AWS Request pojo as body, aws2-kms create key new fac900a CAMEL-14868 - Camel-AWS2-*: Where possible, give the possiblity to the end user to pass an AWS Request pojo as body, aws2-kms disable key new 65b4653 CAMEL-14868 - Camel-AWS2-*: Where possible, give the possiblity to the end user to pass an AWS Request pojo as body, aws2-kms scheduled key deletion new b28d4da CAMEL-14868 - Camel-AWS2-*: Where possible, give the possiblity to the end user to pass an AWS Request pojo as body, aws2-kms describe key new 971c691 CAMEL-14868 - Camel-AWS2-*: Where possible, give the possiblity to the end user to pass an AWS Request pojo as body, aws2-kms enable key new 104165f CAMEL-14868 - Camel-AWS2-*: Where possible, give the possiblity to the end user to pass an AWS Request pojo as body, aws2-kms fixed CS new 4e13df1 CAMEL-14868 - Camel-AWS2-*: Where possible, give the possiblity to the end user to pass an AWS Request pojo as body, aws2-kms regen new 6acf9e5 CAMEL-14868 - Camel-AWS2-*: Where possible, give the possiblity to the end user to pass an AWS Request pojo as body, aws2-kms added a little test new 248b998 CAMEL-14868 - Camel-AWS2-*: Where possible, give the possiblity to the end user to pass an AWS Request pojo as body, aws2-kms added spring test too The 10 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: .../aws2/kms/KMS2ComponentConfigurer.java | 5 + .../component/aws2/kms/KMS2EndpointConfigurer.java | 5 + .../apache/camel/component/aws2/kms/aws2-kms.json | 2 + .../src/main/docs/aws2-kms-component.adoc | 6 +- .../component/aws2/kms/KMS2Configuration.java | 13 + .../camel/component/aws2/kms/KMS2Producer.java | 275 ++++++++++++++------- .../component/aws2/kms/KMSProducerSpringTest.java | 20 ++ .../camel/component/aws2/kms/KMSProducerTest.java | 21 ++ .../aws2/kms/KMSComponentSpringTest-context.xml | 5 + .../dsl/Aws2KmsComponentBuilderFactory.java | 13 + .../src/generated/resources/metadata.json | 2 +- .../endpoint/dsl/KMS2EndpointBuilderFactory.java | 24 ++ 12 files changed, 296 insertions(+), 95 deletions(-)