-
Notifications
You must be signed in to change notification settings - Fork 16
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
Implement GitHub action #537
Comments
Hi, I would like to work on this issue:) |
Hello sir, Thank you. |
Many outdated plugin are not supporting yet Java 17 or 21. But I think the use case here is more about applying latest archetype changes on plugins. So I would expect the action/workflow to be installed on only active plugin. The minimum Java version for Jenkins is 11 and 17 for recent LTS version. So I would for for Java 17 to run plugin-modernizer action |
@nagu165 : I think the question is not whether plugins will support Java 21 or not, but let me clarify a few things first. Many plugins won’t support Temurin 21 yet; we’re not ready. Jenkins core has been supporting Java 21 for a while now, and we started a campaign last year to upgrade the most installed plugins to Java 21. However, there are still many plugins that aren’t ready for Java 21, which is why we're focusing on getting them to work with Java 17 first. Our goal in addressing this issue is to create a GitHub Action that would launch the modernizer tool. Then, the infra team could add this GitHub Action to existing plugins by default, or we could propose it through a PR to encourage maintainers to add this GitHub Action. |
Ok sir, Understood. |
Yes sir, I understand the context now. |
Thanks for adding more context than me ;) |
What feature do you want to see added?
Probably very similar to
https://github.com/jreleaser/release-action
Upstream changes
See if we need an option to apply changes on current repo and not perform forking
Are you interested in contributing this feature?
No response
The text was updated successfully, but these errors were encountered: