From commits-return-68358-archive-asf-public=cust-asf.ponee.io@camel.apache.org Tue Jan 8 14:31:54 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 57243180652 for ; Tue, 8 Jan 2019 14:31:54 +0100 (CET) Received: (qmail 67682 invoked by uid 500); 8 Jan 2019 13:31:53 -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 67672 invoked by uid 99); 8 Jan 2019 13:31:53 -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; Tue, 08 Jan 2019 13:31:53 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id D262985BCB; Tue, 8 Jan 2019 13:31:52 +0000 (UTC) Date: Tue, 08 Jan 2019 13:31:52 +0000 To: "commits@camel.apache.org" Subject: [camel] branch master updated (135a72a -> af6caa8) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <154695431240.2634.582776784940641857@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: 135a72a82bef5313e7201e6a6f6c3724d691ac5a X-Git-Newrev: af6caa865d9fbe5268facc05a75e2455d90f1092 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 135a72a Upgrade TestContainers to version 1.10.5 new 3659ce7 CAMEL-13041 - Camel-AWS MQ: Create Broker operation is not working new 9cc968d CAMEL-13041 - Fixed CS new af6caa8 CAMEL-13041 - Added docs The 3 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-mq-component.adoc | 8 ++++++ .../apache/camel/component/aws/mq/MQConstants.java | 4 +++ .../apache/camel/component/aws/mq/MQProducer.java | 32 ++++++++++++++++++++++ .../component/aws/mq/MQProducerSpringTest.java | 14 ++++++++++ .../camel/component/aws/mq/MQProducerTest.java | 14 ++++++++++ 5 files changed, 72 insertions(+)