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 995062a Added YAML DSL to catalog
new 1e6adea CAMEL-16171 - Add uri-endpoint-override options to all AWS2
components - AWS2-Eventbridge component
new a33c2e0 CAMEL-16171 - Add uri-endpoint-override options to all AWS2
components - AWS2-Eventbridge component
new 4c25ef1 CAMEL-16171 - Add uri-endpoint-override options to all AWS2
components - AWS2-Eventbridge component
new 072e4b0 CAMEL-16171 - Add uri-endpoint-override options to all AWS2
components - AWS2-Eventbridge component
new 064fa04 CAMEL-16171 - Add uri-endpoint-override options to all AWS2
components - AWS2-Eventbridge component
new 3fc9aba CAMEL-16171 - Add uri-endpoint-override options to all AWS2
components - AWS2-Eventbridge 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:
.../camel/catalog/components/aws2-eventbridge.json | 4 ++
.../catalog/docs/aws2-eventbridge-component.adoc | 8 +++-
.../EventbridgeComponentConfigurer.java | 12 +++++
.../eventbridge/EventbridgeEndpointConfigurer.java | 12 +++++
.../eventbridge/EventbridgeEndpointUriFactory.java | 4 +-
.../aws2/eventbridge/aws2-eventbridge.json | 4 ++
.../src/main/docs/aws2-eventbridge-component.adoc | 8 +++-
.../aws2/eventbridge/EventbridgeConfiguration.java | 27 ++++++++++++
.../aws2/eventbridge/EventbridgeEndpoint.java | 3 ++
.../EventbridgeComponentConfigurationTest.java | 16 +++++++
.../Aws2EventbridgeComponentBuilderFactory.java | 35 +++++++++++++++
.../dsl/EventbridgeEndpointBuilderFactory.java | 51 ++++++++++++++++++++++
.../ROOT/pages/aws2-eventbridge-component.adoc | 8 +++-
13 files changed, 185 insertions(+), 7 deletions(-)