File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
hbase-shell/src/main/ruby/hbase Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ def isNamespace?(table_name)
182
182
end
183
183
184
184
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 )
186
186
end
187
187
188
188
# Does Namespace exist
Original file line number Diff line number Diff line change 799
799
<wx .rs.api.version>2.1.1</wx .rs.api.version>
800
800
<glassfish .jsp.version>2.3.2</glassfish .jsp.version>
801
801
<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>
803
803
<junit .version>4.13.2</junit .version>
804
804
<hamcrest .version>1.3</hamcrest .version>
805
805
<opentelemetry .version>1.0.1</opentelemetry .version>
816
816
<jamon-runtime .version>2.4.1</jamon-runtime .version>
817
817
<jettison .version>1.3.8</jettison .version>
818
818
<!-- 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>
821
821
<spy .version>2.12.2</spy .version>
822
822
<bouncycastle .version>1.67</bouncycastle .version>
823
823
<kerby .version>1.0.1</kerby .version>
You can’t perform that action at this time.
0 commit comments