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)
Created attachment 36253 [details] Use StringEscapeUtils from commons-text
+1 Thanks
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
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4914