[
https://issues.apache.org/jira/browse/LANG-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15906527#comment-15906527
]
ASF GitHub Bot commented on LANG-1316:
--------------------------------------
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)
----
> Deprecate classes/methods moved to commons-text
> -----------------------------------------------
>
> Key: LANG-1316
> URL: https://issues.apache.org/jira/browse/LANG-1316
> Project: Commons Lang
> Issue Type: Task
> Reporter: Pascal Schumacher
> Assignee: Pascal Schumacher
> Fix For: 3.6
>
>
> 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)
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)