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/05 09:06:28 UTC

[camel] branch regen_bot updated (d2cfd96 -> 6dc8581)

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 d2cfd96  Sync deps
     add 598b068  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-Translate component
     add 2416a25  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-Translate component
     add ec7eac7  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-Translate component
     add 6dc8581  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-Translate component

No new revisions were added by this update.

Summary of changes:
 .../camel/catalog/components/aws2-translate.json   |  4 ++
 .../catalog/docs/aws2-translate-component.adoc     |  8 +++-
 .../translate/Translate2ComponentConfigurer.java   | 12 +++++
 .../translate/Translate2EndpointConfigurer.java    | 12 +++++
 .../translate/Translate2EndpointUriFactory.java    |  4 +-
 .../component/aws2/translate/aws2-translate.json   |  4 ++
 .../src/main/docs/aws2-translate-component.adoc    |  8 +++-
 .../aws2/translate/Translate2Configuration.java    | 27 ++++++++++++
 .../aws2/translate/Translate2Endpoint.java         |  3 ++
 .../dsl/Aws2TranslateComponentBuilderFactory.java  | 35 +++++++++++++++
 .../dsl/Translate2EndpointBuilderFactory.java      | 51 ++++++++++++++++++++++
 .../ROOT/pages/aws2-translate-component.adoc       |  8 +++-
 12 files changed, 169 insertions(+), 7 deletions(-)