On Sun, Feb 16, 2020 at 7:29 AM Jesse Glick <[email protected]> wrote:
> Could you file this in JIRA please with the smallest steps to reproduce > you have? > > Yes, I've copied those steps into a Jira ticket <https://issues.jenkins-ci.org/browse/JENKINS-61105>. I'm not aware of any of the steps that can be removed, so I believe those are the minimum steps to duplicate the issue. > Does this occur in `master`? > I don't know if it occurs with 'master'. It does not occur with 2.204.2. It does not occur with weekly 2.220 as downloaded from the official release site. I'll build the master branch and try it later today. I'll also try to confirm my suspicion that the root of the issue is that the release candidate build was compiled with Java 11 without specifically mandating '-release 8' The links included in the earlier message seem to indicate that setting source and target are necessary but not sufficient for Java 11 to generate Java 8 byte code. I've switched my testing of the release candidate to use Java 11 and that testing has found no issues. The problem does not occur when the same release candidate bits are run with Java 11. It only happens with Java 8. Mark Waite > -- > 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/CANfRfr32uF7ZCagBNJoRoEwW6GTWSvYDgp%2BMVyASWKmAHLePRw%40mail.gmail.com > <https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr32uF7ZCagBNJoRoEwW6GTWSvYDgp%2BMVyASWKmAHLePRw%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- 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/CAO49JtGRSCWun%2BWncQ%3Dk9A38ioF1O73QojwhUkAaE-UNProDBg%40mail.gmail.com.
