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 4ea4784 REgen catalog new 23d32b7 CAMEL-15310 - AWS* - Support for more than 1 client in the registry - Camel-AWS-MSK new 86dfe7a Regen website docs new 3ad2544 Regen catalog new 9c4a443 CAMEL-15310 - AWS* - Support for more than 1 client in the registry - Camel-AWS2-MSK new 2051814 Regen website docs new d6b8f60 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-msk.json | 2 ++ .../apache/camel/catalog/components/aws2-msk.json | 2 ++ .../camel/catalog/docs/aws-msk-component.adoc | 6 +++-- .../camel/catalog/docs/aws2-msk-component.adoc | 6 +++-- .../component/aws/msk/MSKComponentConfigurer.java | 5 ++++ .../component/aws/msk/MSKEndpointConfigurer.java | 5 ++++ .../apache/camel/component/aws/msk/aws-msk.json | 2 ++ .../src/main/docs/aws-msk-component.adoc | 6 +++-- .../camel/component/aws/msk/MSKComponent.java | 4 ++- .../camel/component/aws/msk/MSKConfiguration.java | 15 +++++++++++ .../aws/msk/MSKComponentClientRegistryTest.java | 24 ++++++++++++++++++ .../aws2/msk/MSK2ComponentConfigurer.java | 5 ++++ .../component/aws2/msk/MSK2EndpointConfigurer.java | 5 ++++ .../apache/camel/component/aws2/msk/aws2-msk.json | 2 ++ .../src/main/docs/aws2-msk-component.adoc | 6 +++-- .../camel/component/aws2/msk/MSK2Component.java | 4 ++- .../component/aws2/msk/MSK2Configuration.java | 16 ++++++++++++ .../aws2/msk/MSKComponentClientRegistryTest.java | 24 ++++++++++++++++++ .../dsl/Aws2MskComponentBuilderFactory.java | 16 ++++++++++++ .../dsl/AwsMskComponentBuilderFactory.java | 16 ++++++++++++ .../builder/endpoint/StaticEndpointBuilders.java | 8 +++--- .../endpoint/dsl/MSK2EndpointBuilderFactory.java | 29 ++++++++++++++++++++++ .../endpoint/dsl/MSKEndpointBuilderFactory.java | 28 +++++++++++++++++++++ .../modules/ROOT/pages/aws-msk-component.adoc | 6 +++-- .../modules/ROOT/pages/aws2-msk-component.adoc | 6 +++-- 25 files changed, 230 insertions(+), 18 deletions(-)