GitHub user PascalSchumacher opened a pull request:
https://github.com/apache/commons-lang/pull/255
LANG-1316: Deprecate classes/methods moved to commons-text
* org.apache.commons.lang3.text.translate - every class
* org.apache.commons.lang3.text - every class beside WordUtils
* StringEscapeUtils - whole class
* StringUtils: getLevenshteinDistance, getFuzzyDistance and
getJaroWinklerSimilarity methods
* ObjectUtils: identityToString(final StrBuilder builder, final Object
object) method (StrBuilder was moved to commons-text)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/PascalSchumacher/commons-lang
deprecated_classes_methods_move_to_commons_text
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/commons-lang/pull/255.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #255
----
commit 3140567b22c6e86aa92bb72186abb6a1a0179bab
Author: pascalschumacher <[email protected]>
Date: 2017-03-12T13:53:40Z
LANG-1316: Deprecate classes/methods moved to commons-text
* org.apache.commons.lang3.text.translate - every class
* org.apache.commons.lang3.text - every class beside WordUtils
* StringEscapeUtils - whole class
* StringUtils: getLevenshteinDistance, getFuzzyDistance and
getJaroWinklerSimilarity methods
* ObjectUtils: identityToString(final StrBuilder builder, final Object
object) method (StrBuilder was moved to commons-text)
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---