Warn users of old Java version 18 months before end of life #8543
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.
Warn users of old Java version 18 months before end of life
Java releases a new LTS every two years. Jenkins supports the new LTS soon after its release. Allow a 6 month period after the release of a new LTS before warning the user that the previous Java release is approaching its end of life.
In the transition period from Java 11 to Java 17 and from Java 17 to Java 21, the 6 month period is not available because of the transition to the "2+2+2" support model for Java in Jenkins.
Dates and associated events:
Once we're through that transition period, then the pattern stabilizes as:
Testing done
Confirmed that the message in the admin monitor configuration at
/manage/configure
shows the expected text withoutnull
.Checked the translations of the message in Portugese, simplified Chinese, and Russian using a round trip through Google translate. The English to target to English resulted in final English that was understandable to me. Improvements to the translated messages are certainly welcomed.
Adjusted the value of "now()" in a development build and confirmed that the warning color appears 18 months before end of life and the danger color appears 9 months before end of life.
Proposed changelog entries
Proposed upgrade guidelines
N/A
Submitter checklist
@Restricted
or have@since TODO
Javadocs, as appropriate.@Deprecated(since = "TODO")
or@Deprecated(forRemoval = true, since = "TODO")
, if applicable.eval
to ease future introduction of Content Security Policy (CSP) directives (see documentation).Desired reviewers
@basil and @timja
I'd like to have this included in the weekly release delivered tomorrow (2.426). Asking for expedited review from @jenkinsci/core-pr-reviewers.
Before the changes are marked as
ready-for-merge
:Maintainer checklist
upgrade-guide-needed
label is set and there is a Proposed upgrade guidelines section in the pull request title (see example).lts-candidate
to be considered (see query).