You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just something that made figuring out an error for me a bit hard: The deprecation of callback-style handles as of ed0a495 is not mentioned in the release notes for jruby-1.7.4.
I think it should be added as it is an important information and I also saw someone on IRC ask about it before I knew what it was :-)
Cheers and thanks,
Tobi
The text was updated successfully, but these errors were encountered:
They were actually deprecated a long time ago and just removed recently.
The additional deprecations should have been in place and usually the
others would have been seen, but unfortunately some code may not have seen
deprecation warnings.
no big issues, it's just that Hacketyhack still uses hpricot (yeah I know) and hpricot-java does not work with jruby-1.7.4 (well it is unmaintained so no surprise). I already opened an issue on Hacketyhack. So we should move to nokogiri no biggie.
As googling the error message brought me straight to the source code I thought having it in the release notes might be better :-)
Hi everyone,
thank you for working on JRuby :-)
Just something that made figuring out an error for me a bit hard: The deprecation of callback-style handles as of ed0a495 is not mentioned in the release notes for jruby-1.7.4.
I think it should be added as it is an important information and I also saw someone on IRC ask about it before I knew what it was :-)
Cheers and thanks,
Tobi
The text was updated successfully, but these errors were encountered: