JGit has released 6.0.0 that drops support for Java 8. The Jenkins git client plugin will stay on JGit 5.
On Sat, Dec 4, 2021 at 3:02 PM Tim Jacomb <[email protected]> wrote: > Looks like Andrew has fixed the reporting issue for core versions by > rewriting the processor: > https://github.com/jenkins-infra/jenkins-usage-stats > > You can see the report at > https://stats.jenkins.io/plugin-installation-trend/jvms.json > > Last month: > > > "1635724800000": { > "1.7": 686, > "1.8": 207812, > "10": 39, > "11": 80015, > "12": 53, > "13": 71, > "14": 81, > "15": 139, > "16": 35, > "17": 111, > "9": 23 > > > On Thu, 18 Nov 2021 at 18:29, 'Jesse Glick' via Jenkins Developers < > [email protected]> wrote: > >> On Thu, Nov 18, 2021 at 4:57 AM 'Daniel Beck' via Jenkins Developers < >> [email protected]> wrote: >> >>> On Thu, Nov 18, 2021 at 10:22 AM 'Björn Pedersen' via Jenkins Developers >>> <[email protected]> wrote: >>> >>>> you can build projects in any java version you like, even if jenkins >>>> is running in another version. >>>> >>> >>> Unless you use https://plugins.jenkins.io/maven-plugin/ >>> >> >> Even then it is OK so long as your agent *can* run the version of Java >> required by Jenkins. You can still build projects with `-release 8` or >> whatever. You can also use forked versions of JDK tools like `javac`, and >> `java` for Surefire tests; the plugin will actually set this up for you >> automatically if you pick an older JDK for the project, because we have >> been here before. >> >> (which you shouldn't, because it's terrible) >>> >> >> That too. >> >> -- >> 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/CANfRfr2AgR%2BS0v2ThYh%2BabFLR1nv0A-EHgy9u78tZ1BWr7G4GA%40mail.gmail.com >> <https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr2AgR%2BS0v2ThYh%2BabFLR1nv0A-EHgy9u78tZ1BWr7G4GA%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/CAH-3BidkHww6fRubiWi6A3ZYRLpMwABBNwWM9%3DzSJTS02BmhVQ%40mail.gmail.com > <https://groups.google.com/d/msgid/jenkinsci-dev/CAH-3BidkHww6fRubiWi6A3ZYRLpMwABBNwWM9%3DzSJTS02BmhVQ%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/CAO49JtFEL3LUUtCOFcO6r4pWLZLN_0Q%2BkCVb6t62RQ_9X56gQA%40mail.gmail.com.
