Closed ismith closed 8 years ago
Repro:
In jruby-9.0.0.0.pre2 (or jruby-head), ruby -e "require 'do_mysql'"
.
RubyClass.defineFastMethod was deprecated in https://github.com/jruby/jruby/commit/ed0a495, and removed entirely in https://github.com/jruby/jruby/commit/ed54aab.
do_jdbc uses org.jruby.RubyClass.defineFastMethod in src/main/java/data_objects/Connection.java; jruby-9000 doesn't have this method.