-
-
Notifications
You must be signed in to change notification settings - Fork 925
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
JRuby 1.7: update to latest jruby-openssl version #4306
Comments
There are some errors that have shown up in CI for the related PR. After exploration, I believe that the MRI If I should open another issue for JRuby9k (since this one's title mentions 1.7), let me know and I'll be happy to do so. |
Asking about this in IRC, and was told that the MRI tests for JRuby9k are run in CI via |
on 0.9.17 for the moment, hopefully 0.9.19 will be released soon-ish ... (before the next/final? 1.7 release) |
and we're updated to 0.9.19 - took quite longer than expected. |
hooray, thanks! |
Environment
JRuby version 1.7.26 ships with jruby-stdlib 1.7.26, which bundles version 0.9.16 of the jruby-openssl gem. We've had a few customers report some compatibility issues between some of their other x509 tools and older versions of bouncycastle/jruby-openssl, so we're trying to upgrade our packages to ship with jruby-openssl 0.9.18. It seems like the cleanest path for that by far will be to upgrade the version that is included in jruby-stdlib.
Expected Behavior
Latest JRuby 1.7.x release includes jruby-openssl 0.9.18.
Actual Behavior
Latest JRuby 1.7.x release includes jruby-openssl 0.9.16.
I'll see if I can work up a PR.
The text was updated successfully, but these errors were encountered: