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 c98234f CAMEL-15338 salesforce Standard Platform Events support (#4050) new 23c9db6 CAMEL-15310 - AWS* - Support for more than 1 client in the registry - Camel-AWS-Translate new aa73125 Regen website docs new ec04d60 Regen catalog new 120a76f CAMEL-15310 - AWS* - Support for more than 1 client in the registry - Camel-AWS2-Translate new 34ddb95 Regen website docs new 7821f4f Regen catalog 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: .../camel/catalog/components/aws-translate.json | 2 ++ .../camel/catalog/components/aws2-translate.json | 2 ++ .../catalog/docs/aws-translate-component.adoc | 6 +++-- .../catalog/docs/aws2-translate-component.adoc | 6 +++-- .../translate/TranslateComponentConfigurer.java | 5 ++++ .../aws/translate/TranslateEndpointConfigurer.java | 5 ++++ .../component/aws/translate/aws-translate.json | 2 ++ .../src/main/docs/aws-translate-component.adoc | 6 +++-- .../aws/translate/TranslateComponent.java | 4 ++- .../aws/translate/TranslateConfiguration.java | 15 +++++++++++ .../translate/Translate2ComponentConfigurer.java | 5 ++++ .../translate/Translate2EndpointConfigurer.java | 5 ++++ .../component/aws2/translate/aws2-translate.json | 2 ++ .../src/main/docs/aws2-translate-component.adoc | 6 +++-- .../aws2/translate/Translate2Component.java | 4 ++- .../aws2/translate/Translate2Configuration.java | 15 +++++++++++ .../dsl/Aws2TranslateComponentBuilderFactory.java | 16 ++++++++++++ .../dsl/AwsTranslateComponentBuilderFactory.java | 16 ++++++++++++ .../dsl/Translate2EndpointBuilderFactory.java | 30 ++++++++++++++++++++++ .../dsl/TranslateEndpointBuilderFactory.java | 30 ++++++++++++++++++++++ .../ROOT/pages/aws-translate-component.adoc | 6 +++-- .../ROOT/pages/aws2-translate-component.adoc | 6 +++-- 22 files changed, 180 insertions(+), 14 deletions(-)