You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2017/11/23 22:05:45 UTC

svn commit: r1816190 - in /jmeter/trunk: src/core/org/apache/jmeter/functions/util/ArgumentDecoder.java src/core/org/apache/jmeter/functions/util/ArgumentEncoder.java xdocs/changes.xml

Author: pmouawad
Date: Thu Nov 23 22:05:45 2017
New Revision: 1816190

URL: http://svn.apache.org/viewvc?rev=1816190&view=rev
Log:
Removed functions.util.* as they don't seem to be used (for many years)
This closes #335
Contributed by Graham Russell

Removed:
    jmeter/trunk/src/core/org/apache/jmeter/functions/util/ArgumentDecoder.java
    jmeter/trunk/src/core/org/apache/jmeter/functions/util/ArgumentEncoder.java
Modified:
    jmeter/trunk/xdocs/changes.xml

Modified: jmeter/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1816190&r1=1816189&r2=1816190&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml [utf-8] (original)
+++ jmeter/trunk/xdocs/changes.xml [utf-8] Thu Nov 23 22:05:45 2017
@@ -84,6 +84,7 @@ Summary
     <li>Workbench element has been dropped, you now directly add <code>Non Test Element</code> as children of Test Plan. When loading a Test Plan that contains the element
     JMeter will move the <code>Mirror Server</code>, <code>Property Display</code> and HTTP(s) <code>Test Script Recorder</code> elements as direct children of Test Plan. For 
     any other element, it will create a <code>Test Fragment</code> element called <code>Workbench Test Fragment and move the elements in it</code>.</li>
+    <li>Following classes have been dropped (<code>org.apache.jmeter.functions.util.ArgumentEncoder</code>, <code>org.apache.jmeter.functions.util.ArgumentDecoder</code>), see <pr>335</pr></li>
 </ul>
 <!-- =================== Improvements =================== -->
 
@@ -186,6 +187,7 @@ Summary
     <li><pr>324</pr> Save backup refactor. Contributed by Graham Russell (graham at ham1.co.uk)</li>
     <li><pr>327</pr> Utilising more modern Java, simplifying code and formatting code and comments. Contributed by Graham Russell (graham at ham1.co.uk)</li>
     <li><pr>334</pr> Enable running of JUnit tests from within IntelliJ with default config. Contributed by Graham Russell (graham at ham1.co.uk)</li>
+    <li><pr>335</pr> Removed functions.util.* as they don't seem to be used (for many years). Contributed by Graham Russell (graham at ham1.co.uk)</li>
 </ul>
 
  <!-- =================== Bug fixes =================== -->