-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Fixes to the bundles gems and jars versions #17659
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
Fixes to the bundles gems and jars versions #17659
Conversation
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
This pull request does not have a backport label. Could you fix it @andsel? 🙏
|
…me duplicated gems which are already vendored to an upper version
843f070
to
3462446
Compare
@exclude_paths << 'vendor/jruby/lib/ruby/stdlib/cgi{,.rb}' | ||
@exclude_paths << 'vendor/jruby/lib/ruby/stdlib/cgi/**/*' |
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.
Review note:
- build a tarball:
./gradlew assembleTarDistribution
- Look for instances of the word
cgi
, and ensure that the stdlib entry present invendor/jruby/lib/ruby/stdlib
of source is not present in the tarbal:tar -tzf build/logstash-9.1.0-SNAPSHOT.tar.gz | egrep '\cgi\b'
|
💚 Build Succeeded
History
cc @andsel |
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
* Avoid hard pins on gem versions in the Gemfile.template and remove some duplicated gems which are already vendored to an upper version * exclude inactive net-imap-0.2.3 from artifacts * artifacts: exclude "default" stdlib gems that are shadowed by pinned gems --------- Co-authored-by: Ry Biesemeyer <[email protected]> (cherry picked from commit 06c877e)
* Avoid hard pins on gem versions in the Gemfile.template and remove some duplicated gems which are already vendored to an upper version * exclude inactive net-imap-0.2.3 from artifacts * artifacts: exclude "default" stdlib gems that are shadowed by pinned gems --------- Co-authored-by: Ry Biesemeyer <[email protected]> (cherry picked from commit 06c877e) # Conflicts: # Gemfile.template
* Avoid hard pins on gem versions in the Gemfile.template and remove some duplicated gems which are already vendored to an upper version * exclude inactive net-imap-0.2.3 from artifacts * artifacts: exclude "default" stdlib gems that are shadowed by pinned gems --------- Co-authored-by: Ry Biesemeyer <[email protected]> (cherry picked from commit 06c877e) # Conflicts: # rakelib/artifacts.rake
* Avoid hard pins on gem versions in the Gemfile.template and remove some duplicated gems which are already vendored to an upper version * exclude inactive net-imap-0.2.3 from artifacts * artifacts: exclude "default" stdlib gems that are shadowed by pinned gems --------- Co-authored-by: Ry Biesemeyer <[email protected]> (cherry picked from commit 06c877e) # Conflicts: # Gemfile.template
* Avoid hard pins on gem versions in the Gemfile.template and remove some duplicated gems which are already vendored to an upper version * exclude inactive net-imap-0.2.3 from artifacts * artifacts: exclude "default" stdlib gems that are shadowed by pinned gems --------- (cherry picked from commit 06c877e) Co-authored-by: Andrea Selva <[email protected]> Co-authored-by: Ry Biesemeyer <[email protected]>
…17664) * Fixes to the bundles gems and jars versions (#17659) * Avoid hard pins on gem versions in the Gemfile.template and remove some duplicated gems which are already vendored to an upper version * exclude inactive net-imap-0.2.3 from artifacts * artifacts: exclude "default" stdlib gems that are shadowed by pinned gems --------- Co-authored-by: Ry Biesemeyer <[email protected]> (cherry picked from commit 06c877e) # Conflicts: # Gemfile.template * fix merge conflict (line order) --------- Co-authored-by: Andrea Selva <[email protected]> Co-authored-by: Rye Biesemeyer <[email protected]>
…17662) * Fixes to the bundles gems and jars versions (#17659) * Avoid hard pins on gem versions in the Gemfile.template and remove some duplicated gems which are already vendored to an upper version * exclude inactive net-imap-0.2.3 from artifacts * artifacts: exclude "default" stdlib gems that are shadowed by pinned gems --------- Co-authored-by: Ry Biesemeyer <[email protected]> (cherry picked from commit 06c877e) # Conflicts: # Gemfile.template * fix conflict (line order) --------- Co-authored-by: Andrea Selva <[email protected]> Co-authored-by: Rye Biesemeyer <[email protected]>
…17663) Avoid hard pins on gem versions in the Gemfile.template and remove some duplicated gems which are already vendored to an upper version --------- Co-authored-by: Andrea Selva <[email protected]> Co-authored-by: Rye Biesemeyer <[email protected]>
Release notes
[rn:skip]
What does this PR do?
Avoid hard pins on gem versions in the Gemfile.template and remove some duplicated gems which are already vendored to an upper version