[
https://issues.apache.org/jira/browse/HBASE-23124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Peter Somogyi updated HBASE-23124:
----------------------------------
Status: Patch Available (was: Open)
> [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
> Priority: Minor
> 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)