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 3cae97c CAMEL-16286: camel-core - Calling doBuild on child services new 1f7fb59 CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-MSK component new 6c91862 CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-MSK component new c6c8986 CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-MSK component new c71de28 CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-MSK component new 3019a01 CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-MSK component new 2dde1c5 CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-MSK component 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/aws2-msk.json | 4 ++ .../camel/catalog/docs/aws2-msk-component.adoc | 8 +++- .../aws2/msk/MSK2ComponentConfigurer.java | 12 ++++++ .../component/aws2/msk/MSK2EndpointConfigurer.java | 12 ++++++ .../component/aws2/msk/MSK2EndpointUriFactory.java | 14 ++++--- .../apache/camel/component/aws2/msk/aws2-msk.json | 4 ++ .../src/main/docs/aws2-msk-component.adoc | 8 +++- .../component/aws2/msk/MSK2Configuration.java | 27 ++++++++++++ .../camel/component/aws2/msk/MSK2Endpoint.java | 3 ++ .../aws2/msk/MSKComponentConfigurationTest.java | 18 ++++++++ .../dsl/Aws2MskComponentBuilderFactory.java | 35 ++++++++++++++++ .../endpoint/dsl/MSK2EndpointBuilderFactory.java | 49 ++++++++++++++++++++++ .../modules/ROOT/pages/aws2-msk-component.adoc | 8 +++- 13 files changed, 190 insertions(+), 12 deletions(-)