From commits-return-439-archive-asf-public=cust-asf.ponee.io@zipkin.apache.org Mon Mar 18 03:25:12 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 092F9180629 for ; Mon, 18 Mar 2019 04:25:11 +0100 (CET) Received: (qmail 11816 invoked by uid 500); 18 Mar 2019 03:25:11 -0000 Mailing-List: contact commits-help@zipkin.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zipkin.apache.org Delivered-To: mailing list commits@zipkin.apache.org Received: (qmail 11807 invoked by uid 99); 18 Mar 2019 03:25:11 -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; Mon, 18 Mar 2019 03:25:11 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 5D21B8930B; Mon, 18 Mar 2019 03:25:10 +0000 (UTC) Date: Mon, 18 Mar 2019 03:25:10 +0000 To: "commits@zipkin.apache.org" Subject: [incubator-zipkin-brave-cassandra] branch master updated: Moves build to JDK 11 (#19) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <155287951032.10276.17969718805815423753@gitbox.apache.org> From: adriancole@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-zipkin-brave-cassandra X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: e0a718cea3d08ccac5f2286b6485c56ff41c5688 X-Git-Newrev: 2f2a7d612a35796b290223300bacc99ae4ca6ace X-Git-Rev: 2f2a7d612a35796b290223300bacc99ae4ca6ace 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. adriancole pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-brave-cassandra.git The following commit(s) were added to refs/heads/master by this push: new 2f2a7d6 Moves build to JDK 11 (#19) 2f2a7d6 is described below commit 2f2a7d612a35796b290223300bacc99ae4ca6ace Author: Adrian Cole AuthorDate: Mon Mar 18 11:25:06 2019 +0800 Moves build to JDK 11 (#19) works around error-prone issue --- Jenkinsfile | 2 +- pom.xml | 51 ++++----------------------------------------------- 2 files changed, 5 insertions(+), 48 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5c28c35..599f06d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,7 +21,7 @@ pipeline { } tools { - jdk 'JDK 1.8 (latest)' + jdk 'JDK 11 (latest)' } options { diff --git a/pom.xml b/pom.xml index 78f5a4a..0b4493a 100644 --- a/pom.xml +++ b/pom.xml @@ -50,7 +50,7 @@ - 2.3.2 + 2.3.3 3.0 3.0.0-M3 @@ -331,7 +331,7 @@ - [1.8,12) + [11,12) @@ -403,52 +403,9 @@ - error-prone-1.8 + error-prone-11+ - 1.8 - false - - - - - maven-compiler-plugin - - - - default-compile - compile - - compile - - - javac-with-errorprone - true - - ${errorprone.args} - - - - - - - org.codehaus.plexus - plexus-compiler-javac-errorprone - 2.8.5 - - - com.google.errorprone - error_prone_core - ${errorprone.version} - - - - - - - - error-prone-9+ - - [9,) + [11,) false