Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Deprecate classes/methods moved to commons-text:
- org.apache.commons.lang3.text.translate - every class
- org.apache.commons.lang3.text - every class
- RandomStringUtils - whole class (replaced by RandomStringGenerator in commons-text).
- StringEscapeUtils - whole class
- StringUtils: getLevenshteinDistance, getFuzzyDistance and getJaroWinklerSimilarity methods
- ObjectUtils: identityToString(final StrBuilder builder, final Object object) method (StrBuilder was moved to commons-text)
Attachments
Issue Links
- is related to
-
SPARK-28549 Use `text.StringEscapeUtils` instead `lang3.StringEscapeUtils`
- Resolved
- links to