From common-commits-return-97928-archive-asf-public=cust-asf.ponee.io@hadoop.apache.org Tue Jan 21 17:29:47 2020 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 [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id DB849180657 for ; Tue, 21 Jan 2020 18:29:46 +0100 (CET) Received: (qmail 54141 invoked by uid 500); 21 Jan 2020 17:29:37 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 54104 invoked by uid 99); 21 Jan 2020 17:29:37 -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, 21 Jan 2020 17:29:37 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 44C45819D2; Tue, 21 Jan 2020 17:29:37 +0000 (UTC) Date: Tue, 21 Jan 2020 17:29:37 +0000 To: "common-commits@hadoop.apache.org" Subject: [hadoop-thirdparty] branch trunk updated: HADOOP-16821. [pb-upgrade] Use 'o.a.h.thirdparty.protobuf' shaded prefix instead of 'protobuf_3_7' (#3) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <157962777723.26811.7170051004812145967@gitbox.apache.org> From: vinayakumarb@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: hadoop-thirdparty X-Git-Refname: refs/heads/trunk X-Git-Reftype: branch X-Git-Oldrev: fd78dcf990adde4d09dc1c9dfbf46a83f710027b X-Git-Newrev: eac5a3df55fcc3b1fd4b50cf2fa129250d4c384b X-Git-Rev: eac5a3df55fcc3b1fd4b50cf2fa129250d4c384b 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. vinayakumarb pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop-thirdparty.git The following commit(s) were added to refs/heads/trunk by this push: new eac5a3d HADOOP-16821. [pb-upgrade] Use 'o.a.h.thirdparty.protobuf' shaded prefix instead of 'protobuf_3_7' (#3) eac5a3d is described below commit eac5a3df55fcc3b1fd4b50cf2fa129250d4c384b Author: Vinayakumar B AuthorDate: Tue Jan 21 22:59:27 2020 +0530 HADOOP-16821. [pb-upgrade] Use 'o.a.h.thirdparty.protobuf' shaded prefix instead of 'protobuf_3_7' (#3) --- hadoop-shaded-protobuf_3_7/pom.xml | 2 +- pom.xml | 1 + src/site/markdown/index.md.vm | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/hadoop-shaded-protobuf_3_7/pom.xml b/hadoop-shaded-protobuf_3_7/pom.xml index 102625c..5a622cd 100644 --- a/hadoop-shaded-protobuf_3_7/pom.xml +++ b/hadoop-shaded-protobuf_3_7/pom.xml @@ -74,7 +74,7 @@ com/google/protobuf - ${shaded.prefix}.protobuf_3_7 + ${protobuf.shade.prefix} google/ diff --git a/pom.xml b/pom.xml index 155a0a2..0754cb6 100644 --- a/pom.xml +++ b/pom.xml @@ -93,6 +93,7 @@ org.apache.hadoop.thirdparty + ${shaded.prefix}.protobuf 3.7.1 diff --git a/src/site/markdown/index.md.vm b/src/site/markdown/index.md.vm index adafd02..f7acb74 100644 --- a/src/site/markdown/index.md.vm +++ b/src/site/markdown/index.md.vm @@ -43,3 +43,4 @@ This page provides an overview of the major changes. Protobuf-java ------------- Google Protobuf's 3.7.1 jar is available as *org.apache.hadoop.thirdparty:hadoop-shaded-protobuf_3_7* artifact. +*com.google.protobuf* package is shaded as *org.apache.hadoop.thirdparty.protobuf*. --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-commits-help@hadoop.apache.org