Recently my builds started failing (due to default distro switching from trusty to xenial) and the build log indicates openjdk11. I don’t have a JDK version specified anywhere, so that’s just getting used by default.
Which is fine, except the xenial documentation says:
default is
openjdk8
Which is it supposed to be then: openjdk8 or openjdk11?
I know I should probably specify the JDK version myself explicitly instead of relying on the default, but the builds and the documentation are still in contradiction.