-
-
Notifications
You must be signed in to change notification settings - Fork 904
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
jruby review - contention + cloning objects #1563
Conversation
lgtm |
see JRuby 1.7 (still around and supported) was dropped, hoped for a Nokogiri release with these for 1.7 |
@kares Not sure what you're referring to when you say "jruby 1.7 was dropped." Definitely not the case, we still support it and still run CI on it. I'm merging this now, so it will be in our next release, likely to be Nokogiri 1.7.1. Sound good? |
Thanks Mike, have seen your tweet for the 1.7 release and it wasn't clear that you're not dropping JRuby 1.7 while dropping MRI < 2.1 ... now I see the -java gem does not have |
this is some Java code cleanup along the line of some issues, notably:
-> caused an unnecessary slow-down (
catch (CloneNotSupportedException e)
)