From commits-return-22034-archive-asf-public=cust-asf.ponee.io@pulsar.apache.org Thu Feb 7 22:25:13 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 3DC28180600 for ; Thu, 7 Feb 2019 23:25:13 +0100 (CET) Received: (qmail 13658 invoked by uid 500); 7 Feb 2019 22:25:12 -0000 Mailing-List: contact commits-help@pulsar.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pulsar.apache.org Delivered-To: mailing list commits@pulsar.apache.org Received: (qmail 13649 invoked by uid 99); 7 Feb 2019 22:25: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; Thu, 07 Feb 2019 22:25:12 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id ABA8B809E6; Thu, 7 Feb 2019 22:25:11 +0000 (UTC) Date: Thu, 07 Feb 2019 22:25:11 +0000 To: "commits@pulsar.apache.org" Subject: [pulsar] branch master updated: Upgrade AsyncHTTP client to 2.7.0 (#3509) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <154957831139.28314.9703391782206883124@gitbox.apache.org> From: mmerli@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: pulsar X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 1e531e0c5dd24db9f85f7e97bb49ed7ad93bf617 X-Git-Newrev: 7ef26ddd1a7f5ea1f7ef33268a515d882d774550 X-Git-Rev: 7ef26ddd1a7f5ea1f7ef33268a515d882d774550 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. mmerli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/master by this push: new 7ef26dd Upgrade AsyncHTTP client to 2.7.0 (#3509) 7ef26dd is described below commit 7ef26ddd1a7f5ea1f7ef33268a515d882d774550 Author: Matteo Merli AuthorDate: Thu Feb 7 14:22:45 2019 -0800 Upgrade AsyncHTTP client to 2.7.0 (#3509) * Upgrade AsyncHTTP client to 2.7.0 * Fixed license files --- distribution/server/src/assemble/LICENSE.bin.txt | 7 ++++--- pom.xml | 2 +- pulsar-sql/presto-distribution/LICENSE | 1 + 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/distribution/server/src/assemble/LICENSE.bin.txt b/distribution/server/src/assemble/LICENSE.bin.txt index 0d0ab48..a629c91 100644 --- a/distribution/server/src/assemble/LICENSE.bin.txt +++ b/distribution/server/src/assemble/LICENSE.bin.txt @@ -392,8 +392,8 @@ The Apache Software License, Version 2.0 - org.apache.bookkeeper.stats-codahale-metrics-provider-4.7.3.jar * LZ4 -- org.lz4-lz4-java-1.5.0.jar * AsyncHttpClient - - org.asynchttpclient-async-http-client-2.1.0-alpha26.jar - - org.asynchttpclient-async-http-client-netty-utils-2.1.0-alpha26.jar + - org.asynchttpclient-async-http-client-2.7.0.jar + - org.asynchttpclient-async-http-client-netty-utils-2.7.0.jar * Jetty - org.eclipse.jetty-jetty-client-9.4.12.v20180830.jar - org.eclipse.jetty-jetty-continuation-9.4.12.v20180830.jar @@ -507,6 +507,7 @@ CDDL-1.1 -- licenses/LICENSE-CDDL-1.1.txt * Java Annotations API - javax.annotation-javax.annotation-api-1.2.jar - javax.activation-javax.activation-api-1.2.0.jar + - com.sun.activation-javax.activation-1.2.0.jar - javax.xml.bind-activation-1.0.2.jar - javax.xml.bind-jaxb-api-2.3.1.jar * Java Servlet API -- javax.servlet-javax.servlet-api-3.1.0.jar @@ -542,7 +543,7 @@ Public Domain - org.tukaani-xz-1.5.jar Public Domain (CC0) -- licenses/LICENSE-CC0.txt - * Reactive Streams -- org.reactivestreams-reactive-streams-1.0.0.jar + * Reactive Streams -- org.reactivestreams-reactive-streams-1.0.2.jar Bouncy Castle License * Bouncy Castle -- licenses/LICENSE-bouncycastle.txt diff --git a/pom.xml b/pom.xml index 5b6f633..ab10186 100644 --- a/pom.xml +++ b/pom.xml @@ -210,7 +210,7 @@ flexible messaging model and an intuitive client API. org.asynchttpclient async-http-client - 2.1.0-alpha26 + 2.7.0 io.netty diff --git a/pulsar-sql/presto-distribution/LICENSE b/pulsar-sql/presto-distribution/LICENSE index 95a006f..b1cadf1 100644 --- a/pulsar-sql/presto-distribution/LICENSE +++ b/pulsar-sql/presto-distribution/LICENSE @@ -442,6 +442,7 @@ CDDL-1.1 -- licenses/LICENSE-CDDL-1.1.txt - javax.annotation-api-1.2.jar - javax.annotation-api-1.3.1.jar - javax.activation-api-1.2.0.jar + - javax.activation-1.2.0.jar - activation-1.0.2.jar * HK2 - Dependency Injection Kernel - hk2-api-2.5.0-b42.jar