-
Notifications
You must be signed in to change notification settings - Fork 81
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
JVM version detection breaks on java 9 #142
Comments
ketan
added a commit
to ketan/jruby-openssl
that referenced
this issue
Sep 26, 2017
ketan
added a commit
to ketan/jruby-openssl
that referenced
this issue
Sep 26, 2017
Thanks for fixing this. I'm eager to see your PR merged. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Note: Originally reported at jruby/jruby#4798, but moved here since it's more appropriate.
Environment
Expected Behavior
bin/jruby -S gem install bundler --version 1.14.6
Actual Behavior
Analysis
On further analysis, it appears that this bug is a combination of 2 things:
java.version
is set to9
as against1.{6,7,8}.X
in earlier versionsjruby-openssl/src/main/java/org/jruby/ext/openssl/OpenSSL.java
Lines 262 to 275 in adc2f75
java.version
does not follow themajor.minor
schema anymore.The text was updated successfully, but these errors were encountered: