-
-
Notifications
You must be signed in to change notification settings - Fork 942
JRuby 9.2.0.0 Release Notes
Karol Bucek edited this page May 23, 2018
·
2 revisions
-
due a native (ruby)
Setimplementation sets now implement (are Java coercible)java.util.Set -
due a native (ruby)
SortedSetimplementation sets now implement (are Java coercible)java.util.SortedSet -
Java numbers now seamlessly work on operations where Ruby
Integer/Floatare expectede.g.
[ java.lang.Integer.new(1), 2 ].pack('S') -
the internal (previously deprecated)
JavaPackageModuleTemplatehas been removed useJavaPackageinstead -
refactored and deprecated
Class#subclasses(from jruby/core_ext.rb) -
moved
String#unseeded_hashextension (from require 'jruby') to jruby/core_ext/string.rb