From dev-return-126759-archive-asf-public=cust-asf.ponee.io@maven.apache.org Wed Oct 3 18:34:30 2018 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 8705018065B for ; Wed, 3 Oct 2018 18:34:29 +0200 (CEST) Received: (qmail 59455 invoked by uid 500); 3 Oct 2018 16:34:28 -0000 Mailing-List: contact dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Developers List" Reply-To: "Maven Developers List" Delivered-To: mailing list dev@maven.apache.org Received: (qmail 59442 invoked by uid 99); 3 Oct 2018 16:34:28 -0000 Received: from mail-relay.apache.org (HELO mailrelay1-lw-us.apache.org) (207.244.88.152) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Oct 2018 16:34:28 +0000 Received: from desktop-2khsk44.dynamic.ziggo.nl (D966C2ED.cm-23.dynamic.ziggo.nl [217.102.194.237]) by mailrelay1-lw-us.apache.org (ASF Mail Server at mailrelay1-lw-us.apache.org) with ESMTPSA id 7528C146E for ; Wed, 3 Oct 2018 16:34:27 +0000 (UTC) Content-Type: text/plain; charset=iso-8859-15; format=flowed; delsp=yes To: "Maven Developers List" Subject: Re: [maven-jenkins-lib] branch master updated: Add Java 11 to defaults References: <153854558191.27092.1174039329179717326@gitbox.apache.org> <59b3aa10-b196-995e-80a1-97f64b7c088c@apache.org> Date: Wed, 03 Oct 2018 18:34:27 +0200 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Robert Scholte" Organization: Apache Software Foundation Message-ID: In-Reply-To: User-Agent: Opera Mail/12.18 (Win64) 0: the versions are available and it makes our message to the community a lot easier: it all works with Java 7 and above. And what do we really gain? The more different versions we test with, the more we can confirm the stability. I don't expect tests to fail only for 9 or 10. On the other hand, if something fails starting from Java X it might be easier to identify the issue. Robert On Wed, 03 Oct 2018 12:27:24 +0200, Sylwester Lachiewicz wrote: > +1 > > On Wed, Oct 3, 2018, 12:11 PM Olivier Lamy wrote: > >> +1 >> >> On Wed, 3 Oct 2018 at 20:06, Michael Osipov wrote: >> >> > I'd boldly drop 9 and 10, they're dead. >> > >> > Am 2018-10-03 um 10:56 schrieb Olivier Lamy: >> > > hehe we may see a lot of red :) >> > > >> > > On Wed, 3 Oct 2018 at 15:46, wrote: >> > > >> > >> This is an automated email from the ASF dual-hosted git repository. >> > >> >> > >> rfscholte pushed a commit to branch master >> > >> in repository >> https://gitbox.apache.org/repos/asf/maven-jenkins-lib.git >> > >> >> > >> >> > >> The following commit(s) were added to refs/heads/master by this >> push: >> > >> new 097a623 Add Java 11 to defaults >> > >> 097a623 is described below >> > >> >> > >> commit 097a623bb5c3f24e94f24a86f83e8b272a1aae61 >> > >> Author: rfscholte >> > >> AuthorDate: Wed Oct 3 07:46:15 2018 +0200 >> > >> >> > >> Add Java 11 to defaults >> > >> --- >> > >> vars/asfMavenTlpPlgnBuild.groovy | 2 +- >> > >> 1 file changed, 1 insertion(+), 1 deletion(-) >> > >> >> > >> diff --git a/vars/asfMavenTlpPlgnBuild.groovy >> > >> b/vars/asfMavenTlpPlgnBuild.groovy >> > >> index dc07d6e..cf0bde1 100644 >> > >> --- a/vars/asfMavenTlpPlgnBuild.groovy >> > >> +++ b/vars/asfMavenTlpPlgnBuild.groovy >> > >> @@ -33,7 +33,7 @@ def call(Map params = [:]) { >> > >> >> > >> // now determine the matrix of parallel builds >> > >> def oses = params.containsKey('os') ? params.os : ['linux', >> > 'windows'] >> > >> - def jdks = params.containsKey('jdks') ? params.jdks : >> > >> params.containsKey('jdk') ? params.jdk : ['7','8','9','10'] >> > >> + def jdks = params.containsKey('jdks') ? params.jdks : >> > >> params.containsKey('jdk') ? params.jdk : ['7','8','9','10','11'] >> > >> def jdkMin = jdks[0]; >> > >> def mavens = params.containsKey('maven') ? params.maven : >> > >> ['3.2.x','3.3.x','3.5.x'] >> > >> // def failFast = params.containsKey('failFast') ? >> > params.failFast : >> > >> true >> > >> >> > >> >> > > >> > >> > >> >> -- >> Olivier Lamy >> http://twitter.com/olamy | http://linkedin.com/in/olamy --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For additional commands, e-mail: dev-help@maven.apache.org