On Sat, 2020-02-15 at 09:44 -0500, Gary Gregory wrote: > I think we should test with LTS versions, so keep 11. >
Yes, of course. That would, of course, make a lot of sense but the fix for JDK-8212885 is available as of version 11.0.3 and above. For some reason unknown to me Travis CI refuses to upgrade their Java 11 JRE from 11.0.2 to something newer. I held off this commit until the very last moment. Oleg > Gary > > On Sat, Feb 15, 2020, 08:50 <[email protected]> wrote: > > > This is an automated email from the ASF dual-hosted git repository. > > > > olegk pushed a commit to branch JDK-8212885 > > in repository > > https://gitbox.apache.org/repos/asf/httpcomponents-client.git > > > > commit 85eec39f7f6b41434a3585f5be2c093b577dd2aa > > Author: Oleg Kalnichevski <[email protected]> > > AuthorDate: Fri Oct 18 14:39:58 2019 +0200 > > > > Updated Travis CI JDK matrix; replaced Oracle JDK 11 with > > OpenJDK 12 > > and Oracle JDK 12 > > --- > > .travis.yml | 8 +++++++- > > 1 file changed, 7 insertions(+), 1 deletion(-) > > > > diff --git a/.travis.yml b/.travis.yml > > index ce0f7e0..6661d14 100644 > > --- a/.travis.yml > > +++ b/.travis.yml > > @@ -20,7 +20,13 @@ sudo: false > > jdk: > > - openjdk7 > > - oraclejdk8 > > - - openjdk11 > > + - openjdk12 > > + - oraclejdk12 > > + - openjdk-ea > > + > > +matrix: > > + allow_failures: > > + - jdk: openjdk-ea > > > > after_success: > > - mvn clean cobertura:cobertura coveralls:report > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
