jenkinsci / jenkinsfile-runner

A command line tool to run Jenkinsfile as a function
MIT License
1.13k stars 291 forks source link

Deprecate Java 1.8 support #584

Closed oleg-nenashev closed 2 years ago

oleg-nenashev commented 2 years ago

Currently Jenkinsfile Runner base images are distributed with Java 8 by default. Also, there is ongoing work on Java 17 support in Jenkins and Jenkinsfile Runner in #569. Once it is shipped, it might make sense to drop Java 8 support. It is also reasonable to switch to Java 11, because Quarkus 2 does no longer support Java 8 and we want to adopt it in #214

Scope

References