Skip to content
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

Restore obsolete plugins #136

Merged
merged 3 commits into from
May 23, 2024
Merged

Conversation

headius
Copy link
Member

@headius headius commented May 23, 2024

Several plugins were deemed obsolete in favor of others that could simply run Ruby scripts directly, and were previously removed. However several of them are still depended on by older projects in the process of being updated (like jruby-rack) so I'm restoring and updating them to full functionality. We may decide that were indeed obsolete and remove them, but for now they are updated and passing tests again.

headius added 3 commits May 22, 2024 13:10
This reverts commit 35ed5cd.
The plugins restored here are largely obsolete, preferring to use
jruby:exec and similar targets to run normal external Ruby
programs, but they are still dependencies of other projects that
have not migrated (such as jruby-rack). This commit and the two
prior restore the plugins and update them in the same way the ones
were upated to recent JRuby and gem versions.
@headius headius added this to the 3.0.3 milestone May 23, 2024
@headius headius merged commit 6d6106d into jruby:master May 23, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant