From commits-return-61827-archive-asf-public=cust-asf.ponee.io@camel.apache.org Fri Mar 9 07:45:28 2018 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 CABFD18064A for ; Fri, 9 Mar 2018 07:45:27 +0100 (CET) Received: (qmail 48342 invoked by uid 500); 9 Mar 2018 06:45:26 -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 48328 invoked by uid 99); 9 Mar 2018 06:45:26 -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; Fri, 09 Mar 2018 06:45:26 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 2A26F82B2B; Fri, 9 Mar 2018 06:45:26 +0000 (UTC) Date: Fri, 09 Mar 2018 06:45:24 +0000 To: , "' commits@camel.apache.org" , '@gitbox.apache.org, Subject: [camel] branch master updated (95c959e -> ca646fe) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <152057792429.5990.18170776842904719969@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: 95c959e072a408be354667128c9f9a94d1773d27 X-Git-Newrev: ca646feb831774e334c08bb4aa07ee52e142f649 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 95c959e Upgrade maven wrapper to Maven 3.5.3 new ba05e02 Updated documentation of the AWS XRay component Added support for a more comprehensive view of sub/segments by copying over the AWS XRay entity (if provided in the exchange headers) to the new thread. Instead of creating a new segment for the seda route the invoked route will be added as subsegment to the invoking route. This is especially useful if some Amazon services (like the S3 upload) are used, which may occur in its own thread. Fixed some possible NPEs new ca646fe Camel-AWS XRay: Fixed CS 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: .../camel-aws-xray/src/main/docs/aws-xray.adoc | 28 ++++- .../aws/xray/TraceAnnotatedTracingStrategy.java | 17 ++- .../camel/component/aws/xray/XRayTracer.java | 23 +++++ .../aws/xray/ComprehensiveTrackingTest.java | 115 +++++++++++++++++++++ .../camel/component/aws/xray/bean/SomeBean.java | 56 ++++++++++ 5 files changed, 231 insertions(+), 8 deletions(-) create mode 100644 components/camel-aws-xray/src/test/java/org/apache/camel/component/aws/xray/ComprehensiveTrackingTest.java create mode 100644 components/camel-aws-xray/src/test/java/org/apache/camel/component/aws/xray/bean/SomeBean.java -- To stop receiving notification emails like this one, please contact acosentino@apache.org.