Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-23124

[hbase-operator-tools] Remove commons-lang3 dependency

    XMLWordPrintableJSON

Details

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              psomogyi Peter Somogyi
              psomogyi Peter Somogyi
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: