-
-
Notifications
You must be signed in to change notification settings - Fork 300
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Java 17 support and official distributions #569
Labels
enhancement
New feature or request
roadmap
This issue represents a major topic on the Jenkinsfile Runner roadmap
Comments
oleg-nenashev
added
enhancement
New feature or request
roadmap
This issue represents a major topic on the Jenkinsfile Runner roadmap
labels
Oct 19, 2021
I started on a PR #723 to upgrade to Java 17 and newer Jenkins release 2.462.3. Having trouble getting the builds to work in the PR. But locally I was able to compile and build the docker image with Maven 3.9.9 and Java 17. Also Java 8/11 are out of support so I think we can switch directly to 17 https://www.jenkins.io/doc/book/platform-information/support-policy-java/
|
Yes, Java 17 or even 21 are fine
…On Wed, Nov 13, 2024 at 3:38 PM Shawn Thompson ***@***.***> wrote:
I started on a PR #723
<#723> to upgrade to
Java 17 and newer Jenkins release 2.462.3. Having trouble getting the
builds to work in the PR. But locally I was able to compile and build the
docker image with Maven 3.9.9 and Java 17
mvn clean install -Denvironment=test -Ppackage-app,package-vanilla,jacoco,run-its -DargLine="--add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.invoke=ALL-UNNAMED"
podman build -t jenkins4eval/jenkinsfile-runner -f packaging/docker/unix/eclipse-temurin-17-jre/Dockerfile . --arch x86_64
—
Reply to this email directly, view it on GitHub
<#569 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAW4RIASJXSRYYYVWQI64UD2ANP5XAVCNFSM6AAAAABRWUTFPKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINZTHAYDKNRWGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
roadmap
This issue represents a major topic on the Jenkinsfile Runner roadmap
Currently Jenkinsfile Runner ships only with Java 11. @timja @basil and other contributors made a lot of work to ship Java 17 preview support in the Jenkins core, and it would be awesome to ship Jenkinsfile Runner distributions for it too
Scope
The text was updated successfully, but these errors were encountered: