This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
from 337785cb84a Fixed CS
new fbb21c33f1e CAMEL-19159 - Camel-AWS: Support Profile Credential
provider as configuration - AWS MSK
new 5aece05018b CAMEL-19159 - Camel-AWS: Support Profile Credential
provider as configuration - AWS MSK
new ecb137a7c66 CAMEL-19159 - Camel-AWS: Support Profile Credential
provider as configuration - AWS MSK
new a76bf9273e0 CAMEL-19159 - Camel-AWS: Support Profile Credential
provider as configuration - AWS MSK
new 8286eae4252 CAMEL-19159 - Camel-AWS: Support Profile Credential
provider as configuration - AWS MSK
new 1d298e18d7f CAMEL-19159 - Camel-AWS: Support Profile Credential
provider as configuration - AWS MSK
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 | 44 ++++++++++---------
.../aws2/msk/MSK2ComponentConfigurer.java | 12 +++++
.../component/aws2/msk/MSK2EndpointConfigurer.java | 12 +++++
.../component/aws2/msk/MSK2EndpointUriFactory.java | 4 +-
.../apache/camel/component/aws2/msk/aws2-msk.json | 44 ++++++++++---------
.../camel/component/aws2/msk/MSK2Component.java | 5 ++-
.../component/aws2/msk/MSK2Configuration.java | 26 +++++++++++
.../aws2/msk/client/MSK2ClientFactory.java | 10 ++++-
...pl.java => MSK2ClientProfileOptimizedImpl.java} | 11 +++--
.../dsl/Aws2MskComponentBuilderFactory.java | 35 +++++++++++++++
.../endpoint/dsl/MSK2EndpointBuilderFactory.java | 51 ++++++++++++++++++++++
11 files changed, 206 insertions(+), 48 deletions(-)
copy
components/camel-aws/camel-aws2-msk/src/main/java/org/apache/camel/component/aws2/msk/client/impl/{MSK2ClientOptimizedImpl.java
=> MSK2ClientProfileOptimizedImpl.java} (87%)