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)

Reply via email to