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 6af5281  Upgrade JBoss AS Maven Plugin to version 7.9.Final
     new 0b5c5b8  CAMEL-12234 - Camel-AWS: Since we are using builders, we need 
to remove the AWS endpoint options on the components that are using them - AWS 
CW
     new a18a0db  CAMEL-12234 - Camel-AWS: Since we are using builders, we need 
to remove the AWS endpoint options on the components that are using them - AWS 
DDB
     new 376da27  CAMEL-12234 - Camel-AWS: Since we are using builders, we need 
to remove the AWS endpoint options on the components that are using them - AWS 
EC2
     new cea2a08  CAMEL-12234 - Camel-AWS: Since we are using builders, we need 
to remove the AWS endpoint options on the components that are using them - AWS 
Lambda
     new f34bf7c  CAMEL-12234 - Camel-AWS: Since we are using builders, we need 
to remove the AWS endpoint options on the components that are using them - AWS 
S3
     new feea9b1  CAMEL-12234 - Camel-AWS: Since we are using builders, we need 
to remove the AWS endpoint options on the components that are using them - AWS 
SDB
     new 6e1b926  CAMEL-12234 - Camel-AWS: Since we are using builders, we need 
to remove the AWS endpoint options on the components that are using them - AWS 
SES
     new 217aea5  CAMEL-12234 - Camel-AWS: Since we are using builders, we need 
to remove the AWS endpoint options on the components that are using them - AWS 
SNS
     new adfdda3  CAMEL-12234 - Camel-AWS: Since we are using builders, we need 
to remove the AWS endpoint options on the components that are using them - AWS 
SQS
     new 5d7288c  Camel-AWS S3 - Changed javadoc related to region

The 10 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-cw-component.adoc |  5 ++---
 .../camel-aws/src/main/docs/aws-ddb-component.adoc       |  5 ++---
 .../camel-aws/src/main/docs/aws-ec2-component.adoc       |  5 ++---
 .../camel-aws/src/main/docs/aws-lambda-component.adoc    |  5 ++---
 components/camel-aws/src/main/docs/aws-s3-component.adoc |  7 +++----
 .../camel-aws/src/main/docs/aws-sdb-component.adoc       |  5 ++---
 .../camel-aws/src/main/docs/aws-ses-component.adoc       |  5 ++---
 .../camel-aws/src/main/docs/aws-sns-component.adoc       |  5 ++---
 .../camel-aws/src/main/docs/aws-sqs-component.adoc       |  5 ++---
 .../apache/camel/component/aws/cw/CwConfiguration.java   | 14 --------------
 .../org/apache/camel/component/aws/cw/CwEndpoint.java    |  6 ++----
 .../apache/camel/component/aws/ddb/DdbConfiguration.java | 13 -------------
 .../org/apache/camel/component/aws/ddb/DdbEndpoint.java  | 12 +++---------
 .../apache/camel/component/aws/ec2/EC2Configuration.java | 13 -------------
 .../org/apache/camel/component/aws/ec2/EC2Endpoint.java  | 10 +++-------
 .../camel/component/aws/lambda/LambdaConfiguration.java  | 13 -------------
 .../camel/component/aws/lambda/LambdaEndpoint.java       |  5 +++--
 .../apache/camel/component/aws/s3/S3Configuration.java   | 16 +---------------
 .../org/apache/camel/component/aws/s3/S3Endpoint.java    |  4 ----
 .../apache/camel/component/aws/sdb/SdbConfiguration.java | 13 -------------
 .../org/apache/camel/component/aws/sdb/SdbEndpoint.java  |  7 +++----
 .../apache/camel/component/aws/ses/SesConfiguration.java | 13 -------------
 .../org/apache/camel/component/aws/ses/SesEndpoint.java  | 10 +++-------
 .../apache/camel/component/aws/sns/SnsConfiguration.java | 13 -------------
 .../org/apache/camel/component/aws/sns/SnsEndpoint.java  |  7 +++----
 .../apache/camel/component/aws/sqs/SqsConfiguration.java | 15 ---------------
 .../org/apache/camel/component/aws/sqs/SqsEndpoint.java  | 11 +++--------
 .../component/aws/s3/S3ComponentConfigurationTest.java   |  6 +-----
 .../component/aws/sdb/SdbComponentConfigurationTest.java |  4 ----
 .../component/aws/ses/SesComponentConfigurationTest.java |  6 +-----
 .../component/aws/sns/SnsComponentConfigurationTest.java |  8 ++------
 .../component/aws/sqs/SqsComponentConfigurationTest.java |  6 +-----
 .../aws/cw/springboot/CwComponentConfiguration.java      | 12 ------------
 .../aws/ddb/springboot/DdbComponentConfiguration.java    | 12 ------------
 .../aws/ec2/springboot/EC2ComponentConfiguration.java    | 12 ------------
 .../lambda/springboot/LambdaComponentConfiguration.java  | 12 ------------
 .../aws/s3/springboot/S3ComponentConfiguration.java      | 15 +--------------
 .../aws/ses/springboot/SesComponentConfiguration.java    | 12 ------------
 .../aws/sns/springboot/SnsComponentConfiguration.java    | 12 ------------
 .../aws/sqs/springboot/SqsComponentConfiguration.java    | 15 ---------------
 40 files changed, 49 insertions(+), 325 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
acosent...@apache.org.

Reply via email to