You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2020/09/16 16:27:42 UTC

[GitHub] [hbase] nkalmar commented on pull request #2308: HBASE-20598 - Upgrade to JRuby 9.2

nkalmar commented on pull request #2308:
URL: https://github.com/apache/hbase/pull/2308#issuecomment-693518601


   Hi @joshelser , yes I did test shell on my local machine, but just for a sanity check, I tested again.
   - Built master with this commit on top (mvn clean install -DskipTests assembly:single)
   - start-hbase.sh / hbase shell and issue comands create/list/put/scan
   
   I restarted the pre-commit job because it was flaky at the time, and I saw timeouts in the logs, and/or some dockr problems. No test failures or other errors though. Still, I couldn't get a clean build.
   
   As for JRuby docs, this is what I written together, please let me know what is missing/should be changed. (We could list all the bugfixes, but it's more than a 1.000, and the below link has it all). Thanks!
   
   For changelog please check https://www.jruby.org/news
   
   Main points:
   JRuby 9.2.0 minor release:
   
   Ruby 2.5 language and stdlib support
   225 issues fixed for 9.2.0.0
   JRuby versions up to 9.2.13.0 had various bugfixes, seucirty fixes, performance improvements (memory reduction, runtime generations), IO improvements, basic support for java11,
   
   Main gems changes:
   
   9.2.11.0: 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
   9.2.10.0: RubyGems has been updated to version 3.0.6.
   License did not change: "You can redistribute it and/or modify it under either the terms of the 2-clause BSDL (see the file BSDL)" in 9.1.17.0 and in master.
   No commits was made to the license file either.
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org