-
Notifications
You must be signed in to change notification settings - Fork 283
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
v2.3.0 and what bout JRuby? #303
Comments
This is related pull request #300 |
I'll suggest to use MultiJson, it's a good practice instead of being 3rd party JSON lib dependant. |
@PetrKaleta we used MultiJson but we removed it since it was given us too many different behaviors from customers, some of them configuring it improperly. So we decided to just control ourself how to serialize the payload. I think we didn't realize this wasn't failing in JRuby, sorry. This has been a misunderstanding with Travis cause we are really excluding JRuby builds there. We'll fix this in next two days. Sorry for this. |
@PetrKaleta how 63db163 would work for you? We hope to merge this today or next working day. Cheers. |
…tions Restore MultiJson and add custom option modules. Fix #303
In 2.3.0 you're using Oj gem. Ok, fine, and what about JRuby? You can't use globally gem with C extensions...
The text was updated successfully, but these errors were encountered: