-
-
Notifications
You must be signed in to change notification settings - Fork 9k
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
Update at-since up to and including 2.226 #4587
Conversation
@@ -391,7 +391,7 @@ public void putIfNotNull(String key, String value) { | |||
|
|||
/** | |||
* Add entire map but filter null values out. | |||
* @since TODO | |||
* @since 2.214 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#4194 (still a pointless change without merit).
@@ -526,7 +526,7 @@ public static String getSystemProperty(String key) { | |||
/** | |||
* Returns true if and only if the UI refresh is enabled. | |||
* | |||
* @since TODO | |||
* @since 2.222 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -1099,7 +1099,7 @@ public static String getFooterURL() { | |||
* | |||
* @param predicate | |||
* Filter the descriptors based on this predicate | |||
* @since TODO | |||
* @since 2.222 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -1148,7 +1148,7 @@ public static String getFooterURL() { | |||
/** | |||
* Descriptors shown in the global configuration form to users with {@link Jenkins#SYSTEM_READ} permission. | |||
* | |||
* @since TODO | |||
* @since 2.222 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -1162,7 +1162,7 @@ public static String getFooterURL() { | |||
* @throws AccessDeniedException | |||
* if the user doesn't have the permission. | |||
* | |||
* @since TODO | |||
* @since 2.222 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -5310,7 +5310,7 @@ public boolean shouldShowStackTrace() { | |||
* <p>This permission is disabled by default and support for it considered experimental. | |||
* Administrators can set the system property {@code jenkins.security.ManagePermission} to enable it.</p> | |||
* | |||
* @since TODO | |||
* @since 2.222 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -1794,7 +1794,7 @@ public String getFullDisplayName() { | |||
* Gets just the immediate children of {@link Jenkins} based on supplied predicate. | |||
* | |||
* @see #getAllItems(Class) | |||
* @since TODO | |||
* @since 2.221 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -145,7 +145,7 @@ public static boolean isDisabled() { | |||
* Returns true iff we're in the time period during which this is supposed to collect data. | |||
* @return true iff we're in the time period during which this is supposed to collect data | |||
* | |||
* @since TODO | |||
* @since 2.202 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -39,7 +39,7 @@ | |||
/** | |||
* One WebSocket connection. | |||
* @see WebSockets | |||
* @since TODO | |||
* @since 2.216 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -41,7 +41,7 @@ | |||
|
|||
/** | |||
* Support for serving WebSocket responses. | |||
* @since TODO | |||
* @since 2.216 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If no objections, I will merge tomorrow. |
Also update the script to deal with
untagged-*
tags.Proposed changelog entries
None, internal
Submitter checklist
Proposed changelog entries
section only if there are breaking changes or other changes which may require extra steps from users during the upgradeDesired reviewers
@mention
Maintainer checklist
Before the changes are marked as
ready-for-merge
:Proposed changelog entries
are correctupgrade-guide-needed
label is set and there is aProposed upgrade guidelines
section in the PR title. (example)lts-candidate