Skip to content

Commit

Permalink
Remove workaround for JRuby #8061
Browse files Browse the repository at this point in the history
  • Loading branch information
andsel authored Apr 3, 2024
1 parent 3b520e2 commit 1f5f735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bootstrap/rspec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# It's mainly related to Gradle opening java.base module and this interfere with
# JRuby binding of methods. Full description at https://github.com/jruby/jruby/issues/8061#issuecomment-1908807511
# Remove when Logstash bundle a JRuby version >= 9.4.6.0.
java.util.LinkedHashSet.remove_method(:map) rescue nil
# java.util.LinkedHashSet.remove_method(:map) rescue nil

require_relative "environment"
LogStash::Bundler.setup!({:without => [:build]})
Expand Down

0 comments on commit 1f5f735

Please sign in to comment.