You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jruby 9.1.0.0-SNAPSHOT (2.3.0) 2016-04-08 caff747 Java HotSpot(TM) 64-Bit Server VM 25.77-b03 on 1.8.0_77-b03 +jit [darwin-x86_64]
Darwin macbeth-2.local 14.5.0 Darwin Kernel Version 14.5.0: Mon Jan 11 18:48:35 PST 2016; root:xnu-2782.50.2~1/RELEASE_X86_64 x86_64
Expected Behavior
$ jruby -ropenssl -e "puts 42"
42
Actual Behavior
$ jruby -ropenssl -e "puts 42"
WARNING: while creating new bindings for class org.jruby.ext.openssl.X509Name,
found an existing binding; you may want to run a clean build.
WARNING: while creating new bindings for class org.jruby.ext.openssl.SSLSocket,
found an existing binding; you may want to run a clean build.
42
The text was updated successfully, but these errors were encountered:
Just so this does not slip into a release.
Environment
jruby 9.1.0.0-SNAPSHOT (2.3.0) 2016-04-08 caff747 Java HotSpot(TM) 64-Bit Server VM 25.77-b03 on 1.8.0_77-b03 +jit [darwin-x86_64]
Darwin macbeth-2.local 14.5.0 Darwin Kernel Version 14.5.0: Mon Jan 11 18:48:35 PST 2016; root:xnu-2782.50.2~1/RELEASE_X86_64 x86_64
Expected Behavior
$ jruby -ropenssl -e "puts 42"
42
Actual Behavior
$ jruby -ropenssl -e "puts 42"
WARNING: while creating new bindings for class org.jruby.ext.openssl.X509Name,
found an existing binding; you may want to run a clean build.
WARNING: while creating new bindings for class org.jruby.ext.openssl.SSLSocket,
found an existing binding; you may want to run a clean build.
42
The text was updated successfully, but these errors were encountered: