From commits-return-63384-archive-asf-public=cust-asf.ponee.io@camel.apache.org Sun Jun 17 19:31:13 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 0A58B18062A for ; Sun, 17 Jun 2018 19:31:12 +0200 (CEST) Received: (qmail 7260 invoked by uid 500); 17 Jun 2018 17:31:12 -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 7251 invoked by uid 99); 17 Jun 2018 17:31:12 -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; Sun, 17 Jun 2018 17:31:12 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 6FD0F8295C; Sun, 17 Jun 2018 17:31:11 +0000 (UTC) Date: Sun, 17 Jun 2018 17:31:10 +0000 To: , "' commits@camel.apache.org" , '@gitbox.apache.org, Subject: [camel] branch master updated (6fcc3bf -> e14108b) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <152925666999.24176.17685139425915778950@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: 6fcc3bf8f6ce693971f3b1bb4ffdd1e2e2baf8cd X-Git-Newrev: e14108b3e6fd57552b1738ee906b30a7e763ed09 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 6fcc3bf camel-package-maven-plugin: add missing comma new 05b4909 Updates to latest zipkin, eliminating SpanCollector dependency new e14108b Final touches to Zipkin update + regen 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-jms/src/main/docs/jms-component.adoc | 2 +- components/camel-zipkin/pom.xml | 14 +++--- .../camel/zipkin/ZipkinLoggingSpanCollector.java | 58 ---------------------- .../java/org/apache/camel/zipkin/ZipkinTracer.java | 46 ++++------------- .../apache/camel/zipkin/LogSpanReporterTest.java} | 21 +++++--- .../camel/zipkin/scribe/ZipkinABCRouteScribe.java | 16 ++++-- .../zipkin/scribe/ZipkinMulticastRouteScribe.java | 16 ++++-- .../scribe/ZipkinOneRouteFallbackScribe.java | 16 ++++-- .../camel/zipkin/scribe/ZipkinOneRouteScribe.java | 16 ++++-- .../zipkin/scribe/ZipkinSimpleRouteScribe.java | 17 +++++-- .../zipkin/scribe/ZipkinTimerRouteScribe.java | 17 +++++-- .../camel/zipkin/scribe/ZipkinTwoRouteScribe.java | 17 +++++-- .../camel/zipkin/SpringZipkinSimpleRouteTest.xml | 6 +-- parent/pom.xml | 4 +- .../karaf/features/src/main/resources/features.xml | 3 +- .../camel-zipkin-starter/pom.xml | 8 +++ 16 files changed, 140 insertions(+), 137 deletions(-) delete mode 100644 components/camel-zipkin/src/main/java/org/apache/camel/zipkin/ZipkinLoggingSpanCollector.java copy components/{camel-geocoder/src/main/java/org/apache/camel/component/geocoder/http/AuthenticationMethod.java => camel-zipkin/src/test/java/org/apache/camel/zipkin/LogSpanReporterTest.java} (74%) -- To stop receiving notification emails like this one, please contact acosentino@apache.org.