suggestion to whoever is in build eng. nix the random JDKs?
Adrian Cole
10/12/2020, 5:06 AM
I'd recommend reducing clutter by not having tests on JREs besides 1.8, 11 (LTS) and latest (15). Java 9 was a mess for example, and the other interim JREs just give a reason for build distraction
x
Xiang Fu
10/12/2020, 3:42 PM
do you observed anything in other java version? Btw, I’m 100% with you that java 9 is a mess 😉
a
Adrian Cole
10/19/2020, 12:12 AM
usually going to latest has some ASM library problems of some kind (sometimes used in test or code generation libraries)