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/01/27 15:19:34 UTC

[camel] branch master updated (ef1c918 -> 04008ee)

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 ef1c918  CAMEL-14354: camel-core optimize
     new b40734a  Camel-AWS2-ECS: Fixed Region description
     new 04008ee  Regen

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 components/camel-aws2-ecs/src/main/docs/aws2-ecs-component.adoc         | 2 +-
 .../java/org/apache/camel/component/aws2/ecs/ECS2Configuration.java     | 2 +-
 .../apache/camel/builder/endpoint/dsl/ECS2EndpointBuilderFactory.java   | 2 +-
 docs/components/modules/ROOT/pages/aws2-ecs-component.adoc              | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)


[camel] 02/02: Regen

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 04008ee888a61f6241a962c13d4f5a7892b04815
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jan 27 16:18:40 2020 +0100

    Regen
---
 components/camel-aws2-ecs/src/main/docs/aws2-ecs-component.adoc         | 2 +-
 .../apache/camel/builder/endpoint/dsl/ECS2EndpointBuilderFactory.java   | 2 +-
 docs/components/modules/ROOT/pages/aws2-ecs-component.adoc              | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/components/camel-aws2-ecs/src/main/docs/aws2-ecs-component.adoc b/components/camel-aws2-ecs/src/main/docs/aws2-ecs-component.adoc
index 712eced..170012f 100644
--- a/components/camel-aws2-ecs/src/main/docs/aws2-ecs-component.adoc
+++ b/components/camel-aws2-ecs/src/main/docs/aws2-ecs-component.adoc
@@ -81,7 +81,7 @@ with the following path and query parameters:
 | *proxyHost* (producer) | To define a proxy host when instantiating the ECS client |  | String
 | *proxyPort* (producer) | To define a proxy port when instantiating the ECS client |  | Integer
 | *proxyProtocol* (producer) | To define a proxy protocol when instantiating the ECS client | HTTPS | Protocol
-| *region* (producer) | The region in which Translate client needs to work. When using this parameter, the configuration will expect the lowercase name of the region (for example ap-east-1) You'll need to use the name Region.EU_WEST_1.id() |  | String
+| *region* (producer) | The region in which ECS client needs to work. When using this parameter, the configuration will expect the lowercase name of the region (for example ap-east-1) You'll need to use the name Region.EU_WEST_1.id() |  | String
 | *secretKey* (producer) | Amazon AWS Secret Key |  | String
 | *basicPropertyBinding* (advanced) | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | boolean
 | *synchronous* (advanced) | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | boolean
diff --git a/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/ECS2EndpointBuilderFactory.java b/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/ECS2EndpointBuilderFactory.java
index 26fd136..17f7f97 100644
--- a/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/ECS2EndpointBuilderFactory.java
+++ b/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/ECS2EndpointBuilderFactory.java
@@ -199,7 +199,7 @@ public interface ECS2EndpointBuilderFactory {
             return this;
         }
         /**
-         * The region in which Translate client needs to work. When using this
+         * The region in which ECS client needs to work. When using this
          * parameter, the configuration will expect the lowercase name of the
          * region (for example ap-east-1) You'll need to use the name
          * Region.EU_WEST_1.id().
diff --git a/docs/components/modules/ROOT/pages/aws2-ecs-component.adoc b/docs/components/modules/ROOT/pages/aws2-ecs-component.adoc
index f776140..0d02281 100644
--- a/docs/components/modules/ROOT/pages/aws2-ecs-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws2-ecs-component.adoc
@@ -82,7 +82,7 @@ with the following path and query parameters:
 | *proxyHost* (producer) | To define a proxy host when instantiating the ECS client |  | String
 | *proxyPort* (producer) | To define a proxy port when instantiating the ECS client |  | Integer
 | *proxyProtocol* (producer) | To define a proxy protocol when instantiating the ECS client | HTTPS | Protocol
-| *region* (producer) | The region in which Translate client needs to work. When using this parameter, the configuration will expect the lowercase name of the region (for example ap-east-1) You'll need to use the name Region.EU_WEST_1.id() |  | String
+| *region* (producer) | The region in which ECS client needs to work. When using this parameter, the configuration will expect the lowercase name of the region (for example ap-east-1) You'll need to use the name Region.EU_WEST_1.id() |  | String
 | *secretKey* (producer) | Amazon AWS Secret Key |  | String
 | *basicPropertyBinding* (advanced) | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | boolean
 | *synchronous* (advanced) | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | boolean


[camel] 01/02: Camel-AWS2-ECS: Fixed Region description

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit b40734a725cf08a86ce6c74070a3fe387158fb1e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jan 27 16:17:34 2020 +0100

    Camel-AWS2-ECS: Fixed Region description
---
 .../java/org/apache/camel/component/aws2/ecs/ECS2Configuration.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-aws2-ecs/src/main/java/org/apache/camel/component/aws2/ecs/ECS2Configuration.java b/components/camel-aws2-ecs/src/main/java/org/apache/camel/component/aws2/ecs/ECS2Configuration.java
index 50f6bc0..4522232 100644
--- a/components/camel-aws2-ecs/src/main/java/org/apache/camel/component/aws2/ecs/ECS2Configuration.java
+++ b/components/camel-aws2-ecs/src/main/java/org/apache/camel/component/aws2/ecs/ECS2Configuration.java
@@ -130,7 +130,7 @@ public class ECS2Configuration implements Cloneable {
     }
 
     /**
-     * The region in which Translate client needs to work. When using this
+     * The region in which ECS client needs to work. When using this
      * parameter, the configuration will expect the lowercase name of the
      * region (for example ap-east-1) You'll need to use the name
      * Region.EU_WEST_1.id()