From commits-return-60771-archive-asf-public=cust-asf.ponee.io@camel.apache.org Mon Jan 15 11:18:03 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 2F259180657 for ; Mon, 15 Jan 2018 11:18:03 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 1F5EA160C31; Mon, 15 Jan 2018 10:18:03 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 68BD0160C25 for ; Mon, 15 Jan 2018 11:18:02 +0100 (CET) Received: (qmail 186 invoked by uid 500); 15 Jan 2018 10:18:01 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 177 invoked by uid 99); 15 Jan 2018 10:18:01 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Jan 2018 10:18:01 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 0DD4F81C51; Mon, 15 Jan 2018 10:18:01 +0000 (UTC) Date: Mon, 15 Jan 2018 10:18:00 +0000 To: , "' commits@camel.apache.org" , '@gitbox.apache.org, Subject: [camel] branch master updated (fd9924a -> 33b23c7) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <151601148069.28089.10000185252245527142@gitbox.apache.org> From: acosentino@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: camel X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: fd9924a4d9a023469e2e57a474e96cf71d4e1c3b X-Git-Newrev: 33b23c7ec9443977bdb12ed3c4c140b676aaaaed X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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 fd9924a Upgrade ftp server for testing camel-ftp that fixes an internal WARN due older version was not compatible with newer mina version new be3f177 CAMEL-12143 - Camel-AWS SES: Add the ability to specify credentials and region at component level new 05ea5c1 Camel-AWS SES: secretKey and accessKey are secret new b245277 Regen docs new b058e02 Removed unused imports new d9c96a3 CAMEL-12144 - Camel-AWS SNS: Add the ability to specify credentials and region at component level new 2e6d78a Camel-AWS SNS: secretKey and accessKey are secret new 33b23c7 Regen docs The 7 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: .../camel-aws/src/main/docs/aws-ses-component.adoc | 18 +- .../camel-aws/src/main/docs/aws-sns-component.adoc | 18 +- .../camel/component/aws/ses/SesComponent.java | 70 +++++++- .../camel/component/aws/ses/SesConfiguration.java | 19 +- .../camel/component/aws/sns/SnsComponent.java | 69 +++++++- .../aws/sns/SnsComponentVerifierExtension.java | 2 - .../camel/component/aws/sns/SnsConfiguration.java | 18 +- .../aws/ses/SesComponentConfigurationTest.java | 28 +++ .../aws/sns/SnsComponentConfigurationTest.java | 28 +++ .../ses/springboot/SesComponentConfiguration.java | 194 +++++++++++++++++++++ .../sns/springboot/SnsComponentConfiguration.java | 190 ++++++++++++++++++++ 11 files changed, 637 insertions(+), 17 deletions(-) -- To stop receiving notification emails like this one, please contact ['"commits@camel.apache.org" '].