-
Notifications
You must be signed in to change notification settings - Fork 3.4k
HBASE-26983 Upgrade JRuby to 9.3.4.0 #4378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I'm having trouble running unit tests locally. please wait to merge. |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The java_kind_of? expression was removed in 9.3.0.0 so this line needs to be updated: https://github.com/apache/hbase/blob/master/hbase-shell/src/main/ruby/hbase/security.rb#L185
@@ -799,7 +799,7 @@ | |||
<wx.rs.api.version>2.1.1</wx.rs.api.version> | |||
<glassfish.jsp.version>2.3.2</glassfish.jsp.version> | |||
<glassfish.el.version>3.0.1-b08</glassfish.el.version> | |||
<jruby.version>9.2.13.0</jruby.version> | |||
<jruby.version>9.3.4.0</jruby.version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The joni/jcoding versions might need to be updated as well. See the comment on line 818.
- Update JRuby - Replace java_kind_of since it has been removed - update jcoding / joni to match jruby
🎊 +1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
the unit tests passed in the |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
- Update JRuby - Replace java_kind_of since it has been removed - update jcoding / joni to match jruby Signed-off-by: Peter Somogyi <psomogyi@apache.org> (cherry picked from commit d1149f7)
- Update JRuby - Replace java_kind_of since it has been removed - update jcoding / joni to match jruby Signed-off-by: Peter Somogyi <psomogyi@apache.org>
This reverts commit f29f669.
- Update JRuby - Replace java_kind_of since it has been removed - update jcoding / joni to match jruby Signed-off-by: Peter Somogyi <psomogyi@apache.org> (cherry picked from commit d1149f7)
- Update JRuby - Replace java_kind_of since it has been removed - update jcoding / joni to match jruby Signed-off-by: Peter Somogyi <psomogyi@apache.org> (cherry picked from commit d1149f7) Change-Id: I586c02263dbec0fbfc653a3c650cd2f94c329e90
- Update JRuby - Replace java_kind_of since it has been removed - update jcoding / joni to match jruby Signed-off-by: Peter Somogyi <psomogyi@apache.org> (cherry picked from commit d1149f7) (cherry picked from commit ca6f73792ac3a16a4810b9b372dc99452829f363)
No description provided.