logstash-plugins / logstash-output-s3

Apache License 2.0
58 stars 151 forks source link

Test: work-around issue with JRuby 9.3.4 #247

Closed kares closed 2 years ago

kares commented 2 years ago
TypeError: illegal access on 'toArray': class
org.jruby.javasupport.JavaMethod (in module org.jruby.dist) cannot
access a member of class
java.util.concurrent.ConcurrentHashMap$CollectionView (in module
java.base) with modifiers "public final"

and

TypeError: illegal access on 'size': class
org.jruby.javasupport.JavaMethod (in module org.jruby.dist) cannot
access a member of class
java.util.concurrent.ConcurrentHashMap$CollectionView (in module
java.base) with modifiers "public final"

upstream bug report: https://github.com/jruby/jruby/issues/7244

:red_circle: CI: https://app.travis-ci.com/github/logstash-plugins/logstash-output-s3/jobs/573433528