You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Peter Somogyi (Jira)" <ji...@apache.org> on 2019/10/05 15:34:00 UTC

[jira] [Created] (HBASE-23124) [hbase-operator-tools] Remove commons-lang3 dependency

Peter Somogyi created HBASE-23124:
-------------------------------------

             Summary: [hbase-operator-tools] Remove commons-lang3 dependency
                 Key: HBASE-23124
                 URL: https://issues.apache.org/jira/browse/HBASE-23124
             Project: HBase
          Issue Type: Task
          Components: hbase-operator-tools
            Reporter: Peter Somogyi
            Assignee: Peter Somogyi
             Fix For: hbase-operator-tools-1.1.0


From commons-lang3 only StringUtils is used with 3 very basic use cases.

StringUtils.isNumeric(s)
StringUtils.isEmpty(s)
StringUtils.join(args, " ")

These can be replaced with basic Java calls and we can drop commons-lang3 dependency of which is currently included in the binary tarball.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)