You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/07/21 15:22:29 UTC

[camel] branch master updated (419016c -> b6ba23b)

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 419016c  Regen catalog
     add 3aeaf40  CAMEL-15310 - AWS* - Support for more than 1 client in the registry - Camel-AWS2-ECS
     add 6d329f7  Regen website docs
     add b6ba23b  Regen catalog

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/components/aws2-ecs.json  |  2 ++
 .../camel/catalog/docs/aws2-ecs-component.adoc     |  6 +++--
 .../aws2/ecs/ECS2ComponentConfigurer.java          |  5 ++++
 .../component/aws2/ecs/ECS2EndpointConfigurer.java |  5 ++++
 .../apache/camel/component/aws2/ecs/aws2-ecs.json  |  2 ++
 .../src/main/docs/aws2-ecs-component.adoc          |  6 +++--
 .../camel/component/aws2/ecs/ECS2Component.java    |  4 ++-
 .../component/aws2/ecs/ECS2Configuration.java      | 15 +++++++++++
 .../aws2/ecs/ECS2ComponentClientRegistryTest.java  | 24 ++++++++++++++++++
 .../dsl/Aws2EcsComponentBuilderFactory.java        | 16 ++++++++++++
 .../builder/endpoint/StaticEndpointBuilders.java   |  8 +++---
 .../endpoint/dsl/ECS2EndpointBuilderFactory.java   | 29 ++++++++++++++++++++++
 .../modules/ROOT/pages/aws2-ecs-component.adoc     |  6 +++--
 13 files changed, 117 insertions(+), 11 deletions(-)