Skip to content

Commit cd36d57

Browse files
committed
HBASE-26983 Upgrade JRuby to 9.3.4.0
- Update JRuby - Replace java_kind_of since it has been removed - update jcoding / joni to match jruby
1 parent cf0ed2e commit cd36d57

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

hbase-shell/src/main/ruby/hbase/security.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def isNamespace?(table_name)
182182
end
183183

184184
def isTablePermission?(permission)
185-
permission.java_kind_of?(org.apache.hadoop.hbase.security.access.TablePermission)
185+
permission.kind_of?(org.apache.hadoop.hbase.security.access.TablePermission)
186186
end
187187

188188
# Does Namespace exist

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@
799799
<wx.rs.api.version>2.1.1</wx.rs.api.version>
800800
<glassfish.jsp.version>2.3.2</glassfish.jsp.version>
801801
<glassfish.el.version>3.0.1-b08</glassfish.el.version>
802-
<jruby.version>9.2.13.0</jruby.version>
802+
<jruby.version>9.3.4.0</jruby.version>
803803
<junit.version>4.13.2</junit.version>
804804
<hamcrest.version>1.3</hamcrest.version>
805805
<opentelemetry.version>1.0.1</opentelemetry.version>
@@ -816,8 +816,8 @@
816816
<jamon-runtime.version>2.4.1</jamon-runtime.version>
817817
<jettison.version>1.3.8</jettison.version>
818818
<!--Make sure these joni/jcodings are compatible with the versions used by jruby-->
819-
<joni.version>2.1.31</joni.version>
820-
<jcodings.version>1.0.55</jcodings.version>
819+
<joni.version>2.1.42</joni.version>
820+
<jcodings.version>1.0.56</jcodings.version>
821821
<spy.version>2.12.2</spy.version>
822822
<bouncycastle.version>1.67</bouncycastle.version>
823823
<kerby.version>1.0.1</kerby.version>

0 commit comments

Comments
 (0)