jenkins-infra / crawler

tools crawler
26 stars 65 forks source link

Restore JDK runner #79

Closed daniel-beck closed 5 years ago

daniel-beck commented 5 years ago

Will lose JDK 10 but, as Oracle helpfully informs us, "Java SE 10 has reached end of support. Users of Java SE 10 should switch to Java SE 11."

oleg-nenashev commented 5 years ago

FTR https://issues.jenkins-ci.org/browse/JENKINS-54305

daniel-beck commented 5 years ago

@batmat This has nothing to do with Java 11.

oleg-nenashev commented 5 years ago

I believe we can close https://issues.jenkins-ci.org/browse/JENKINS-54305 by this fix and then create a new RFE for OpenJDK 11 Installer (or AdoptOpenJDK 11 one). Oracle's Java 11 is not something we can/should support from the JDK Tool Plugin IMO

batmat commented 5 years ago

This has nothing to do with Java 11.

Well, either it's an excessive statement, or I don't think you got my point @daniel-beck. I'm aware the crawler isn't what people use to run Jenkins, but still currently there's no solution for users to use a JDK11 with the standard tooling from inside Jenkins (apart from pushing a custom built JDK in their binary repository, which is anyway what I was doing in the past).

So, yes, this has nothing to do with running Jenkins on Java 11. Agreed.

This has to do with the experience offered to users to run JDK11 builds (yes, Docker can help a bit nowadays in this regard). Switching to OpenJDK11 or whatever might indeed be a way, and that is what I'm referring to.