We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
headius
Learn more about funding links in repositories.
Report abuse
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
That's what @headius told me to say...
Trying to call java_send and pass references to the java classes results in the following error:
cannot convert instance of class org.jruby.RubyModule to class java.lang.Class
Using the following works:
java.lang.Class.for_name("com.netflix.astyanax.MutationBatch")
The text was updated successfully, but these errors were encountered:
java_send needs logic to unwrap our proxied RubyModule/RubyClass versions of Java classes for the reflective lookup.
Sorry, something went wrong.
I believe this is more than the java_* calling mechanisms as well, but I am at a loss in trying to find another case right now.
Any method taking a java.lang.reflect.Method will have similar problems
expect this to be fixed on >= 1.7.20 ... an issue with the similar underlying cause was reported at #2881
No branches or pull requests
That's what @headius told me to say...
Trying to call java_send and pass references to the java classes results in the following error:
cannot convert instance of class org.jruby.RubyModule to class java.lang.Class
Using the following works:
java.lang.Class.for_name("com.netflix.astyanax.MutationBatch")
The text was updated successfully, but these errors were encountered: