picocog icon indicating copy to clipboard operation
picocog copied to clipboard

StringEscapeUtils link in README is outdated

Open ghost opened this issue 4 years ago • 0 comments

Not only is the linked version of Commons-Lang outdated, but all instances of StringEscapeUtils (and other text-handling classes) in Commons-Lang are deprecated as they have been moved to Commons-Text.

This is the newer version of that class: https://commons.apache.org/proper/commons-text/javadocs/api-release/org/apache/commons/text/StringEscapeUtils.html

ghost avatar May 06 '21 07:05 ghost