-
Notifications
You must be signed in to change notification settings - Fork 25
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-57394] - Rename the plugin to make the purpose explicit #6
Conversation
@@ -14,8 +14,8 @@ | |||
<jenkins.version>2.112</jenkins.version> | |||
<java.level>8</java.level> | |||
</properties> | |||
<name>JDK Tool Plugin</name> | |||
<description>Allows the JDK tool to be installed via download from Oracle's website.</description> | |||
<name>Oracle Java SE Development Kit Installer Plugin</name> |
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.
too long? It will appear in the dependencies list on the plugin website, e.g. https://plugins.jenkins.io/ownership
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.
🤷♂ Seems fine. Maintainers need to update their core dependency to not pull in unnecessary plugins.
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.
LGTM. It improves the current situation.
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.
LGTM
Co-Authored-By: Evaristo Gutiérrez <egutierrez@cloudbees.com>
Will merge it taking the approvals. I will see if I can get #5 in the same release, but maybe having a different one is preferable to avoid going nuclear (new plugin name + red warning in the UC) |
Belated 👍 for the recommendation. Thanks for taking it in account Oleg. |
https://issues.jenkins-ci.org/browse/JENKINS-57394
This patch applies some renaming to make the purpose of the plugin explicit.
It also adds some documentation about license constratins to README.
CC @jenkinsci/java11-support