You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2021/03/01 13:49:34 UTC

[camel] branch regen_bot updated (995062a -> 3fc9aba)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 995062a  Added YAML DSL to catalog
     add 1e6adea  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-Eventbridge component
     add a33c2e0  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-Eventbridge component
     add 4c25ef1  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-Eventbridge component
     add 072e4b0  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-Eventbridge component
     add 064fa04  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-Eventbridge component
     add 3fc9aba  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-Eventbridge component

No new revisions were added by this update.

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(-)