mikel / mail

A Really Ruby Mail Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JRuby 9.3+ fails with Java::JavaLang::ArrayIndexOutOfBoundsException

sebbASF opened this issue · comments

commented

Tests on JRuby 9.3+ are failing with Java::JavaLang::ArrayIndexOutOfBoundsException

This appears to be due to a JRuby bug:
jruby/jcodings#25 => jruby/jcodings#26

I don't think there is a work-round, so I think we either need to stop testing on JRuby 9.3+, or allow for such test failures on those versions.

With recent fixes on the JRuby's side, the test suite is passing again jruby/jruby#7730 So we can close this.