Bug 62893

Summary: Deprecation warning: StringEscapeUtils
Product: JMeter - Now in Github Reporter: Andrew Burton <adb20>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: enhancement CC: p.mouawad
Priority: P2 Keywords: FixedInTrunk
Version: unspecified   
Target Milestone: JMETER_5.1   
Hardware: All   
OS: All   
Attachments: Use StringEscapeUtils from commons-text

Description Andrew Burton 2018-11-08 11:52:57 UTC
StringEscapeUtils has deprecation warnings in trunk.

The class has moved from org.apache.commons.lang3 to org.apache.commons.text since 3.6 (ref https://commons.apache.org/proper/commons-lang/apidocs/org/apache/commons/lang3/StringEscapeUtils.html)
Comment 1 Felix Schumacher 2018-11-08 21:07:59 UTC
Created attachment 36253 [details]
Use StringEscapeUtils from commons-text
Comment 2 Philippe Mouawad 2018-11-10 11:05:10 UTC
+1 Thanks
Comment 3 Felix Schumacher 2018-11-10 13:04:48 UTC
Date: Sat Nov 10 12:57:12 2018
New Revision: 1846303

URL: http://svn.apache.org/viewvc?rev=1846303&view=rev
Log:
Use StringEscapeUtils from commons-text (version 1.6) instead of the deprecated ones from commons-lang3

Bugzilla Id: 62893

Modified:
    jmeter/trunk/build.properties
    jmeter/trunk/build.xml
    jmeter/trunk/eclipse.classpath
    jmeter/trunk/lib/   (props changed)
    jmeter/trunk/licenses/bin/README.txt
    jmeter/trunk/res/maven/ApacheJMeter_parent.pom
    jmeter/trunk/src/components/org/apache/jmeter/extractor/BoundaryExtractor.java
    jmeter/trunk/src/components/org/apache/jmeter/extractor/RegexExtractor.java
    jmeter/trunk/src/core/org/apache/jmeter/report/dashboard/HtmlTemplateExporter.java
    jmeter/trunk/src/core/org/apache/jmeter/report/processor/ErrorsSummaryConsumer.java
    jmeter/trunk/src/functions/org/apache/jmeter/functions/EscapeHtml.java
    jmeter/trunk/src/functions/org/apache/jmeter/functions/EscapeXml.java
    jmeter/trunk/src/functions/org/apache/jmeter/functions/UnEscape.java
    jmeter/trunk/src/functions/org/apache/jmeter/functions/UnEscapeHtml.java
    jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/parser/URLCollection.java
    jmeter/trunk/src/protocol/ldap/org/apache/jmeter/protocol/ldap/sampler/LDAPExtSampler.java
    jmeter/trunk/xdocs/changes.xml

Date: Sat Nov 10 13:01:21 2018
New Revision: 1846304

URL: http://svn.apache.org/viewvc?rev=1846304&view=rev
Log:
Use StringEscapeUtils from commons-text (version 1.6) instead of the deprecated ones from commons-lang3

Add missing entry to LICENSE file
Bugzilla Id: 62893

Modified:
    jmeter/trunk/LICENSE
Comment 4 The ASF infrastructure team 2022-09-24 20:38:15 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4914