Skip to content
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

JrJackson compatibility issue with 9000 #1723

Closed
nirvdrum opened this issue Jun 2, 2014 · 1 comment
Closed

JrJackson compatibility issue with 9000 #1723

nirvdrum opened this issue Jun 2, 2014 · 1 comment

Comments

@nirvdrum
Copy link
Contributor

nirvdrum commented Jun 2, 2014

JrJackson currently doesn't work with the 9000-dev builds because it uses a JRuby API that was removed. Relevant trace:

     Failure/Error: Unable to find matching line from backtrace
     Java::JavaLang::NoSuchMethodError:
       org.jruby.javasupport.util.RuntimeHelpers.constructHash(Lorg/jruby/Ruby;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyHash;
     # com.jrjackson.RubyObjectDeserializer.mapObject(RubyObjectDeserializer.java:180)
     # com.jrjackson.RubyObjectDeserializer.deserialize(RubyObjectDeserializer.java:65)
     # com.jrjackson.RubyObjectDeserializer.deserialize(RubyObjectDeserializer.java:20)
     # com.fasterxml.jackson.databind.ObjectMapper._readMapAndClose(ObjectMapper.java:2888)
     # com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:2103)
     # com.jrjackson.JrJacksonRaw._parse(JrJacksonRaw.java:105)
     # com.jrjackson.JrJacksonRaw.parse_sym(JrJacksonRaw.java:87)
     # com.jrjackson.JrJacksonRaw$INVOKER$s$1$0$parse_sym.call(JrJacksonRaw$INVOKER$s$1$0$parse_sym.gen)
@nirvdrum
Copy link
Contributor Author

nirvdrum commented Oct 7, 2014

This was fixed some time ago in master.

@nirvdrum nirvdrum closed this as completed Oct 7, 2014
@enebo enebo added this to the JRuby 9000 milestone Oct 7, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants