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 91feb7a Regen catalog new 951b184 CAMEL-15310 - AWS* - Support for more than 1 client in the registry - Camel-AWS-CW new dcefb4b Regen website docs new 7807c7d Regen catalog new 79e55b1 CAMEL-15310 - AWS* - Support for more than 1 client in the registry - Camel-AWS2-CW new 131e5cf Regen website docs new 4e50a26 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: .../apache/camel/catalog/components/aws-cw.json | 2 ++ .../apache/camel/catalog/components/aws2-cw.json | 2 ++ .../camel/catalog/docs/aws-cw-component.adoc | 6 +++-- .../camel/catalog/docs/aws2-cw-component.adoc | 6 +++-- .../component/aws/cw/CwComponentConfigurer.java | 5 ++++ .../component/aws/cw/CwEndpointConfigurer.java | 5 ++++ .../org/apache/camel/component/aws/cw/aws-cw.json | 2 ++ .../src/main/docs/aws-cw-component.adoc | 6 +++-- .../apache/camel/component/aws/cw/CwComponent.java | 6 +++-- .../camel/component/aws/cw/CwConfiguration.java | 15 ++++++++++++ .../aws/cw/CwComponentRegistryClientTest.java | 24 +++++++++++++++++++ .../component/aws2/cw/Cw2ComponentConfigurer.java | 5 ++++ .../component/aws2/cw/Cw2EndpointConfigurer.java | 5 ++++ .../apache/camel/component/aws2/cw/aws2-cw.json | 2 ++ .../src/main/docs/aws2-cw-component.adoc | 6 +++-- .../camel/component/aws2/cw/Cw2Component.java | 4 +++- .../camel/component/aws2/cw/Cw2Configuration.java | 15 ++++++++++++ .../aws2/cw/CwComponentRegistryClientTest.java | 24 +++++++++++++++++++ .../dsl/Aws2CwComponentBuilderFactory.java | 16 +++++++++++++ .../dsl/AwsCwComponentBuilderFactory.java | 16 +++++++++++++ .../builder/endpoint/StaticEndpointBuilders.java | 8 +++---- .../endpoint/dsl/Cw2EndpointBuilderFactory.java | 28 ++++++++++++++++++++++ .../endpoint/dsl/CwEndpointBuilderFactory.java | 28 ++++++++++++++++++++++ .../modules/ROOT/pages/aws-cw-component.adoc | 6 +++-- .../modules/ROOT/pages/aws2-cw-component.adoc | 6 +++-- 25 files changed, 229 insertions(+), 19 deletions(-)