Skip to content
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.

do_jdbc not compatible with jruby-9000 #83

Closed
ismith opened this issue May 23, 2015 · 1 comment
Closed

do_jdbc not compatible with jruby-9000 #83

ismith opened this issue May 23, 2015 · 1 comment

Comments

@ismith
Copy link

ismith commented May 23, 2015

do_jdbc uses org.jruby.RubyClass.defineFastMethod in src/main/java/data_objects/Connection.java; jruby-9000 doesn't have this method.

@ismith
Copy link
Author

ismith commented May 23, 2015

Repro:
In jruby-9.0.0.0.pre2 (or jruby-head), ruby -e "require 'do_mysql'".

RubyClass.defineFastMethod was deprecated in jruby/jruby@ed0a495, and removed entirely in jruby/jruby@ed54aab.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant