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 1419cc75960 Regen for commit a97e36ec4e3e6f40332531a9a650f2d929c22ba7
new 8705af6118a CAMEL-19159 - Camel-AWS: Support Profile Credential
provider as configuration - AWS Eventbridge
new 7c7650f156a CAMEL-19159 - Camel-AWS: Support Profile Credential
provider as configuration - AWS Eventbridge
new 50fb47b4a21 CAMEL-19159 - Camel-AWS: Support Profile Credential
provider as configuration - AWS Eventbridge
new e3899d28bab CAMEL-19159 - Camel-AWS: Support Profile Credential
provider as configuration - AWS Eventbridge
new 1c5eb65a6c6 CAMEL-19159 - Camel-AWS: Support Profile Credential
provider as configuration - AWS Eventbridge
new 0849e2d643d CAMEL-19159 - Camel-AWS: Support Profile Credential
provider as configuration - AWS Eventbridge
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/aws2-eventbridge.json | 44 ++++++++++---------
.../EventbridgeComponentConfigurer.java | 12 +++++
.../eventbridge/EventbridgeEndpointConfigurer.java | 12 +++++
.../eventbridge/EventbridgeEndpointUriFactory.java | 4 +-
.../aws2/eventbridge/aws2-eventbridge.json | 44 ++++++++++---------
.../src/main/docs/aws2-eventbridge-component.adoc | 8 +++-
.../aws2/eventbridge/EventbridgeComponent.java | 4 +-
.../aws2/eventbridge/EventbridgeConfiguration.java | 27 ++++++++++++
.../client/EventbridgeClientFactory.java | 10 ++++-
... EventbridgeClientIAMProfileOptimizedImpl.java} | 15 ++++---
.../Aws2EventbridgeComponentBuilderFactory.java | 35 +++++++++++++++
.../dsl/EventbridgeEndpointBuilderFactory.java | 51 ++++++++++++++++++++++
12 files changed, 215 insertions(+), 51 deletions(-)
copy
components/camel-aws/camel-aws2-eventbridge/src/main/java/org/apache/camel/component/aws2/eventbridge/client/impl/{EventbridgeClientIAMOptimizedImpl.java
=> EventbridgeClientIAMProfileOptimizedImpl.java} (88%)