virajjasani commented on issue #317: [HBASE-22597] : Replacing usages of deprecated RandomStringUtils URL: https://github.com/apache/hbase/pull/317#issuecomment-503605803 > commons-lang 3.9 is the current release and RandomStringUtils doesn't look deprecated to me: > > https://commons.apache.org/proper/commons-lang/javadocs/api-3.9/org/apache/commons/lang3/RandomStringUtils.html > > What's the reasoning behind replacing this use? Have you already checked to ensure none of our other dependencies already provide what we need? I would prefer we not add yet another third party dependency. @busbey We are using commons-lang 3.6: https://github.com/apache/hbase/blob/master/pom.xml#L1448 RandomStringUtils is deprecated as of 3.6: https://commons.apache.org/proper/commons-lang/javadocs/api-3.6/org/apache/commons/lang3/RandomStringUtils.html
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
