Re: [ALL] CI builds and Java versions

2020-08-02 Thread Emmanuel Bourg
Le 26/07/2020 à 23:39, Gary Gregory a écrit : > For mythical builds that require Java 6, we should really consider bumping > those up to Java 7 or 8 because newer JDKs do not accept compiling to > targets older than Java 7. Technically it's possible to build with Java 11 and use the --release 6

Re: [ALL] CI builds and Java versions

2020-07-26 Thread Matt Sicker
If building on Jenkins, it looks like Infra still supports all the way back to 1.4: https://cwiki.apache.org/confluence/display/INFRA/JDK+Installation+Matrix On Sun, 26 Jul 2020 at 16:46, Gary Gregory wrote: > > Hi All: > > As a guideline I think our CI builds should use the following Java

[ALL] CI builds and Java versions

2020-07-26 Thread Gary Gregory
Hi All: As a guideline I think our CI builds should use the following Java versions: - Java 8 since it is LTS - Java 11 since it is LTS - Java 14 since it is the latest version - Java 15-ea since it is upcoming, but should be allowed to fail a build - Java 16-ea since it is