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 92fd4ca CAMEL-14864: Be able to generate configurer for any pojo. new 828dcfc CAMEL-14868 - Camel-AWS2-*: Where possible, give the possiblity to the end user to pass an AWS Request pojo as body, aws-translate new a58328e CAMEL-14868 - Camel-AWS2-*: Where possible, give the possiblity to the end user to pass an AWS Request pojo as body, aws-translate fixed CS new b9e23d6 CAMEL-14868 - Camel-AWS2-*: Where possible, give the possiblity to the end user to pass an AWS Request pojo as body, aws-translate more tests new c6a1772 CAMEL-14868 - Camel-AWS2-*: Where possible, give the possiblity to the end user to pass an AWS Request pojo as body, fixed CS new 4462f6d CAMEL-14868 - Camel-AWS2-*: Where possible, give the possiblity to the end user to pass an AWS Request pojo as body, little example in docs new 8f10ea9 Regen docs The 6 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: .../translate/Translate2ComponentConfigurer.java | 5 ++ .../translate/Translate2EndpointConfigurer.java | 5 ++ .../component/aws2/translate/aws2-translate.json | 2 + .../src/main/docs/aws2-translate-component.adoc | 20 ++++- .../Translate2ComponentVerifierExtension.java | 3 +- .../aws2/translate/Translate2Configuration.java | 18 ++++- .../aws2/translate/Translate2Producer.java | 87 +++++++++++++--------- .../translate/Translate2ProducerSpringTest.java | 38 ++++++++++ .../aws2/translate/Translate2ProducerTest.java | 21 ++++++ .../Translate2ProducerIntegrationTest.java | 26 ++++++- .../Translate2ComponentSpringTest-context.xml | 10 +++ .../dsl/Aws2TranslateComponentBuilderFactory.java | 13 ++++ .../dsl/Translate2EndpointBuilderFactory.java | 24 ++++++ .../ROOT/pages/aws2-translate-component.adoc | 20 ++++- 14 files changed, 247 insertions(+), 45 deletions(-)