From commits-return-24369-archive-asf-public=cust-asf.ponee.io@accumulo.apache.org Thu Nov 26 19:15:28 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-ec2-va.apache.org (mxout1-ec2-va.apache.org [3.227.148.255]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 349AA180626 for ; Thu, 26 Nov 2020 20:15:28 +0100 (CET) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-ec2-va.apache.org (ASF Mail Server at mxout1-ec2-va.apache.org) with SMTP id 77A7343154 for ; Thu, 26 Nov 2020 19:15:27 +0000 (UTC) Received: (qmail 46181 invoked by uid 500); 26 Nov 2020 19:15:27 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 46155 invoked by uid 99); 26 Nov 2020 19:15:27 -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, 26 Nov 2020 19:15:27 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 0789F81FE7; Thu, 26 Nov 2020 19:15:27 +0000 (UTC) Date: Thu, 26 Nov 2020 19:15:27 +0000 To: "commits@accumulo.apache.org" Subject: [accumulo] 01/02: Minor fixup of build MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: ctubbsii@apache.org In-Reply-To: <160641812676.7028.4975504675535407026@gitbox.apache.org> References: <160641812676.7028.4975504675535407026@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: accumulo X-Git-Refname: refs/heads/1.10 X-Git-Reftype: branch X-Git-Rev: 61840580b448b68d7af67bfb8440db00cedebd0e X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20201126191527.0789F81FE7@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. ctubbsii pushed a commit to branch 1.10 in repository https://gitbox.apache.org/repos/asf/accumulo.git commit 61840580b448b68d7af67bfb8440db00cedebd0e Author: Christopher Tubbs AuthorDate: Thu Nov 26 12:58:28 2020 -0500 Minor fixup of build * Show rat output in console (partial backport to 1.x from #1767) * Don't skip enforcer when skipQA profile is active, because it is necessary for enforcing build requirements (and isn't costly to run) * Enforce the JDK version to less than 15 for Accumulo 1.x, because Concurrent Mark and Sweep garbage collector options were removed from JDK 15, which Accumulo 1.x uses in its scripts and in Mini. While Accumulo 1.x can still compile and build in JDK 15, it will not be able to run as-is, including running tests, resulting in hard-to-track and confusing errors for developers. It is easier to enforce the JDK version to being at least 11, and strictly less than 15, during development. --- pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 0aa8095..6606c0f 100644 --- a/pom.xml +++ b/pom.xml @@ -141,6 +141,7 @@ 2.0.7 2020-08-27T15:56:15Z + true false 1.7.25 @@ -850,7 +851,8 @@ [3.5.0,) - [11,) + + [11,15) @@ -1064,7 +1066,6 @@ true true true - true true true true