[ANN] JRuby 9.2.11.0 Released

The JRuby community is pleased to announce the release of JRuby 9.2.11.0

    Homepage: http://www.jruby.org/
    Download: http://www.jruby.org/download

JRuby 9.2.x is compatible with Ruby 2.5.x and stays in sync with C Ruby. As
always there is a mix of miscellaneous fixes so be sure to read the issue
list below. All users are encouraged to upgrade.
Java Integration

    Gems and gem paths packaged inside jar files will properly load now.
This 9.2.10.0 regression was caused by a change in RubyGems 3 that exposed
a bug in JRuby. (#6082, #6083)

Performance Improvements

    Fixed a major performance and memory bottleneck in backtrace
generation, used by Kernel#caller and friends. This was a regression in
9.2.10.0. (#6089)

Github Issues resolved for 9.2.11.0

    #6097 - CGI.escapeHTML restore the original encoding
    #6093 - CGI.escapeHTML crashes on invalid byte sequence where CRuby
does not
    #6091 - Check arity earlier in JavaConstructor#new_instance
    #6090 - [9.2.10.0] bogus revision regression
    #6089 - Pontential performance issue
    #6084 - Use expand_path logic for Dir.glob base path
    #6083 - Basic smoke test with warbler no longer works with
jruby-jars-9.2.10
    #6082 - Upgrade to 9.2.10.0 breaks project using
asciidoctor-maven-plugin
    #6081 - Dependency convergence errors in 9.2.10.0
    #6079 - newInstance on protected/private classes sometimes give an
Index OOB Exception

···

--
blog: http://blog.enebo.com twitter: tom_enebo
mail: tom.enebo@gmail.com

Thank you, Thomas, Charles and the JRuby team!

I will update my Day 0 guide [1] to installing JRuby on Windows from 9.2.10.0 -> 9.2.11.0
Is there a recommended way to remove an old version?

[1] JRuby on Windows: Day 0 - install and Hello World

Best Regards,
Mohit.
2020-3-3 | 11:06 am.

···

On 2020-3-3 4:43 am, Thomas E Enebo wrote:

The JRuby community is pleased to announce the release of JRuby 9.2.11.0

Homepage: http://www.jruby.org/
Download: http://www.jruby.org/download

Ignore this - I found the uninstaller!

Best Regards,
Mohit.
2020-3-3 | 3:19 pm.

···

On 2020-3-3 11:07 am, Mohit Sindhwani wrote:

On 2020-3-3 4:43 am, Thomas E Enebo wrote:

The JRuby community is pleased to announce the release of JRuby 9.2.11.0

Homepage: http://www.jruby.org/
Download: http://www.jruby.org/download

Thank you, Thomas, Charles and the JRuby team!

I will update my Day 0 guide [1] to installing JRuby on Windows from 9.2.10.0 -> 9.2.11.0
Is there a recommended way to remove an old version?