On Fri, May 3, 2019 at 4:37 AM Robert Sandell <[email protected]> wrote: > If I read the migration guide on the AdoptOpenJDK correctly it states that > there is no Java Web start replacement for Java 8. don't we have some Java > Web Start code at least in core for agent launching?
Yes, but this is gone in newer Oracle JDKs anyway; you can use IcedTea if you really want it on _any_ JRE; and you can launch agents without it easily. https://github.com/jenkinsci/jenkins/pull/3998 As Oleg says, this has nothing to do with the choice of JDK for Jenkins’ own builds. There _is_ a `javax.jnlp` API but Jenkins does not use it. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr0Fa4btJ0nT4_bzqQKVxxu4S_vBGcFn4S41%3D_UO4gEkqA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
