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 2018/01/16 12:12:28 UTC

[camel] branch master updated (2a8b0bb -> abd022d)

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 2a8b0bb  CAMEL-12146 - Camel-AWS Lambda: Add the ability to specify credentials and region at component level
     new a07dd96  Camel-AWS Lambda - Fixed the javadoc related to the LamdbaClient
     new abd022d  Camel AWS Lambda - Regen Docs and SB

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-aws/src/main/docs/aws-lambda-component.adoc            | 2 +-
 .../java/org/apache/camel/component/aws/lambda/LambdaConfiguration.java | 2 +-
 .../component/aws/lambda/springboot/LambdaComponentConfiguration.java   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@camel.apache.org" <co...@camel.apache.org>'].

[camel] 02/02: Camel AWS Lambda - Regen Docs and SB

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 abd022d7022e276d10ae45ff2cce87e1d7846307
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jan 16 13:11:11 2018 +0100

    Camel AWS Lambda - Regen Docs and SB
---
 components/camel-aws/src/main/docs/aws-lambda-component.adoc            | 2 +-
 .../component/aws/lambda/springboot/LambdaComponentConfiguration.java   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-aws/src/main/docs/aws-lambda-component.adoc b/components/camel-aws/src/main/docs/aws-lambda-component.adoc
index 85ce05c..7430ea4 100644
--- a/components/camel-aws/src/main/docs/aws-lambda-component.adoc
+++ b/components/camel-aws/src/main/docs/aws-lambda-component.adoc
@@ -71,7 +71,7 @@ with the following path and query parameters:
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *awsLambdaEndpoint* (producer) | The region with which the AWS-Lambda client wants to work with. |  | String
+| *awsLambdaEndpoint* (producer) | The AWS-Lambda client to use. |  | String
 | *operation* (producer) | *Required* The operation to perform. It can be listFunctions getFunction createFunction deleteFunction or invokeFunction |  | LambdaOperations
 | *region* (producer) | Amazon AWS Region |  | String
 | *awsLambdaClient* (advanced) | To use a existing configured AwsLambdaClient as client |  | AWSLambda
diff --git a/platforms/spring-boot/components-starter/camel-aws-starter/src/main/java/org/apache/camel/component/aws/lambda/springboot/LambdaComponentConfiguration.java b/platforms/spring-boot/components-starter/camel-aws-starter/src/main/java/org/apache/camel/component/aws/lambda/springboot/LambdaComponentConfiguration.java
index 327f443..4536083 100644
--- a/platforms/spring-boot/components-starter/camel-aws-starter/src/main/java/org/apache/camel/component/aws/lambda/springboot/LambdaComponentConfiguration.java
+++ b/platforms/spring-boot/components-starter/camel-aws-starter/src/main/java/org/apache/camel/component/aws/lambda/springboot/LambdaComponentConfiguration.java
@@ -122,7 +122,7 @@ public class LambdaComponentConfiguration
          */
         private String region;
         /**
-         * The region with which the AWS-Lambda client wants to work with.
+         * The AWS-Lambda client to use.
          */
         private String awsLambdaEndpoint;
         /**

-- 
To stop receiving notification emails like this one, please contact
"commits@camel.apache.org" <co...@camel.apache.org>.

[camel] 01/02: Camel-AWS Lambda - Fixed the javadoc related to the LamdbaClient

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 a07dd961e77e22841467765013c46f80ed186658
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jan 16 13:10:28 2018 +0100

    Camel-AWS Lambda - Fixed the javadoc related to the LamdbaClient
---
 .../java/org/apache/camel/component/aws/lambda/LambdaConfiguration.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-aws/src/main/java/org/apache/camel/component/aws/lambda/LambdaConfiguration.java b/components/camel-aws/src/main/java/org/apache/camel/component/aws/lambda/LambdaConfiguration.java
index e0cdb08..bf98ff6 100644
--- a/components/camel-aws/src/main/java/org/apache/camel/component/aws/lambda/LambdaConfiguration.java
+++ b/components/camel-aws/src/main/java/org/apache/camel/component/aws/lambda/LambdaConfiguration.java
@@ -108,7 +108,7 @@ public class LambdaConfiguration implements Cloneable {
     }
 
     /**
-     * The region with which the AWS-Lambda client wants to work with.
+     * The AWS-Lambda client to use.
      */
     public void setAwsLambdaEndpoint(String awsLambdaEndpoint) {
         this.awsLambdaEndpoint = awsLambdaEndpoint;

-- 
To stop receiving notification emails like this one, please contact
"commits@camel.apache.org" <co...@camel.apache.org>.