ruby / json

JSON implementation for Ruby
https://ruby.github.io/json
Other
673 stars 326 forks source link

Remove references to "19" methods in JRuby #576

Closed headius closed 6 months ago

headius commented 6 months ago

These methods have been deprecated for some time and we would like to delete them.

See jruby/jruby#9143 and jruby/jruby#8149.

headius commented 6 months ago

The byteListToDouble19 equivalent is now byteListToDouble, but rather than backport that I have used the implementation it contains.

headius commented 6 months ago

This appears to be passing on all JRuby versions back to 9.1, and can be released any time.

We will want this in the wild for a while before we can proceed with removing the 19 versions, which mostly will happen in JRuby 10 (later this year) and a subsequent major release.

headius commented 6 months ago

@hsbt Thank you for merging! We can release this any time.