From commits-return-82854-archive-asf-public=cust-asf.ponee.io@hbase.apache.org Sat Feb 2 05:55:00 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 7C0A2180656 for ; Sat, 2 Feb 2019 06:54:59 +0100 (CET) Received: (qmail 26508 invoked by uid 500); 2 Feb 2019 05:54:58 -0000 Mailing-List: contact commits-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list commits@hbase.apache.org Received: (qmail 26499 invoked by uid 99); 2 Feb 2019 05:54:58 -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; Sat, 02 Feb 2019 05:54:58 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 742DC857A4; Sat, 2 Feb 2019 05:54:57 +0000 (UTC) Date: Sat, 02 Feb 2019 05:54:57 +0000 To: "commits@hbase.apache.org" Subject: [hbase] branch branch-2 updated: HBASE-21808 Ensure we can build with JDK11 targetting JDK8 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <154908689716.4441.8382878385998534950@gitbox.apache.org> From: busbey@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: hbase X-Git-Refname: refs/heads/branch-2 X-Git-Reftype: branch X-Git-Oldrev: 2b5dd388cd0ea32c313c17eeaa2d2d6922dad157 X-Git-Newrev: e8767ea49538b72befe4581d4e44ae50dc332728 X-Git-Rev: e8767ea49538b72befe4581d4e44ae50dc332728 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. busbey pushed a commit to branch branch-2 in repository https://gitbox.apache.org/repos/asf/hbase.git The following commit(s) were added to refs/heads/branch-2 by this push: new e8767ea HBASE-21808 Ensure we can build with JDK11 targetting JDK8 e8767ea is described below commit e8767ea49538b72befe4581d4e44ae50dc332728 Author: Sean Busbey AuthorDate: Wed Jan 30 02:20:33 2019 -0600 HBASE-21808 Ensure we can build with JDK11 targetting JDK8 Signed-off-by: Josh Elser (cherry picked from commit 5784a09fff10f5ce927d489559331345ff9045f5) --- hbase-assembly/pom.xml | 1 + hbase-assembly/src/main/assembly/client.xml | 5 ++++- .../src/main/assembly/hadoop-two-compat.xml | 5 ++++- hbase-it/pom.xml | 15 +++++++++++-- hbase-protocol-shaded/pom.xml | 14 ++++++++++++ hbase-protocol/pom.xml | 12 +++++++++++ hbase-shaded/hbase-shaded-client/pom.xml | 2 ++ hbase-shaded/pom.xml | 2 ++ pom.xml | 25 ++++++++++++++++++++-- 9 files changed, 75 insertions(+), 6 deletions(-) diff --git a/hbase-assembly/pom.xml b/hbase-assembly/pom.xml index 6b705af..4005947 100644 --- a/hbase-assembly/pom.xml +++ b/hbase-assembly/pom.xml @@ -138,6 +138,7 @@ unpack-dependencies + pom true **\/NOTICE,**\/NOTICE.txt diff --git a/hbase-assembly/src/main/assembly/client.xml b/hbase-assembly/src/main/assembly/client.xml index c875b95..acaea0d 100644 --- a/hbase-assembly/src/main/assembly/client.xml +++ b/hbase-assembly/src/main/assembly/client.xml @@ -42,8 +42,11 @@ lib - + + javax.annotation:javax.annotation-api + com.sun.xml.ws:jaxws-ri + org.jruby:jruby-complete com.sun.jersey:* com.sun.jersey.contribs:* diff --git a/hbase-assembly/src/main/assembly/hadoop-two-compat.xml b/hbase-assembly/src/main/assembly/hadoop-two-compat.xml index d713f9e..feb6e2a 100644 --- a/hbase-assembly/src/main/assembly/hadoop-two-compat.xml +++ b/hbase-assembly/src/main/assembly/hadoop-two-compat.xml @@ -63,8 +63,11 @@ false - + + javax.annotation:javax.annotation-api + com.sun.xml.ws:jaxws-ri + org.jruby:jruby-complete com.sun.jersey:* com.sun.jersey.contribs:* diff --git a/hbase-it/pom.xml b/hbase-it/pom.xml index ef2603b..8985bdc 100644 --- a/hbase-it/pom.xml +++ b/hbase-it/pom.xml @@ -293,8 +293,19 @@ true - - + + build-with-jdk11 + + [1.11,) + + + + com.sun.xml.ws + jaxws-ri + pom + + + hadoop-2.0 diff --git a/hbase-protocol-shaded/pom.xml b/hbase-protocol-shaded/pom.xml index 5af1f3b..3c9162e 100644 --- a/hbase-protocol-shaded/pom.xml +++ b/hbase-protocol-shaded/pom.xml @@ -153,6 +153,8 @@ + + javax.annotation:javax.annotation-api org.apache.hbase.thirdparty:* @@ -266,5 +268,17 @@ true + + build-with-jdk11 + + [1.11,) + + + + javax.annotation + javax.annotation-api + + + diff --git a/hbase-protocol/pom.xml b/hbase-protocol/pom.xml index 2952d87..360b2d4 100644 --- a/hbase-protocol/pom.xml +++ b/hbase-protocol/pom.xml @@ -135,5 +135,17 @@ true + + build-with-jdk11 + + [1.11,) + + + + javax.annotation + javax.annotation-api + + + diff --git a/hbase-shaded/hbase-shaded-client/pom.xml b/hbase-shaded/hbase-shaded-client/pom.xml index 8063782..8dbcdae 100644 --- a/hbase-shaded/hbase-shaded-client/pom.xml +++ b/hbase-shaded/hbase-shaded-client/pom.xml @@ -54,6 +54,8 @@ + + javax.annotation:javax.annotation-api + javax.annotation:javax.annotation-api org.apache.hadoop:* diff --git a/pom.xml b/pom.xml index 22332f6..c6adaa4a 100755 --- a/pom.xml +++ b/pom.xml @@ -1478,7 +1478,7 @@ 1.8 3.3.0 3.0.0 - 3.6.1 + 3.8.0 3.0.1 2.10 2.5.2 @@ -2255,7 +2255,7 @@ build-with-jdk8 - 1.8 + [1.8,) @@ -2283,6 +2283,27 @@ + + build-with-jdk11 + + [1.11,) + + + + + javax.annotation + javax.annotation-api + 1.3.2 + + + com.sun.xml.ws + jaxws-ri + 2.3.1 + pom + + + + jenkins.patch