-
-
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
[Jenkins-75341] Sort deprecated plugins in alphabetical order #10358
base: master
Are you sure you want to change the base?
Conversation
Yay, your first pull request towards Jenkins core was created successfully! Thank you so much! |
Hi @MUCCHU where is the rest of the Submitter Checklist? |
I removed those items since they were not applicable in this case, eg change of dependencies, deprecated annotations, APIs etc. Do I need to add them back? |
Also, did you test locally? I am seeing the below issues in the logs: 07:36:00 [INFO] There are 2 errors reported by Checkstyle 10.21.3 with C:\Jenkins\agent\workspace\Core_jenkins_PR-10358/src/checkstyle/checkstyle-configuration.xml ruleset.
07:36:01 [ERROR] src\main\java\hudson\PluginManager.java:[104,1] (imports) CustomImportOrder: Wrong lexicographical order for 'java.util.LinkedHashMap' import. Should be before 'java.util.LinkedHashSet'.
07:36:01 [ERROR] src\main\java\hudson\PluginManager.java:[118,8] (imports) UnusedImports: Unused import - java.util.function.Function. |
Yes, please keep the Submitter Checklist intact as its original form and check off only relevant items |
Thanks for the feedback, I have added the complete submitter checklist. I am really sorry for the failing tests earlier, I ran the tests locally and it was successful now. |
duplicate of #10346 |
Yes, we should close this |
Thank you for pointing that out. I had no clue that someone else was working on it too as there was no status/assignment update on Jira. But I will close this now. |
FWIW per #10346 (comment) I would prefer this one over the other. |
These look like they are transient and may go away if we re-run the tests on GitHub. |
I really wish that's the case. I got the same result on build 2 btw. |
Please be more patient. I have just re-run the tests not long ago. |
See JENKINS-75341.
Testing done
This change just sorts the plugins by their display name alphabetically; hence, no automated tests are required.
Before
After
Proposed changelog entries
Proposed changelog category
/label bug
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
@krisstern
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).