PDavid commented on PR #6585: URL: https://github.com/apache/hbase/pull/6585#issuecomment-2601903698
Hi @NihalJain and @stotyƱ! Many thanks for your feedback. :+1: My motivation of adding commons text was that the used API (`org.apache.commons.lang3.StringEscapeUtils`) was moved to commons text and it is marked as deprecated in commons lang. I think in a future version the deprecated API will be removed. That's why it is better to not depend on it in my opinion. Commons text is a small Apache library which does not have any other dependencies. But of course if you wish, we can keep using the deprecated API as today it is still there. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
