-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Fix deprecation warning with latest jruby/bundler #17766
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
Conversation
This commit updates the pluginmanager to not use a deprecated argument. See rubygems/rubygems@d1963bf
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
This pull request does not have a backport label. Could you fix it @donoghuc? 🙏
|
|
Kicked off exhaustive tests too https://buildkite.com/elastic/logstash-exhaustive-tests-pipeline/builds/2048 |
💛 Build succeeded, but was flaky
Failed CI Steps |
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.
👍
While this isn't backward-compatible with Bundlers < v2.6.0 when the deprecation notice was introduced, those old bundlers aren't compatible with our current jruby runtime. I think we're in the clear.
@Mergifyio backport 9.1 |
✅ Backports have been created
|
This commit updates the pluginmanager to not use a deprecated argument. See rubygems/rubygems@d1963bf (cherry picked from commit 443e527)
This commit updates the pluginmanager to not use a deprecated argument. See rubygems/rubygems@d1963bf (cherry picked from commit 443e527) Co-authored-by: Cas Donoghue <[email protected]>
Release notes
[rn:skip]
What does this PR do?
This commit updates the pluginmanager to not use a deprecated argument.
See rubygems/rubygems@d1963bf
Why is it important/What is the impact to the user?
Without this patch use of the plugin manager can surface warnings that are not actionable by the logstash user. This commit fixes the underlying issue so messages are no longer surfaced.
Checklist
Related issues
Logs