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 08:22:52 UTC

[camel] branch regen_bot updated (7c6f14d -> d44b5fc)

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 7c6f14d  Upgrade Localstack to version 0.12.7
     add 7c93e31  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-ECS component
     add fcee8fb  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-ECS component
     add 646a49c  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-ECS component
     add ae4672a  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-ECS component
     add d44b5fc  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-ECS component

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/components/aws2-ecs.json  |  4 ++
 .../camel/catalog/docs/aws2-ecs-component.adoc     |  8 +++-
 .../aws2/ecs/ECS2ComponentConfigurer.java          | 12 ++++++
 .../component/aws2/ecs/ECS2EndpointConfigurer.java | 12 ++++++
 .../component/aws2/ecs/ECS2EndpointUriFactory.java | 16 +++----
 .../apache/camel/component/aws2/ecs/aws2-ecs.json  |  4 ++
 .../src/main/docs/aws2-ecs-component.adoc          |  8 +++-
 .../component/aws2/ecs/ECS2Configuration.java      | 27 ++++++++++++
 .../aws2/ecs/ECS2ComponentConfigurationTest.java   | 14 +++++++
 .../dsl/Aws2EcsComponentBuilderFactory.java        | 35 ++++++++++++++++
 .../endpoint/dsl/ECS2EndpointBuilderFactory.java   | 49 ++++++++++++++++++++++
 .../modules/ROOT/pages/aws2-ecs-component.adoc     |  8 +++-
 12 files changed, 184 insertions(+), 13 deletions(-)