It makes a logical sense to me to remove JDK 9 and 10. To be honest, we
should perhaps lookup those Jira issues which appear only in 9 and not in
some higher version.

On Wed, Oct 3, 2018 at 6:41 PM Robert Scholte <[email protected]> wrote:

> I don't think we will get a lot of *new* reds, only those related to ASM.
>
> And this is probably the time to make all projects Java 11 ready, the
> first complaints are already coming in.
>
>
> On Wed, 03 Oct 2018 10:56:28 +0200, Olivier Lamy <[email protected]> wrote:
>
> > hehe we may see a lot of red :)
> >
> > On Wed, 3 Oct 2018 at 15:46, <[email protected]> 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 <[email protected]>
> >> 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
> >>
> >>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to