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/02/26 09:14:00 UTC

[camel] branch regen_bot updated (32dc2ff -> 1e5e46b)

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 32dc2ff  Regen for commit 1597870ff6ee305330cf165b476ea46256a44f53
     add 4b13e74  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-CW component
     add 6fd396a  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-CW component
     add 31fcbfa  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-CW component
     add 1e5e46b  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-CW component

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/components/aws2-cw.json   |  4 ++
 .../camel/catalog/docs/aws2-cw-component.adoc      |  8 +++-
 .../component/aws2/cw/Cw2ComponentConfigurer.java  | 12 ++++++
 .../component/aws2/cw/Cw2EndpointConfigurer.java   | 12 ++++++
 .../component/aws2/cw/Cw2EndpointUriFactory.java   |  4 +-
 .../apache/camel/component/aws2/cw/aws2-cw.json    |  4 ++
 .../src/main/docs/aws2-cw-component.adoc           |  8 +++-
 .../camel/component/aws2/cw/Cw2Configuration.java  | 27 ++++++++++++
 .../camel/component/aws2/cw/Cw2Endpoint.java       |  3 ++
 .../aws2/cw/CwComponentConfigurationTest.java      | 19 +++++++++
 .../dsl/Aws2CwComponentBuilderFactory.java         | 34 +++++++++++++++
 .../endpoint/dsl/Cw2EndpointBuilderFactory.java    | 49 ++++++++++++++++++++++
 .../modules/ROOT/pages/aws2-cw-component.adoc      |  8 +++-
 13 files changed, 185 insertions(+), 7 deletions(-)