Document drop of Java 17 in java policy#8675
Merged
krisstern merged 1 commit intojenkins-infra:masterfrom Jan 3, 2026
Merged
Conversation
Signed-off-by: Alexander Brandes <mc.cache@web.de>
29d9dec to
a7a82e8
Compare
Contributor
|
I disagree with this change. We've never backported a Java version removal. We've never removed support for a Java version from the LTS release without first allowing multiple weeks for it to be removed in the weekly release. There are too many things that can go wrong and too many things that need to be identified and adjusted. I've submitted a pull request that switches this to the pattern we've used in the past where we first remove a Java version in a weekly, then we remove that Java version in the next LTS baseline after the weekly. The pull request is: |
MarkEWaite
added a commit
to MarkEWaite/jenkins
that referenced
this pull request
Jan 6, 2026
Changed in the jenkins.io documentation with pull request: * jenkins-infra/jenkins.io#8680 Removes the backport of pull request: * jenkins-infra/jenkins.io#8675 Issue report: * jenkinsci#26039 This reverts commit 5afa4b4.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The change proposed updates our supported Java policy matching the Jenkins versions where drop support of Java 17.