blob: f1c890590df238ca2bfc010445c0ec5d648357d1 [file] [log] [blame]
<!DOCTYPE html SYSTEM "about:legacy-compat">
<html lang="en"><head><META http-equiv="Content-Type" content="text/html; charset=iso-8859-15"><title>Apache JMeter
-
History of Previous Changes</title><meta name="author" value="JMeter developers"><meta name="email" value="dev AT jmeter.apache.org"><meta name="viewport" content="width=device-width, initial-scale=1"><link href="http://fonts.googleapis.com/css?family=Merriweather:400normal" rel="stylesheet" type="text/css"><link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css" rel="stylesheet" type="text/css"><link rel="stylesheet" type="text/css" href="./css/new-style.css"><link rel="apple-touch-icon-precomposed" href="./images/apple-touch-icon.png"><link rel="icon" href="./images/favicon.png"><meta name="msapplication-TileColor" content="#ffffff"><meta name="msapplication-TileImage" content="./images/mstile-144x144.png"><meta name="theme-color" content="#ffffff"></head><body role="document"><a href="#content" class="hidden">Main content</a><div class="header"><!--
APACHE LOGO
--><div><a href="http://www.apache.org"><img title="Apache Software Foundation" class="asf-logo logo" src="./images/asf-logo.svg" alt="Logo ASF"></a></div><!--
PROJECT LOGO
--><div><a href="http://jmeter.apache.org/"><img class="logo" src="./images/logo.svg" alt="Apache JMeter"></a></div><div class="banner"><iframe src="http://www.apache.org/ads/bannerbar.html" style="border-width:0;" frameborder="0" scrolling="no"></iframe><div class="clear"></div></div></div><div class="nav"><ul class="menu"><li onClick="return true"><div class="menu-title">About</div><ul><li><a href="./index.html">Overview</a></li><li><a href="http://www.apache.org/licenses/">License</a></li></ul></li></ul><ul class="menu"><li onClick="return true"><div class="menu-title">Download</div><ul><li><a href="./download_jmeter.cgi">Download Releases</a></li><li><a href="./changes.html">Release Notes</a></li></ul></li></ul><ul class="menu"><li onClick="return true"><div class="menu-title">Documentation</div><ul><li><a href="./usermanual/get-started.html">Get Started</a></li><li><a href="./usermanual/index.html">User Manual</a></li><li><a href="./usermanual/best-practices.html">Best Practices</a></li><li><a href="./usermanual/component_reference.html">Component Reference</a></li><li><a href="./usermanual/functions.html">Functions Reference</a></li><li><a href="./changes_history.html">Change History</a></li><li><a href="./api/index.html">Javadocs</a></li><li><a href="./building.html">Building JMeter and Add-Ons</a></li><li><a href="http://wiki.apache.org/jmeter">JMeter Wiki</a></li><li><a href="http://wiki.apache.org/jmeter/JMeterFAQ">FAQ (Wiki)</a></li></ul></li></ul><ul class="menu"><li onClick="return true"><div class="menu-title">Tutorials (PDF format)</div><ul><li><a href="./usermanual/jmeter_distributed_testing_step_by_step.pdf">Distributed Testing</a></li><li><a href="./usermanual/jmeter_proxy_step_by_step.pdf">Recording Tests</a></li><li><a href="./usermanual/junitsampler_tutorial.pdf">JUnit Sampler</a></li><li><a href="./usermanual/jmeter_accesslog_sampler_step_by_step.pdf">Access Log Sampler</a></li><li><a href="./extending/jmeter_tutorial.pdf">Extending JMeter</a></li></ul></li></ul><ul class="menu"><li onClick="return true"><div class="menu-title">Community</div><ul><li><a href="./issues.html">Issue Tracking</a></li><li><a href="./mail.html">Mailing Lists</a></li><li><a href="./svnindex.html">Source Repositories</a></li><li><a href="./building.html">Building and Contributing</a></li><li><a href="https://projects.apache.org/project.html?jmeter">Project info at Apache</a></li><li><a href="http://wiki.apache.org/jmeter/JMeterCommitters">Contributors</a></li></ul></li></ul><ul class="menu"><li onClick="return true"><div class="menu-title">Foundation</div><ul><li><a href="http://www.apache.org/">ASF</a></li><li><a href="http://www.apache.org/foundation/getinvolved.html">Get Involved in the ASF</a></li><li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li><li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li></ul></li></ul></div><div class="main" id="content"><div class="social-media"><ul class="social-media-links"><li class="twitter"><a href="https://twitter.com/ApacheJMeter" title="Follow us on Twitter"><i class="fa fa-twitter" aria-hidden="true"></i>Twitter</a></li><li class="github"><a href="https://github.com/apache/jmeter" title="Fork us on github"><i class="fa fa-github" aria-hidden="true"></i>github</a></li></ul></div><div class="section"><h1>History of Previous Changes</h1>
<div class="clear"></div><div class="note">
<b>This page details the changes made in previous versions only.</b>
<br>
Current changes are detailed in <a href="changes.html">Changes</a>.
</div><div class="clear"></div>
<p><b>Changes sections are chronologically ordered from top (most recent) to bottom
(least recent)</b></p>
<h1>Version 2.13</h1>
Summary
<ul>
<li><a href="#New and Noteworthy">New and Noteworthy</a></li>
<li><a href="#Known bugs">Known bugs</a></li>
<li><a href="#Incompatible changes">Incompatible changes</a></li>
<li><a href="#Bug fixes">Bug fixes</a></li>
<li><a href="#Improvements">Improvements</a></li>
<li><a href="#Non-functional changes">Non-functional changes</a></li>
<li><a href="#Thanks">Thanks</a></li>
</ul>
<h2 class="ch_section" id="New and Noteworthy">New and Noteworthy</h2>
<h2 class="ch_category">New Elements</h2>
<h3 class="ch_title">New Async BackendListener with Graphite implementation</h3>
<p>A new Async BackendListener has been added to allow sending result data to a backend listener.
JMeter ships with a GraphiteBackendListenerClient that allows sending results to a <a href="http://graphite.wikidot.com/" target="_blank">Graphite</a> server using Pickle or Plaintext protocols.
You can implement your own backend by extending <a href="./api/org/apache/jmeter/visualizers/backend/AbstractBackendListenerClient.html">AbstractBackendListenerClient</a>. This backend could be
a database (JDBC), a Message Oriented Middleware (JMS), a Webservice or anything you want.
</p>
<figure><a href="./images/screenshots/changes/2.13/backend_listener_graphite.png"><img src="./images/screenshots/changes/2.13/backend_listener_graphite.png" width="902" height="293" alt=""></a><figcaption></figcaption></figure>
<p>This is the kind of Live Dashboard you can obtain using <a href="http://grafana.org/" target="_blank">Grafana</a> and <a href="http://influxdb.com/" target="_blank">InfluxDB</a><br>
Read <a href="./usermanual/realtime-results.html">this</a> for more details.</p>
<figure><a href="./images/screenshots/grafana_dashboard.png"><img src="./images/screenshots/grafana_dashboard.png" width="1265" height="581" alt="Grafana dashboard"></a><figcaption>Grafana dashboard</figcaption></figure>
<h2 class="ch_category">Core Improvements</h2>
<h3 class="ch_title">New connect time metric</h3>
<p>Starting with this version a new metric called connectTime has been added. It represents the time to establish connection.
By default it is not saved to CSV or XML, to have it saved add to user.properties:<br>
<span class="code">
jmeter.save.saveservice.connect_time=true
</span>
</p>
<figure><a href="./images/screenshots/changes/2.13/connect_time_table.png"><img src="./images/screenshots/changes/2.13/connect_time_table.png" width="1058" height="193" alt=""></a><figcaption></figcaption></figure>
<figure><a href="./images/screenshots/changes/2.13/connect_time_tree.png"><img src="./images/screenshots/changes/2.13/connect_time_tree.png" width="665" height="651" alt=""></a><figcaption></figcaption></figure>
<h3 class="ch_title">Aggregate Graph and Report</h3>
<p>The listeners Aggregate Graph and Aggregate Report previously showed only the 90 percentile (historical behavior), the 95 percentile and the 99 percentile have been added and are customizable.
To setup the percentiles value you want, add to user.properties:<br>
<span class="code">
aggregate_rpt_pct1=90<br>
aggregate_rpt_pct2=95<br>
aggregate_rpt_pct3=99
</span>
<figure><a href="./images/screenshots/changes/2.13/aggregate_graph_new_percentile.png"><img src="./images/screenshots/changes/2.13/aggregate_graph_new_percentile.png" width="801" height="681" alt=""></a><figcaption></figcaption></figure>
</p>
<h3 class="ch_title">HTTP(S) Test Script Recorder</h3>
<p>Now component is able to detect authentication schemes and automatically adds a pre-configured HTTP Authorization Manager with the correct Mechanism.
</p>
<h3 class="ch_title">HTTP Request</h3>
<p>The CalDAV verbs (Calendar extensions to WebDAV) REPORT and MKCALENDAR have been added in the HTTP Request sampler.
<figure><a href="./images/screenshots/changes/2.13/new_methods_caldav.png"><img src="./images/screenshots/changes/2.13/new_methods_caldav.png" width="716" height="324" alt=""></a><figcaption></figcaption></figure>
</p>
<h3 class="ch_title">JDBC Request</h3>
<p>The ResultSet can be get as a object, this allows to handle more easily the results after in BeanShell, JSR223 scripts, &hellip;
<figure><a href="./images/screenshots/changes/2.13/jdbc_resultset_handler.png"><img src="./images/screenshots/changes/2.13/jdbc_resultset_handler.png" width="683" height="628" alt=""></a><figcaption></figcaption></figure>
</p>
<h3 class="ch_title">Distributed Testing</h3>
<p>To allow better usage of Distributed Testing in the cloud, retry behaviour has been added when starting test on servers.
Read <a href="./usermanual/remote-test.html#retries">this</a> for more details.
<figure><a href="./images/screenshots/changes/2.13/distributed_retry.png"><img src="./images/screenshots/changes/2.13/distributed_retry.png" width="669" height="202" alt=""></a><figcaption></figcaption></figure>
</p>
<h3 class="ch_title">Distributed Testing performance</h3>
<p>Since JMeter 2.13, Stripping modes (StrippingBatch being the default mode) now also strip responses from SubResults improving consumed network bandwidth.
</p>
<h3 class="ch_title">Documentation refresh</h3>
<p>A new style for website (responsive and more up to date) has been created by Felix Schumacher.
Documentations have been refreshed particularly:
<ul>
<li><a href="./usermanual/build-ws-test-plan.html">Building a Webservice Test Plan</a></li>
<li><a href="./usermanual/best-practices.html">Best Practices</a></li>
<li><a href="./usermanual/boss.html">Help! My boss wants me to load test our application!</a></li>
</ul>
</p>
<h2 class="ch_category">GUI Improvements</h2>
<h3 class="ch_title">Module Controller</h3>
<p>The Module Controller now shows the target controller in a tree view (instead of combo list).
<figure><a href="./images/screenshots/changes/2.13/module_controller_tree_view.png"><img src="./images/screenshots/changes/2.13/module_controller_tree_view.png" width="306" height="372" alt=""></a><figcaption></figcaption></figure>
</p>
<h3 class="ch_title">Toolbar</h3>
<p>JMeter's toolbar has been refreshed for some icons (start, toggle, etc.). Three sizes are now available for the icons: 22x22, 32x32 and 48x48.<br>
The property to define your preferred size is:
<pre>jmeter.toolbar.icons.size=value</pre>
with the value 22x22 (default size), 32x32 or 48x48.</p>
<p>The toolbar with 22x22 pixels icons
<figure><a href="./images/screenshots/changes/2.13/toolbar_22x22.png"><img src="./images/screenshots/changes/2.13/toolbar_22x22.png" width="417" height="116" alt=""></a><figcaption></figcaption></figure>
</p>
<p>The toolbar with 32x32 pixels icons
<figure><a href="./images/screenshots/changes/2.13/toolbar_32x32.png"><img src="./images/screenshots/changes/2.13/toolbar_32x32.png" width="533" height="130" alt=""></a><figcaption></figcaption></figure>
</p>
<p>The toolbar with 48x48 pixels icons
<figure><a href="./images/screenshots/changes/2.13/toolbar_48x48.png"><img src="./images/screenshots/changes/2.13/toolbar_48x48.png" width="716" height="143" alt=""></a><figcaption></figcaption></figure>
</p>
<h3 class="ch_title">HTTP(S) Test Script Recorder</h3>
<p>If your Test Plan does not contains a Recording Controller, a new warning message will appear if the
HTTP(S) Test Script Recorder is configured to send the samples into a Recording Controller.
<figure><a href="./images/screenshots/changes/2.13/warning_message_proxy.png"><img src="./images/screenshots/changes/2.13/warning_message_proxy.png" width="858" height="386" alt=""></a><figcaption></figcaption></figure>
</p>
<h2 class="ch_section" id="Incompatible changes">Incompatible changes</h2>
<ul>
<li>Since 2.13, Aggregate Graph, Summary Report and Aggregate Report now export percentages to %, before they exported the decimal value which differed from what was shown in GUI</li>
<li>Third party plugins may be impacted by fix of <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=57586">
Bug
57586</a>, ensure that your subclass of HttpTestSampleGui implements ItemListener if you relied on parent class doing so.</li>
<li>Report package has been removed, ApacheJMeter_report.jar is not generated anymore as a consequence, see <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=57269">
Bug
57269</a></li>
</ul>
<h2 class="ch_section" id="Improvements">Improvements</h2>
<h3>HTTP Samplers and Test Script Recorder</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=25430">
Bug
25430</a>
-
HTTP(S) Test Script Recorder : Make it populate HTTP Authorization Manager. Partly based on a patch from Dzmitry Kashlach (dzmitrykashlach at gmail.com)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=57381">
Bug
57381</a>
-
HTTP(S) Test Script Recorder should display an error if Target Controller references a Recording Controller and no Recording Controller exists. Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=57488">
Bug
57488</a>
-
Performance : Improve SSLContext reset for Two-way SSL Authentication</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=57565">
Bug
57565</a>
-
SamplerCreator : Add method to allow implementations to add children to created sampler</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=57606">
Bug
57606</a>
-
HTTPSamplerBase#errorResult changes the sample label on exception </li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=57613">
Bug
57613</a>
-
HTTP Sampler : Added CalDAV verbs (REPORT, MKCALENDAR). Contributed by Richard Brigham (richard.brigham at teamaol.com)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=48799">
Bug
48799</a>
-
Add time to establish connection to available sample metrics. Implemented by Andrey Pokhilko (andrey at blazemeter.com) and contributed by BlazeMeter Ltd. and Pieter Ennes (apache.org at spam.ennes.nl)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=57500">
Bug
57500</a>
-
Introduce retry behavior for distributed testing. Implemented by Andrey Pokhilko and Dzimitry Kashlach and contributed by BlazeMeter Ltd.</li>
</ul>
<h3>Other samplers</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=57322">
Bug
57322</a>
-
JDBC Test elements: add ResultHandler to deal with ResultSets(cursors) returned by callable statements. Contributed by Yngvi &THORN;&oacute;r Sigurj&oacute;nsson (blitzkopf at gmail.com)</li>
</ul>
<h3>Controllers</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=57561">
Bug
57561</a>
-
Module controller UI : Replace combobox by tree. Contributed by Maciej Franek (maciej.franek at gmail.com)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=57648">
Bug
57648</a>
-
TestFragment should be disabled when created. Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
</ul>
<h3>Listeners</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55932">
Bug
55932</a>
-
Create a Async BackendListener to allow easy plug of new listener (Graphite, JDBC, Console, &hellip;)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=57246">
Bug
57246</a>
-
BackendListener : Create a Graphite implementation</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=57217">
Bug
57217</a>
-
Aggregate graph and Aggregate report improvements (3 configurable percentiles, same data in both, factor out code). Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=57537">
Bug
57537</a>
-
BackendListener : Allow implementations to drop samples</li>
</ul>
<h3>Timers, Assertions, Config, Pre- &amp; Post-Processors</h3>
<ul>
</ul>
<h3>Functions</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54453">
Bug
54453</a>
-
Performance enhancements : Replace Random by ThreadLocalRandom in __Random function</li>
</ul>
<h3>I18N</h3>
<ul>
</ul>
<h3>General</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=57518">
Bug
57518</a>
-
Icons for toolbar with several sizes</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=57605">
Bug
57605</a>
-
When there is an error loading Test Plan, SaveService.loadTree returns null leading to NPE in callers</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=57269">
Bug
57269</a>
-
Drop org.apache.jmeter.reports package</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53764">
Bug
53764</a>
-
Website : Create a new style for website</li>
</ul>
<h2 class="ch_section" id="Non-functional changes">Non-functional changes</h2>
<ul>
<li>Updated to jsoup-1.8.1.jar (from 1.7.3)</li>
<li>Updated to tika-core and tika-parsers 1.7 (from 1.6)</li>
<li>Updated to commons-codec-1.10.jar (from 1.9)</li>
<li>Updated to dnsjava-2.1.7.jar (from 2.1.6)</li>
<li>Updated to jodd-3.6.4.jar (from 3.6.1)</li>
<li>Updated to junit-4.12.jar (from 4.11)</li>
<li>Updated to rhino-1.7R5 (from 1.7R4)</li>
<li>Updated to rsyntaxtextarea-2.5.6 (from 2.5.3)</li>
<li>Updated to slf4j-1.7.10 (from 1.7.5)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=57276">
Bug
57276</a>
-
RMIC no longer needed since Java 5</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=57310">
Bug
57310</a>
-
Replace System.getProperty("file.separator") with File.separator throughout (Also "path.separator" with File.pathSeparator)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=57389">
Bug
57389</a>
-
Fix potential NPE in converters</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=57417">
Bug
57417</a>
-
Remove unused method isTemporary from NullProperty. This was a leftover from a refactoring done in 2003.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=57418">
Bug
57418</a>
-
Remove unused constructor from Workbench</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=57419">
Bug
57419</a>
-
Remove unused interface ModelListener.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=57466">
Bug
57466</a>
-
IncludeController : Remove an unneeded set creation. Contributed by Benoit Wiart (benoit.wiart at gmail.com)</li>
<li>Added property loggerpanel.usejsyntaxtext to disable the use of JSyntaxTextArea for the Console Logger (in case of memory or other issues)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=57586">
Bug
57586</a>
-
HttpTestSampleGui: Remove interface ItemListener implementation</li>
</ul>
<h2 class="ch_section" id="Bug fixes">Bug fixes</h2>
<h3>HTTP Samplers and Test Script Recorder</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=57385">
Bug
57385</a>
-
Getting empty thread name in xml result for HTTP requests with "Follow Redirects" set. Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=57579">
Bug
57579</a>
-
NullPointerException error is raised on main sample if "RETURN_NO_SAMPLE" is used (default) and "Use Cache-Control / Expires header&hellip;" is checked in HTTP Cache Manager</li>
</ul>
<h3>Other Samplers</h3>
<ul>
</ul>
<h3>Controllers</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=57447">
Bug
57447</a>
-
Use only the user listed DNS Servers, when "use custom DNS resolver" option is enabled.</li>
</ul>
<h3>Listeners</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=57262">
Bug
57262</a>
-
Aggregate Report, Aggregate Graph and Summary Report export : headers use keys instead of labels</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=57346">
Bug
57346</a>
-
Summariser : The + (difference) reports show wrong elapsed time and throughput</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=57449">
Bug
57449</a>
-
Distributed Testing: Stripped modes do not strip responses from SubResults (affects load tests that use Download of embedded resources). Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=57562">
Bug
57562</a>
-
View Results Tree CSS/JQuery Tester : Nothing happens when there is an error in syntax and an exception occurs in jmeter.log</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=57514">
Bug
57514</a>
-
Aggregate Graph, Summary Report and Aggregate Report show wrong percentage reporting in saved file</li>
</ul>
<h3>Timers, Assertions, Config, Pre- &amp; Post-Processors</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=57607">
Bug
57607</a>
-
Constant Throughput Timer : Wrong throughput computed in shared modes due to rounding error </li>
</ul>
<h3>General</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=57365">
Bug
57365</a>
-
Selected LAF is not correctly setup due to call of UIManager.setLookAndFeel too late. Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=57364">
Bug
57364</a>
-
Options &lt; Look And Feel does not update all windows LAF. Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=57394">
Bug
57394</a>
-
When constructing an instance with ClassTools#construct(String, int) the integer was ignored and the default constructor was used instead.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=57440">
Bug
57440</a>
-
OutOfMemoryError after introduction of JSyntaxTextArea in LoggerPanel due to disableUndo not being taken into account.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=57569">
Bug
57569</a>
-
FileServer.reserveFile - inconsistent behaviour when hasHeader is true</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=57555">
Bug
57555</a>
-
Cannot use JMeter 2.12 as a maven dependency. Contributed by Pascal Schumacher (pascal.schumacher at t-systems.com)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=57608">
Bug
57608</a>
-
Fix start script compatibility with old Unix shells, e.g. on Solaris</li>
</ul>
<h2 class="ch_section" id="Thanks">Thanks</h2>
<p>We thank all contributors mentioned in bug and improvement sections above:
<ul>
<li><a href="http://ubikloadpack.com">Ubik Load Pack</a></li>
<li>Yngvi &THORN;&oacute;r Sigurj&oacute;nsson (blitzkopf at gmail.com)</li>
<li>Dzmitry Kashlach (dzmitrykashlach at gmail.com)</li>
<li><a href="http://blazemeter.com">BlazeMeter Ltd.</a></li>
<li>Benoit Wiart (benoit.wiart at gmail.com)</li>
<li>Pascal Schumacher (pascal.schumacher at t-systems.com)</li>
<li>Maciej Franek (maciej.franek at gmail.com)</li>
<li>Richard Brigham (richard.brigham at teamaol.com)</li>
<li>Pieter Ennes (apache.org at spam.ennes.nl)</li>
</ul>
<br>
We also thank bug reporters who helped us improve JMeter. <br>
For this release we want to give special thanks to the following reporters for the clear reports and tests made after our fixes:
<ul>
<li>Chaitanya Bhatt (bhatt.chaitanya at gmail.com) for his thorough testing of new BackendListener and Graphite Client implementation.</li>
<li>Marcelo Jara (marcelojara at hotmail.com) for his clear report on <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=57607">
Bug
57607</a>.</li>
</ul>
Apologies if we have omitted anyone else.
</p>
<h2 class="ch_section" id="Known bugs">Known bugs</h2>
<ul>
<li>The Once Only controller behaves correctly under a Thread Group or Loop Controller,
but otherwise its behaviour is not consistent (or clearly specified).</li>
<li>
The numbers that appear to the left of the green box are the number of active threads / total number of threads,
the total number of threads only applies to a locally run test, otherwise it will show 0 (see <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55510">
Bug
55510</a>).
</li>
<li>
Note that there is a <a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6396599 ">bug in Java</a>
on some Linux systems that manifests itself as the following error when running the test cases or JMeter itself:
<pre>
[java] WARNING: Couldn't flush user prefs:
java.util.prefs.BackingStoreException:
java.lang.IllegalArgumentException: Not supported: indent-number
</pre>
This does not affect JMeter operation. This issue is fixed since Java 7b05.
</li>
<li>
Note that under some windows systems you may have this WARNING:
<pre>
java.util.prefs.WindowsPreferences
WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0
x80000002. Windows RegCreateKeyEx(&hellip;) returned error code 5.
</pre>
The fix is to run JMeter as Administrator, it will create the registry key for you, then you can restart JMeter as a normal user and you won't have the warning anymore.
</li>
<li>
With Java 1.6 and Gnome 3 on Linux systems, the JMeter menu may not work correctly (shift between mouse's click and the menu).
This is a known Java bug (see <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54477">
Bug
54477</a>).
A workaround is to use a Java 7 runtime (OpenJDK or Oracle JDK).
</li>
<li>
With Oracle Java 7 and Mac Book Pro Retina Display, the JMeter GUI may look blurry.
This is a known Java bug, see Bug <a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8000629">JDK-8000629</a>.
A workaround is to use a Java 7 update 40 runtime which fixes this issue.
</li>
<li>
You may encounter the following error: <i>java.security.cert.CertificateException: Certificates does not conform to algorithm constraints</i>
if you run a HTTPS request on a web site with a SSL certificate (itself or one of SSL certificates in its chain of trust) with a signature
algorithm using MD2 (like md2WithRSAEncryption) or with a SSL certificate with a size lower than 1024 bits.
This error is related to increased security in Java 7 version u16 (MD2) and version u40 (Certificate size lower than 1024 bits), and Java 8 too.
<br>
To allow you to perform your HTTPS request, you can downgrade the security of your Java installation by editing
the Java <b>jdk.certpath.disabledAlgorithms</b> property. Remove the MD2 value or the constraint on size, depending on your case.
<br>
This property is in this file:
<pre>JAVA_HOME/jre/lib/security/java.security</pre>
See <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=56357">
Bug
56357</a> for details.
</li>
</ul>
<h1>Version 2.12</h1>
Summary
<ul>
<li><a href="#New and Noteworthy">New and Noteworthy</a></li>
<li><a href="#Known bugs">Known bugs</a></li>
<li><a href="#Incompatible changes">Incompatible changes</a></li>
<li><a href="#Bug fixes">Bug fixes</a></li>
<li><a href="#Improvements">Improvements</a></li>
<li><a href="#Non-functional changes">Non-functional changes</a></li>
<li><a href="#Thanks">Thanks</a></li>
</ul>
<h2 class="ch_section" id="New and Noteworthy">New and Noteworthy</h2>
<h3 class="ch_title">Java 8 support</h3>
<p>Now, JMeter 2.12 is compliant with Java 8.</p>
<h2 class="ch_category">New Elements</h2>
<h3 class="ch_title">Critical Section Controller</h3>
<p>The Critical Section Controller allow to serialize the execution of a section in your tree.
Only one instance of the section will be executed at the same time during the test.</p>
<figure><a href="./images/screenshots/changes/2.12/01_critical_section_controller.png"><img src="./images/screenshots/changes/2.12/01_critical_section_controller.png" width="683" height="240" alt=""></a><figcaption></figcaption></figure>
<h3 class="ch_title">DNS Cache Manager</h3>
<p>The new configuration element <b>DNS Cache Manager</b>(see <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=56841">
Bug
56841</a>) improves the testing of:
<ul>
<li>CDN (Content Delivery Network)</li>
<li>DNS load balancing.</li>
<li>Load Balancers like Amazon Elastic Load Balancer</li>
</ul>
</p>
<figure><a href="./images/screenshots/changes/2.12/02_dns_cache_manager.png"><img src="./images/screenshots/changes/2.12/02_dns_cache_manager.png" width="573" height="359" alt=""></a><figcaption></figcaption></figure>
<h2 class="ch_category">Core Improvements</h2>
<h3 class="ch_title">Smarter Recording of Http Test Plans</h3>
<p>Test Script Recorder has been improved in many ways</p>
<ul>
<li>Better matching of Variables in Requests, making Test Script Recorder variabilize your sampler during recording more versatile</li>
<li>Ability to filter from View Results Tree the Samples that are excluded from recording, this lets you concentrate on recorded Samplers analysis and not bother with useless Sample Results
<figure><a href="./images/screenshots/changes/2.12/14_recorder_filter.png"><img src="./images/screenshots/changes/2.12/14_recorder_filter.png" width="1094" height="647" alt=""></a><figcaption></figcaption></figure>
</li>
<li>Better defaults for recording, since this version Recorder will number created Samplers letting you find them much easily in View Results Tree.
Grouping of Samplers under Transaction Controller will be smarter making all requests emitted by a web page be children as new Transaction Controller</li>
</ul>
<h3 class="ch_title">Support of Webdav requests</h3>
<p>You can now test against WebDav server using HttpClient4 Implementation of Http Request</p>
<figure><a href="./images/screenshots/changes/2.12/13_webdav.png"><img src="./images/screenshots/changes/2.12/13_webdav.png" width="989" height="406" alt=""></a><figcaption></figcaption></figure>
<h3 class="ch_title">Better handling of embedded resources</h3>
<p>When download embedded resources is checked, JMeter now uses User Agent header to download or not resources embedded within conditional comments as per <a href="http://msdn.microsoft.com/en-us/library/ms537512%28v=vs.85%29.aspx" target="_blank">About conditional comments</a>.</p>
<h3 class="ch_title">Ability to customize Cache Manager (Browser cache simulation) handling of cached resources</h3>
<p>You can now configure the behaviour of JMeter when a resource is found in Cache, this can be controlled with <i>cache_manager.cached_resource_mode</i> property</p>
<figure><a href="./images/screenshots/changes/2.12/12_cache_resource_mode.png"><img src="./images/screenshots/changes/2.12/12_cache_resource_mode.png" width="1024" height="314" alt=""></a><figcaption></figcaption></figure>
<h3 class="ch_title">JMS Publisher / JMS Point-to-Point</h3>
<p> Add JMSPriority and JMSExpiration fields for these samplers.</p>
<figure><a href="./images/screenshots/changes/2.12/04_jms_publisher.png"><img src="./images/screenshots/changes/2.12/04_jms_publisher.png" width="877" height="314" alt=""></a><figcaption></figcaption></figure>
<figure><a href="./images/screenshots/changes/2.12/05_jms_point_to_point.png"><img src="./images/screenshots/changes/2.12/05_jms_point_to_point.png" width="877" height="293" alt=""></a><figcaption></figcaption></figure>
<h3 class="ch_title">Mail Reader Sampler</h3>
<p>You can now specify the number of messages that want you retrieve (before all messages were retrieved).
In addition, you can fetch only the message header now.</p>
<figure><a href="./images/screenshots/changes/2.12/03_mail_reader_sampler.png"><img src="./images/screenshots/changes/2.12/03_mail_reader_sampler.png" width="814" height="416" alt=""></a><figcaption></figcaption></figure>
<h3 class="ch_title">SMTP Sampler</h3>
<p>Adding the Connection timeout and the Read timeout to the <b>SMTP Sampler.</b></p>
<figure><a href="./images/screenshots/changes/2.12/06_smtp_sampler.png"><img src="./images/screenshots/changes/2.12/06_smtp_sampler.png" width="796" height="192" alt=""></a><figcaption></figcaption></figure>
<h3 class="ch_title">Synchronizing Timer </h3>
<p>Adding a timeout to define the maximum time to waiting of the group of virtual users.</p>
<figure><a href="./images/screenshots/changes/2.12/09_synchronizing_timer.png"><img src="./images/screenshots/changes/2.12/09_synchronizing_timer.png" width="546" height="144" alt=""></a><figcaption></figcaption></figure>
<h3 class="ch_title">Performance improvements</h3>
<p>A big improvement in performances of Functions has been made by lifting useless synchronization. It concerns all functions except __StringFromFile, __XPath and __BeanShell, see <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=57114">
Bug
57114</a></p>
<p>__jexl2 performances have been improved to avoid contention point, see <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=56708">
Bug
56708</a></p>
<h2 class="ch_category">GUI Improvements</h2>
<h3 class="ch_title">Undo/Redo support</h3>
<p>Undo / Redo has been introduced and allows user to undo/redo changes made on Test Plan Tree. This feature (ALPHA MODE) is disabled by default, to enable it set property <b>undo.history.size=25</b> </p>
<figure><a href="./images/screenshots/changes/2.12/10_undo_redo.png"><img src="./images/screenshots/changes/2.12/10_undo_redo.png" width="1024" height="56" alt=""></a><figcaption></figcaption></figure>
<h3 class="ch_title">View Results Tree</h3>
<p>Improve the ergonomics of View Results Tree by changing placement of Renderers and allowing custom ordering
(with the property <i>view.results.tree.renderers_order</i>).</p>
<figure><a href="./images/screenshots/changes/2.12/07_view_results_tree.png"><img src="./images/screenshots/changes/2.12/07_view_results_tree.png" width="900" height="329" alt=""></a><figcaption></figcaption></figure>
<h3 class="ch_title">Response Time Graph</h3>
<p>Adding the ability for the <b>Response Time Graph</b> listener to save/restore format its settings in/from the jmx file.</p>
<figure><a href="./images/screenshots/changes/2.12/08_response_time_graph.png"><img src="./images/screenshots/changes/2.12/08_response_time_graph.png" width="997" height="574" alt=""></a><figcaption></figcaption></figure>
<h3 class="ch_title">Log Viewer</h3>
<p>Starting with this version, the last lines of JMeter's log file (jmeter.log) can be viewed directly in GUI by clicking on Warning icon in the upper right corner.
This will unfold the Log Viewer panel and show logs.</p>
<figure><a href="./images/screenshots/changes/2.12/11_log_viewer.png"><img src="./images/screenshots/changes/2.12/11_log_viewer.png" width="1024" height="437" alt=""></a><figcaption></figcaption></figure>
<h3 class="ch_title">File Opening</h3>
<p>Now, "Open File dialog" uses last opened file folder as start folder, see <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52707">
Bug
52707</a></p>
<h2 class="ch_section" id="Known bugs">Known bugs</h2>
<ul>
<li>The Once Only controller behaves correctly under a Thread Group or Loop Controller,
but otherwise its behaviour is not consistent (or clearly specified).</li>
<li>
The numbers that appear to the left of the green box are the number of active threads / total number of threads,
the total number of threads only applies to a locally run test, otherwise it will show 0 (see <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55510">
Bug
55510</a>).
</li>
<li>
Note that there is a <a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6396599 ">bug in Java</a>
on some Linux systems that manifests itself as the following error when running the test cases or JMeter itself:
<pre>
[java] WARNING: Couldn't flush user prefs:
java.util.prefs.BackingStoreException:
java.lang.IllegalArgumentException: Not supported: indent-number
</pre>
This does not affect JMeter operation. This issue is fixed since Java 7b05.
</li>
<li>
Note that under some windows systems you may have this WARNING:
<pre>
java.util.prefs.WindowsPreferences
WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0
x80000002. Windows RegCreateKeyEx(&hellip;) returned error code 5.
</pre>
The fix is to run JMeter as Administrator, it will create the registry key for you, then you can restart JMeter as a normal user and you won't have the warning anymore.
</li>
<li>
With Java 1.6 and Gnome 3 on Linux systems, the JMeter menu may not work correctly (shift between mouse's click and the menu).
This is a known Java bug (see <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54477 ">
Bug
54477 </a>).
A workaround is to use a Java 7 runtime (OpenJDK or Oracle JDK).
</li>
<li>
With Oracle Java 7 and Mac Book Pro Retina Display, the JMeter GUI may look blurry.
This is a known Java bug, see Bug <a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8000629">JDK-8000629</a>.
A workaround is to use a Java 7 update 40 runtime which fixes this issue.
</li>
<li>
You may encounter the following error: <i>java.security.cert.CertificateException: Certificates does not conform to algorithm constraints</i>
if you run a HTTPS request on a web site with a SSL certificate (itself or one of SSL certificates in its chain of trust) with a signature
algorithm using MD2 (like md2WithRSAEncryption) or with a SSL certificate with a size lower than 1024 bits.
This error is related to increased security in Java 7 version u16 (MD2) and version u40 (Certificate size lower than 1024 bits), and Java 8 too.
<br>
To allow you to perform your HTTPS request, you can downgrade the security of your Java installation by editing
the Java <b>jdk.certpath.disabledAlgorithms</b> property. Remove the MD2 value or the constraint on size, depending on your case.
<br>
This property is in this file:
<pre>JAVA_HOME/jre/lib/security/java.security</pre>
See <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=56357">
Bug
56357</a> for details.
</li>
</ul>
<h2 class="ch_section" id="Incompatible changes">Incompatible changes</h2>
<ul>
<li>Since JMeter 2.12, active threads in all thread groups and active threads in current thread group are saved by default to CSV or XML results, see <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=57025">
Bug
57025</a>.
This is usually the expected behaviour as you want to have the number of running threads during the test. But if you want to revert to previous behaviour, set property <b>jmeter.save.saveservice.thread_counts=false</b></li>
<li>Since JMeter 2.12, Mail Reader Sampler will show 1 for number of samples instead of number of messages retrieved, see <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=56539">
Bug
56539</a></li>
<li>Since JMeter 2.12, when using Cache Manager, if resource is found in cache no SampleResult will be created, in previous version a SampleResult with empty content and 204 return code was returned, see <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54778">
Bug
54778</a>.
You can choose between different ways to handle this case, see cache_manager.cached_resource_mode in jmeter.properties.</li>
<li>Since JMeter 2.12, Log Viewer will no more clear logs when closed and will have logs available even if closed. See <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=56920">
Bug
56920</a>. Read <a href="./usermanual/hints_and_tips.html#debug_logging">Hints and Tips &gt; Enabling Debug logging</a>
for details on configuring this component.</li>
</ul>
<h2 class="ch_section" id="Bug fixes">Bug fixes</h2>
<h3>HTTP Samplers and Test Script Recorder</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55998">
Bug
55998</a> - HTTP recording &ndash; Replacing port value by user defined variable does not work</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=56178">
Bug
56178</a> - keytool error: Invalid escaped character in AVA: - some characters must be escaped</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=56222">
Bug
56222</a> - NPE if jmeter.httpclient.strict_rfc2616=true and location is not absolute</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=56263">
Bug
56263</a> - DefaultSamplerCreator should set BrowserCompatible Multipart true</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=56231">
Bug
56231</a> - Move redirect location processing from HC3/HC4 samplers to HTTPSamplerBase#followRedirects()</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=56207">
Bug
56207</a> - URLs get encoded on redirects in HC3.1 &amp; HC4 samplers</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=56303">
Bug
56303</a> - The width of target controller's combo list should be set to the current panel size, not on label size of the controllers</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54778">
Bug
54778</a> - HTTP Sampler should not return 204 when resource is found in Cache, make it configurable with new property cache_manager.cached_resource_mode</li>
</ul>
<h3>Other Samplers</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55977">
Bug
55977</a> - JDBC pool keepalive flooding</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55999">
Bug
55999</a> - Scroll bar on jms point-to-point sampler does not work when content exceeds display</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=56198">
Bug
56198</a> - JMSSampler : NullPointerException is thrown when JNDI underlying implementation of JMS provider does not comply with Context.getEnvironment contract</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=56428">
Bug
56428</a> - MailReaderSampler - should it use mail.pop3s.* properties?</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=46932">
Bug
46932</a> - Alias given in select statement is not used as column header in response data for a JDBC request. Based on report and analysis of Nicola Ambrosetti</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=56539">
Bug
56539</a> - Mail reader sampler: When Number of messages to retrieve is superior to 1, Number of samples should only show 1 not the number of messages retrieved</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=56809">
Bug
56809</a> - JMSSampler closes InitialContext too early. Contributed by Bradford Hovinen (hovinen at gmail.com)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=56761">
Bug
56761</a> - JMeter tries to stop already stopped JMS connection and displays "The connection is closed"</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=57068">
Bug
57068</a> - No error thrown when negative duration is entered in Test Action</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=57078">
Bug
57078</a> - LagartoBasedHTMLParser fails to parse page that contains input with no type</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=57183">
Bug
57183</a> - JMSSampler: For input string: "" java.lang.NumberFormatException (for Expiration or Priority fields)</li>
</ul>
<h3>Controllers</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=56243">
Bug
56243</a> - Foreach works incorrectly with indexes on subsequent iterations </li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=56276">
Bug
56276</a> - Loop controller becomes broken once loop count evaluates to zero </li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=56160">
Bug
56160</a> - StackOverflowError when using WhileController within IfController</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=56811">
Bug
56811</a> - "Start Next Thread Loop" in Result Status Action Handler or on Thread Group and "Go to next Loop iteration" in Test Action behave incorrectly with TransactionController that has "Generate Parent Sampler" checked</li>
</ul>
<h3>Listeners</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=56706">
Bug
56706</a> - SampleResult#getResponseDataAsString() does not use encoding in response body impacting PostProcessors and ViewResultsTree. Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=57052">
Bug
57052</a> - ArithmeticException: / by zero when sampleCount is equal to 0</li>
</ul>
<h3>Timers, Assertions, Config, Pre- &amp; Post-Processors</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=56162">
Bug
56162</a> - HTTP Cache Manager should not cache PUT/POST etc.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=56227">
Bug
56227</a> - AssertionGUI : NPE in assertion on mouse selection</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=41319">
Bug
41319</a> - URLRewritingModifier : Allow Parameter value to be url encoded</li>
</ul>
<h3>Functions</h3>
<ul>
</ul>
<h3>I18N</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=56111">
Bug
56111</a> - "comments" in german translation is not correct</li>
</ul>
<h3>General</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=56059">
Bug
56059</a> - Older TestBeans incompatible with 2.11 when using TextAreaEditor</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=56080">
Bug
56080</a> - Conversion error com.thoughtworks.xstream.converters.ConversionException with Java 8 Early Access Build</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=56182">
Bug
56182</a> - Can't trigger bsh script using bshclient.jar; socket is closed unexpectedly </li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=56360">
Bug
56360</a> - HashTree and ListedHashTree fail to compile with Java 8</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=56419">
Bug
56419</a> - JMeter silently fails to save results</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=56662">
Bug
56662</a> - Save as xml in a listener is not remembered</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=56367">
Bug
56367</a> - JMeter 2.11 on maven central triggers a not existing dependency rsyntaxtextarea 2.5.1, upgrade to 2.5.3</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=56743">
Bug
56743</a> - Wrong mailing list archives on mail2.xml. Contributed by Felix Schumacher (felix.schumacher at internetallee.de)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=56763">
Bug
56763</a> - Removing the Oracle icons, not used by JMeter (and missing license)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54100">
Bug
54100</a> - Switching languages fails to preserve toolbar button states (enabled/disabled)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54648">
Bug
54648</a> - JMeter GUI on OS X crashes when using CMD+C (keyboard shortcut or UI menu entry) on an element from the tree</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=56962">
Bug
56962</a> - JMS GUIs should disable all fields affected by jndi.properties checkbox</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=57061">
Bug
57061</a> - Save as Test Fragment fails to clone deeply selected node. Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=57075">
Bug
57075</a> - BeanInfoSupport.MULTILINE attribute is not processed</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=57076">
Bug
57076</a> - BooleanPropertyEditor#getAsText() must return a value that is in getTags()</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=57088">
Bug
57088</a> - NPE in ResultCollector.testEnded</li>
</ul>
<h2 class="ch_section" id="Improvements">Improvements</h2>
<h3>HTTP Samplers and Test Script Recorder</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55959">
Bug
55959</a> - Improve error message when Test Script Recorder fails due to I/O problem</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52013">
Bug
52013</a> - Test Script Recorder's Child View Results Tree does not take into account Test Script Recorder excluded/included URLs. Based on report and analysis of James Liang</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=56119">
Bug
56119</a> - File uploads fail every other attempt using timers. Enable idle timeouts for servers that don't send Keep-Alive headers.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=56272">
Bug
56272</a> - MirrorServer should support query parameters for status and redirects</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=56772">
Bug
56772</a> - Handle IE Conditional comments when parsing embedded resources</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=57026">
Bug
57026</a> - HTTP(S) Test Script Recorder : Better default settings. Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=57107">
Bug
57107</a> - Patch proposal: Add DAV verbs to HTTP Sampler. Contributed by Philippe Jung (apache at famille-jung.fr)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=56357">
Bug
56357</a> - Certificates does not conform to algorithm constraints: Adding a note to indicate how to remove of the Java installation these new security constraints</li>
</ul>
<h3>Other samplers</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=56033">
Bug
56033</a> - Add Connection timeout and Read timeout to SMTP Sampler</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=56429">
Bug
56429</a> - MailReaderSampler - no need to fetch all Messages if not all wanted</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=56427">
Bug
56427</a> - MailReaderSampler enhancement: read message header only</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=56510">
Bug
56510</a> - JMS Publisher/Point to Point: Add JMSPriority and JMSExpiration</li>
</ul>
<h3>Controllers</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=56728">
Bug
56728</a> - New Critical Section Controller to serialize blocks of a Test. Based partly on a patch contributed by Mikhail Epikhin(epihin-m at yandex.ru)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=57145">
Bug
57145</a> - RandomController : Use ThreadLocalRandom instead of Random for better performances</li>
</ul>
<h3>Listeners</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=56228">
Bug
56228</a> - View Results Tree : Improve ergonomy by changing placement of Renderers and allowing custom ordering</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=56349">
Bug
56349</a> - "summary" is a bad name for a Generate Summary Results component, documentation clarified</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=56769">
Bug
56769</a> - Adds the ability for the Response Time Graph listener to save/restore format settings in/from the jmx file</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=57025">
Bug
57025</a> - SaveService : Better defaults, save thread counts by default</li>
</ul>
<h3>Timers, Assertions, Config, Pre- &amp; Post-Processors</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=56691">
Bug
56691</a> - Synchronizing Timer : Add timeout on waiting</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=56701">
Bug
56701</a> - HTTP Authorization Manager/ Kerberos Authentication: add port to SPN when server port is neither 80 nor 443. Based on patches from Dan Haughey (dan.haughey at swinton.co.uk) and Felix Schumacher (felix.schumacher at internetallee.de)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=56841">
Bug
56841</a> - New configuration element: DNS Cache Manager to improve the testing of CDN. Based on patch from Dzmitry Kashlach (dzmitrykashlach at gmail.com), and contributed by BlazeMeter Ltd.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52061">
Bug
52061</a> - Allow access to Request Headers in Regex Extractor. Based on patch from Dzmitry Kashlach (dzmitrykashlach at gmail.com), and contributed by BlazeMeter Ltd.</li>
</ul>
<h3>Functions</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=56708">
Bug
56708</a> - __jexl2 doesn't scale with multiple CPU cores. Based on analysis and patch contributed by Mikhail Epikhin(epihin-m at yandex.ru)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=57114">
Bug
57114</a> - Performance : Functions that only have values as instance variable should not synchronize execute. Based on analysis by Ubik Load Pack support and Vladimir Sitnikov, patch contributed by Vladimir Sitnikov (sitnikov.vladimir at gmail.com)</li>
</ul>
<h3>I18N</h3>
<ul>
</ul>
<h3>General</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=21695">
Bug
21695</a> - Unix jmeter start script assumes it is on PATH, not a link</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=56292">
Bug
56292</a> - Add the check of the Java's version in startup files and disable some options when is Java v8 engine</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=56298">
Bug
56298</a> - JSR223 language display does not show which engine will be used</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=56455">
Bug
56455</a> - Batch files: drop support for non-NT Windows shell scripts</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52707">
Bug
52707</a> - Make Open File dialog use last opened file folder as start folder. Based on patch from Dzmitry Kashlach (dzmitrykashlach at gmail.com), and contributed by BlazeMeter Ltd.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=56807">
Bug
56807</a> - Ability to force flush of ResultCollector file. Contributed by Andrey Pohilko (apc4 at ya.ru)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=56921">
Bug
56921</a> - Templates : Improve Recording template to ignore embedded resources case and URL parameters. Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=42248">
Bug
42248</a> - Undo-redo support on Test Plan tree modification. Developed by Andrey Pohilko (apc4 at ya.ru) and contributed by BlazeMeter Ltd. Additional contribution by Ubik Load Pack (support at ubikloadpack.com)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=56920">
Bug
56920</a> - LogViewer : Make it receive all log events even when it is closed. Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=57083">
Bug
57083</a> - simplified the CachedResourceMode enum. Contributed by Graham Russel (graham at ham1.co.uk)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=57082">
Bug
57082</a> - ComboStringEditor : Added hashCode to an inner class which overwrote equals. Contributed by Graham Russel (graham at ham1.co.uk)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=57081">
Bug
57081</a> - Updating checkstyle to only check for tabs in java, xml, xsd, dtd, htm, html and txt files (not images!). Contributed by Graham Russell (graham at ham1.co.uk)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=56178">
Bug
56178</a> - Really replace backslashes in user name before generating proxy certificate. Contributed by Graham Russel (graham at ham1.co.uk)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=57084">
Bug
57084</a> - Close socket after usage in BeanShellClient. Contributed by Graham Russel (graham at ham1.co.uk)</li>
</ul>
<h2 class="ch_section" id="Non-functional changes">Non-functional changes</h2>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=57117">
Bug
57117</a> - Increase the default cipher for HTTPS Test Script Recorder from SSLv3 to TLS</li>
<li>Updated to commons-lang3 3.3.2 (from 3.1)</li>
<li>Updated to commons-codec 1.9 (from 1.8)</li>
<li>Updated to commons-logging 1.2 (from 1.1.3)</li>
<li>Updated to tika 1.6 (from 1.4)</li>
<li>Updated to xercesImpl 2.11.0 (from 2.9.1)</li>
<li>Updated to xml-apis 1.4.01 (from 1.3.04)</li>
<li>Updated to xstream 1.4.8 (from 1.4.4)</li>
<li>Updated to jodd 3.6.1 (from 3.4.10)</li>
<li>Updated to rsyntaxtextarea 2.5.3 (from 2.5.1)</li>
<li>Updated xalan and serializer to 2.7.2 (from 2.7.1)</li>
<li>Updated to jsoup-1.8.1.jar (from 1.7.3)</li>
</ul>
<h2 class="ch_section" id="Thanks">Thanks</h2>
<p>We thank all contributors mentioned in bug and improvement sections above:
<ul>
<li>James Liang (jliang at andera.com)</li>
<li>Emmanuel Bourg (ebourg at apache.org)</li>
<li>Nicola Ambrosetti (ambrosetti.nicola at gmail.com)</li>
<li><a href="http://ubikloadpack.com">Ubik Load Pack</a></li>
<li>Mikhail Epikhin (epihin-m at yandex.ru)</li>
<li>Dan Haughey (dan.haughey at swinton.co.uk)</li>
<li>Felix Schumacher (felix.schumacher at internetallee.de)</li>
<li>Dzmitry Kashlach (dzmitrykashlach at gmail.com)</li>
<li>Andrey Pohilko (apc4 at ya.ru)</li>
<li>Bradford Hovinen (hovinen at gmail.com)</li>
<li><a href="http://blazemeter.com">BlazeMeter Ltd.</a></li>
<li>Graham Russell (graham at ham1.co.uk)</li>
<li>Philippe Jung (apache at famille-jung.fr)</li>
<li>Vladimir Sitnikov (sitnikov.vladimir at gmail.com)</li>
</ul>
<br>
We also thank bug reporters who helped us improve JMeter. <br>
For this release we want to give special thanks to the following reporters for the clear reports and tests made after our fixes:
<ul>
<li>Oliver LLoyd (email at oliverlloyd.com) for his help on <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=56119">
Bug
56119</a></li>
<li>Vladimir Ryabtsev (greatvovan at gmail.com) for his help on <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=56243">
Bug
56243</a> and <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=56276">
Bug
56276</a></li>
<li>Adrian Speteanu (asp.adieu at gmail.com) and Matt Kilbride (matt.kilbride at gmail.com) for their feedback and tests on <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54648">
Bug
54648</a></li>
<li>Shmuel Krakower (shmulikk at gmail.com) for his tests and reports on Undo/Redo feature</li>
</ul>
Apologies if we have omitted anyone else.
</p>
<h1>Version 2.11</h1>
Summary
<ul>
<li><a href="#New and Noteworthy">New and Noteworthy</a></li>
<li><a href="#Known bugs">Known bugs</a></li>
<li><a href="#Incompatible changes">Incompatible changes</a></li>
<li><a href="#Bug fixes">Bug fixes</a></li>
<li><a href="#Improvements">Improvements</a></li>
<li><a href="#Non-functional changes">Non-functional changes</a></li>
<li><a href="#Thanks">Thanks</a></li>
</ul>
<h2 class="ch_section" id="New and Noteworthy">New and Noteworthy</h2>
<h3 class="ch_title">HTTP(S) Test Script Recorder improvements</h3>
<p>
Following improvements have been made since major changes introduced in JMeter 2.10 on HTTP(S) Test Script Recorder:
<ul>
<li>Better detection of missing or invalid configuration of keytool utility</li>
<li>New system property keytool.directory (see system.properties) lets you configure directory containing keytool in case on non-standard installation</li>
</ul>
</p>
<h3 class="ch_title">JMS Publisher/Point to Point : Add ability to set typed values in JMS header properties</h3>
<p>In the samplers JMS Publisher and JMS Point-to-Point, you can now set up the class of values for the JMS header properties. Previously only String was possible.</p>
<p>
<figure><a href="./images/screenshots/changes/2.11/01_jms_properties_typed_values.png"><img src="./images/screenshots/changes/2.11/01_jms_properties_typed_values.png" width="928" height="796" alt=""></a><figcaption></figcaption></figure>
</p>
<h3 class="ch_title">View Results Tree : Add an XPath Tester </h3>
<p>In View Results Tree listener, a new XPath tester can be used to test XPATH expressions.</p>
<p>
<figure><a href="./images/screenshots/changes/2.11/03_xpath_tester.png"><img src="./images/screenshots/changes/2.11/03_xpath_tester.png" width="990" height="765" alt=""></a><figcaption></figcaption></figure>
</p>
<h3 class="ch_title">Ability to choose the client alias for the cert key in JsseSslManager such that Mutual SSL auth testing can be made more flexible</h3>
<p>When testing client based certificate authentications you have now better control on certificate you use through a new field "Variable name holding certificate alias", this
field lets you select the certificate you want to send to server to authenticate. You can use a CSV Data Set as a holder for the variable value.</p>
<p>
<figure><a href="./images/screenshots/changes/2.11/07_keystore_config.png"><img src="./images/screenshots/changes/2.11/07_keystore_config.png" width="471" height="189" alt=""></a><figcaption></figcaption></figure>
</p>
<h3 class="ch_title">Add a "Save as Test Fragment" option </h3>
<p>In the file menu, a new option allow to save a group of elements as a Test fragment.</p>
<p>
<figure><a href="./images/screenshots/changes/2.11/05_save_as_fragement.png"><img src="./images/screenshots/changes/2.11/05_save_as_fragement.png" width="295" height="242" alt=""></a><figcaption></figcaption></figure>
</p>
<h3 class="ch_title">Summariser is be enabled by default in Non GUI mode</h3>
<p>When you run JMeter from command line, now JMeter displays some statistics from the Summariser mode.</p>
<p>
<figure><a href="./images/screenshots/changes/2.11/06_summariser.png"><img src="./images/screenshots/changes/2.11/06_summariser.png" width="1287" height="386" alt=""></a><figcaption></figcaption></figure>
</p>
<h3 class="ch_title">Transaction Controller:Change default property "Include duration of timer&hellip;" for newly created element</h3>
<p>Starting from 2.11, Transaction Controller is configured by default to exclude processing time of pre/post processors as long as timers pause.</p>
<p>
<figure><a href="./images/screenshots/changes/2.11/02_transaction_controller.png"><img src="./images/screenshots/changes/2.11/02_transaction_controller.png" width="628" height="140" alt=""></a><figcaption></figcaption></figure>
</p>
<h2 class="ch_section" id="Known bugs">Known bugs</h2>
<ul>
<li>The Once Only controller behaves correctly under a Thread Group or Loop Controller,
but otherwise its behaviour is not consistent (or clearly specified).</li>
<li>Listeners don't show iteration counts when a If Controller has a condition which is always false from the first iteration (see <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52496">
Bug
52496</a>).
A workaround is to add a sampler at the same level as (or superior to) the If Controller.
For example a Test Action sampler with 0 wait time (which doesn't generate a sample),
or a Debug Sampler with all fields set to False (to reduce the sample size).
</li>
<li>
The numbers that appear to the left of the green box are the number of active threads / total number of threads,
the total number of threads only applies to a locally run test, otherwise it will show 0 (see <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55510">
Bug
55510</a>).
</li>
<li>
Note that there is a <a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6396599 ">bug in Java</a>
on some Linux systems that manifests itself as the following error when running the test cases or JMeter itself:
<pre>
[java] WARNING: Couldn't flush user prefs:
java.util.prefs.BackingStoreException:
java.lang.IllegalArgumentException: Not supported: indent-number
</pre>
This does not affect JMeter operation. This issue is fixed since Java 7b05.
</li>
<li>
With Java 1.6 and Gnome 3 on Linux systems, the JMeter menu may not work correctly (shift between mouse's click and the menu).
This is a known Java bug (see <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54477 ">
Bug
54477 </a>).
A workaround is to use a Java 7 runtime (OpenJDK or Oracle JDK).
</li>
<li>
With Oracle Java 7 and Mac Book Pro Retina Display, the JMeter GUI may look blurry.
This is a known Java bug, see Bug <a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8000629">JDK-8000629</a>.
A workaround is to use a Java 7 update 40 runtime which fixes this issue.
</li>
</ul>
<h2 class="ch_section" id="Incompatible changes">Incompatible changes</h2>
<ul>
<li>When creating a new Transaction Controller, property "Include duration of timer and pre-post processors in generated sample" will be unchecked starting from version 2.11</li>
<li>In Non GUI mode, since 2.11 summariser is enabled with a 30 seconds frequency</li>
<li>JMeter is more lenient with redirect handling and relaxes on RFC2616 by allowing relative locations. See property "jmeter.httpclient.strict_rfc2616" in jmeter.properties to change this behaviour, see <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55717">
Bug
55717</a></li>
<li>When creating a new Response Assertion, property "Pattern Matching Rules" now defaults to Substring starting from version 2.11</li>
</ul>
<h2 class="ch_section" id="Bug fixes">Bug fixes</h2>
<h3>HTTP Samplers and Test Script Recorder</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55815">
Bug
55815</a> - Proxy#getDomainMatch does not handle wildcards correctly</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55717">
Bug
55717</a> - Bad handling of Redirect when URLs are in relative format by HttpClient4 and HttpClient3.1</li>
</ul>
<h3>Other Samplers</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55685">
Bug
55685</a> - OS Sampler: timeout option don't save and restore correctly value and don't init correctly timeout</li>
</ul>
<h3>Controllers</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55816">
Bug
55816</a> - Transaction Controller with "Include duration of timer&hellip;" unchecked does not ignore processing time of last child sampler</li>
</ul>
<h3>Listeners</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55826">
Bug
55826</a> - Unsynchronised concurrent accesses to list in field RespTimeGraphVisualizer.internalList </li>
</ul>
<h3>Timers, Assertions, Config, Pre- &amp; Post-Processors</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55694">
Bug
55694</a> - Assertions and Extractors : Avoid NullPointerException when scope is variable and variable is missing</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55721">
Bug
55721</a> - HTTP Cache Manager - no-store directive is wrongly interpreted</li>
</ul>
<h3>Functions</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55871">
Bug
55871</a> - Wrong result with intSum() function when a space character is present before/after the number. Contributed by Milamber based on a proposal by James Liang.</li>
</ul>
<h3>I18N</h3>
<ul>
</ul>
<h3>General</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55739">
Bug
55739</a> - Remote Test : Total threads in GUI mode shows invalid total number of threads</li>
</ul>
<h2 class="ch_section" id="Improvements">Improvements</h2>
<h3>HTTP Samplers and Proxy</h3>
<ul>
</ul>
<h3>Other samplers</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55589">
Bug
55589</a> - JMS Publisher/Point to Point : Add ability to set typed values in JMS header properties.</li>
</ul>
<h3>Controllers</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55854">
Bug
55854</a> - Transaction Controller:Change default property "Include duration of timer&hellip;" for newly created element</li>
</ul>
<h3>Listeners</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55610">
Bug
55610</a> - View Results Tree : Add an XPath Tester</li>
</ul>
<h3>Timers, Assertions, Config, Pre- &amp; Post-Processors</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55908">
Bug
55908</a> - Response assertion : Change Pattern Matching Rules default to Substring on creation for better performances</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54977">
Bug
54977</a> - Ability to choose the client alias for the cert key in JsseSslManager such that Mutual SSL auth testing can be made more flexible. Contributed by UBIK Load Pack (support at ubikloadpack.com)</li>
</ul>
<h3>Functions</h3>
<ul>
</ul>
<h3>I18N</h3>
<ul>
</ul>
<h3>General</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55693">
Bug
55693</a> - Add a "Save as Test Fragment" option</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55753">
Bug
55753</a> - Improve FilePanel behaviour to start from the value set in Filename field if any. Contributed by UBIK Load Pack (support at ubikloadpack.com)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55756">
Bug
55756</a> - HTTP Mirror Server : Add ability to set Headers</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55852">
Bug
55852</a> - Be more lenient in parsing when charset value is surrounded with single quotes</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55857">
Bug
55857</a> - Performance : AbstractProperty should test for emptiness to avoid Exception throwing</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55858">
Bug
55858</a> - Startup Performance : On Startup, BeanInfoSupport should test for key availability instead of throwing</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55865">
Bug
55865</a> - Performance :Disable stale check by default in HttpClient 4 and 3.1</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55512">
Bug
55512</a> - Summariser should be enabled by default in Non GUI mode</li>
</ul>
<h2 class="ch_section" id="Non-functional changes">Non-functional changes</h2>
<ul>
<li>Updated to rsyntaxtextarea-2.5.1.jar (from 2.5.0)</li>
<li>Updated to jodd-core-3.4.9.jar from (3.4.8) and jodd-lagarto-3.4.9.jar (from 3.4.9)</li>
<li>Updated to jsoup-1.7.3.jar (from 1.7.2)</li>
<li>Updated to mail-1.5.0-b01 (from 1.4.4)</li>
<li>Updated to mongo-java-driver-2.11.3 (from 2.11.2)</li>
</ul>
<h2 class="ch_section" id="Thanks">Thanks</h2>
<p>We thank all contributors mentioned in bug and improvement sections above:
<ul>
<li>James Liang (jliang at andera.com)</li>
<li>UBIK Load Pack (support at ubikloadpack.com)</li>
</ul>
<br>
We also thank bug reporters who helped us improve JMeter. <br>
For this release we want to give special thanks to the following reporters for the clear reports and tests made after our fixes:
<ul>
<li>John Natsioulas (john_natsioulas at yahoo.com.au)</li>
<li>Antonio Gomes Rodrigues (ra0077 at gmail.com)</li>
</ul>
Apologies if we have omitted anyone else.
</p>
<h1>Version 2.10</h1>
Summary
<ul>
<li><a href="#New and Noteworthy">New and Noteworthy</a></li>
<li><a href="#Known bugs">Known bugs</a></li>
<li><a href="#Incompatible changes">Incompatible changes</a></li>
<li><a href="#Bug fixes">Bug fixes</a></li>
<li><a href="#Improvements">Improvements</a></li>
<li><a href="#Non-functional changes">Non-functional changes</a></li>
<li><a href="#Thanks">Thanks</a></li>
</ul>
<h2 class="ch_section" id="New and Noteworthy">New and Noteworthy</h2>
<h2 class="ch_category">Core Improvements</h2>
<h3 class="ch_title">New Performance improvements</h3>
<p>
<ul>
<li>A Huge performance improvement has been made on High Throughput Tests (no pause), see <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54777">
Bug
54777</a></li>
<li>An issue with unnecessary SSL Context reset has been fixed which improves performances of pure HTTP tests, see <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55023">
Bug
55023</a></li>
<li>Important performance improvement in parsing of Embedded resource in HTML pages thanks to a switch to JODD/Lagarto HTML Parser, see <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55632">
Bug
55632</a></li>
</ul>
</p>
<h3 class="ch_title">New CSS/JQuery Tester in View Tree Results</h3>
<p>A new CSS/JQuery Tester in View Tree Results that makes CSS/JQuery Extractor a first class
citizen in JMeter, you can now test your expressions very easily</p>
<p>
<figure><a href="./images/screenshots/changes/2.10/01_css_jquery_tester.png"><img src="./images/screenshots/changes/2.10/01_css_jquery_tester.png" width="1144" height="638" alt=""></a><figcaption></figcaption></figure>
</p>
<h3 class="ch_title">Many improvements in HTTP(S) Recording have been made</h3>
<p>
<figure><a href="./images/screenshots/changes/2.10/18_https_test_script_recorder.png"><img src="./images/screenshots/changes/2.10/18_https_test_script_recorder.png" width="691" height="215" alt=""></a><figcaption></figcaption></figure>
<div class="clear"></div><div class="note">
The "HTTP Proxy Server" test element has been renamed as "HTTP(S) Test Script Recorder".
</div><div class="clear"></div>
<ul>
<li>Better recording of HTTPS sites, embedded resources using subdomains will more easily be recorded when using JDK 7. See <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55507">
Bug
55507</a>.
See updated documentation: <a href="./usermanual/component_reference.html#HTTP(S)_Test_Script_Recorder">HTTP(S) Test Script Recorder</a>
</li>
<li>Redirection are now more smartly detected by HTTP Proxy Server, see <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55531">
Bug
55531</a></li>
<li>Many fixes on edge cases with HTTPS have been made, see <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55502">
Bug
55502</a>, <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55504">
Bug
55504</a>, <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55506">
Bug
55506</a></li>
<li>Many encoding fixes have been made, see <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54482">
Bug
54482</a>, <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54142">
Bug
54142</a>, <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54293">
Bug
54293</a></li>
</ul>
</p>
<h3 class="ch_title">You can now load test MongoDB through new MongoDB Source Config</h3>
<p>
<figure><a href="./images/screenshots/changes/2.10/02_mongodb_source_config.png"><img src="./images/screenshots/changes/2.10/02_mongodb_source_config.png" width="912" height="486" alt=""></a><figcaption></figcaption></figure>
</p>
<p>
<figure><a href="./images/screenshots/changes/2.10/14_mongodb_jsr223.png"><img src="./images/screenshots/changes/2.10/14_mongodb_jsr223.png" width="850" height="687" alt=""></a><figcaption></figcaption></figure>
</p>
<h3 class="ch_title">Kerberos authentication has been added to Auth Manager</h3>
<p>
<figure><a href="./images/screenshots/changes/2.10/15_kerberos.png"><img src="./images/screenshots/changes/2.10/15_kerberos.png" width="1005" height="364" alt=""></a><figcaption></figcaption></figure>
</p>
<h3 class="ch_title">Device can now be used in addition to source IP address</h3>
<p>
<figure><a href="./images/screenshots/changes/2.10/16_device.png"><img src="./images/screenshots/changes/2.10/16_device.png" width="1087" height="699" alt=""></a><figcaption></figcaption></figure>
</p>
<h3 class="ch_title">You can now do functional testing of MongoDB scripts through new MongoDB Script</h3>
<p>
<figure><a href="./images/screenshots/changes/2.10/03_mongodb_script_alpha.png"><img src="./images/screenshots/changes/2.10/03_mongodb_script_alpha.png" width="906" height="313" alt=""></a><figcaption></figcaption></figure>
</p>
<h3 class="ch_title">Timeout has been added to OS Process Sampler</h3>
<p>
<figure><a href="./images/screenshots/changes/2.10/17_os_process_timeout.png"><img src="./images/screenshots/changes/2.10/17_os_process_timeout.png" width="684" height="586" alt=""></a><figcaption></figcaption></figure>
</p>
<h3 class="ch_title">Query timeout has been added to JDBC Request</h3>
<p>
<figure><a href="./images/screenshots/changes/2.10/04_jdbc_request_timeout.png"><img src="./images/screenshots/changes/2.10/04_jdbc_request_timeout.png" width="540" height="600" alt=""></a><figcaption></figcaption></figure>
</p>
<h3 class="ch_title">New functions (__urlencode and __urldecode) are now available to encode/decode URL encoded chars</h3>
<p>
<figure><a href="./images/screenshots/changes/2.10/05_urlencode_function.png"><img src="./images/screenshots/changes/2.10/05_urlencode_function.png" width="512" height="240" alt=""></a><figcaption></figcaption></figure>
</p>
<h3 class="ch_title">Continuous Integration is now eased by addition of a new flag that forces NON-GUI JVM to exit after test end</h3>
<p>See jmeter property:</p>
<span class="code">jmeterengine.force.system.exit</span>
<p></p>
<h3 class="ch_title">HttpSampler now allows DELETE Http Method to have a body (works for HC4 and HC31 implementations). This allows for example to test Elastic Search APIs</h3>
<p>
<figure><a href="./images/screenshots/changes/2.10/06_http_request_delete_method.png"><img src="./images/screenshots/changes/2.10/06_http_request_delete_method.png" width="573" height="444" alt=""></a><figcaption></figcaption></figure>
</p>
<h3 class="ch_title">2 implementations of HtmlParser have been added to improve Embedded resources parsing</h3>
<p>
You can choose the implementation to use for parsing Embedded resources in HTML pages:
See jmeter.properties and look at property "htmlParser.className".
<ul>
<li>org.apache.jmeter.protocol.http.parser.LagartoBasedHtmlParser for optimal performances</li>
<li>org.apache.jmeter.protocol.http.parser.JSoupBasedHtmlParser for most accurate parsing and functional testing</li>
</ul>
</p>
<h3 class="ch_title">Distributed testing has been improved</h3>
<p>
<ul>
<li>
Number of threads on each node are now reported to controller.
<p>
<figure><a href="./images/screenshots/changes/2.10/17_threads_summariser.png"><img src="./images/screenshots/changes/2.10/17_threads_summariser.png" width="988" height="355" alt=""></a><figcaption></figcaption></figure>
</p>
<p>
<figure><a href="./images/screenshots/changes/2.10/17_threads_gui.png"><img src="./images/screenshots/changes/2.10/17_threads_gui.png" width="125" height="33" alt=""></a><figcaption></figcaption></figure>
</p>
</li>
<li>Performance improvement on BatchSampleSender(<a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55423">
Bug
55423</a>)</li>
<li>Addition of 2 SampleSender modes (StrippedAsynch and StrippedDiskStore), see jmeter.properties</li>
</ul>
</p>
<h3 class="ch_title">ModuleController has been improved to better handle changes to referenced controllers</h3>
<h3 class="ch_title">Improved class loader configuration, see <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55503">
Bug
55503</a></h3>
<p>
<ul>
<li>New property "plugin_dependency_paths" for plugin dependencies</li>
<li>Properties "search_paths", "user.classpath" and "plugin_dependency_paths"
now automatically add all jars from configured directories</li>
</ul>
</p>
<h3 class="ch_title">Best-practices section has been improved, ensure you read it to get the most out of JMeter</h3>
<p>See <a href="usermanual/best-practices.html">Best Practices</a>
</p>
<h2 class="ch_category">GUI and ergonomy Improvements</h2>
<h3 class="ch_title">New Templates feature that allows you to create test plan from existing template or merge
template into your Test Plan</h3>
<p>
<figure><a href="./images/screenshots/changes/2.10/07_jmeter_templates_icon.png"><img src="./images/screenshots/changes/2.10/07_jmeter_templates_icon.png" width="428" height="130" alt=""></a><figcaption></figcaption></figure>
</p>
<p>
<figure><a href="./images/screenshots/changes/2.10/08_jmeter_templates_box.png"><img src="./images/screenshots/changes/2.10/08_jmeter_templates_box.png" width="781" height="472" alt=""></a><figcaption></figcaption></figure>
</p>
<h3 class="ch_title">Workbench can now be saved</h3>
<p>
<figure><a href="./images/screenshots/changes/2.10/09_save_workbench.png"><img src="./images/screenshots/changes/2.10/09_save_workbench.png" width="489" height="198" alt=""></a><figcaption></figcaption></figure>
</p>
<h3 class="ch_title">Syntax color has been added to scripts elements (BeanShell, BSF, and JSR223), MongoDB and JDBC elements making code much more readable and allowing UNDO/REDO through CTRL+Z/CTRL+Y</h3>
<p>BSF Sampler with syntax color
<figure><a href="./images/screenshots/changes/2.10/10_color_syntax_bsf_sampler.png"><img src="./images/screenshots/changes/2.10/10_color_syntax_bsf_sampler.png" width="915" height="620" alt=""></a><figcaption></figcaption></figure>
</p>
<p>JSR223 Pre Processor with syntax color
<figure><a href="./images/screenshots/changes/2.10/11_color_syntax_jsr223_preprocessor.png"><img src="./images/screenshots/changes/2.10/11_color_syntax_jsr223_preprocessor.png" width="911" height="614" alt=""></a><figcaption></figcaption></figure>
</p>
<h3 class="ch_title">Better editors are now available for Test Elements with large text content, like HTTP Sampler, and JMS related Test Element providing line numbering and allowing UNDO/REDO through CTRL+Z/CTRL+Y</h3>
<h3 class="ch_title">JMeter GUI can now be fully Internationalized, all remaining issues have been fixed</h3>
<h5>Currently French has all its labels translated. Other languages are partly translated, feel free to
contribute translations by reading <a href="localising/index.html">Localisation (Translator's Guide)</a></h5>
<h3 class="ch_title">Moving elements in Test plan has been improved in many ways</h3>
<h5>Drag and drop of elements in Test Plan tree is now much easier and possible on multiple nodes</h5>
<p>
<figure><a href="./images/screenshots/changes/2.10/12_drap_n-drop_multiple.png"><img src="./images/screenshots/changes/2.10/12_drap_n-drop_multiple.png" width="894" height="236" alt=""></a><figcaption></figcaption></figure>
</p>
<p>
<b>Note that due to this <a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6560955">bug in Java</a>,
you cannot drop a node after last node. The workaround is to drop it before this last node and then Drag and Drop the last node
before the one you just dropped.</b>
</p>
<h5>New shortcuts have been added to move elements in the tree. </h5>
<p>(alt + Arrow Up) and (alt + Arrow Down) move the element within the parent node<br>
(alt + Arrow Left) and (alt + Arrow Right) move the element up and down in the tree depth</p>
<h3 class="ch_title">Response Time Graph Y axis can now be scaled</h3>
<p>
<figure><a href="./images/screenshots/changes/2.10/13_response_time_graph_y_scale.png"><img src="./images/screenshots/changes/2.10/13_response_time_graph_y_scale.png" width="947" height="596" alt=""></a><figcaption></figcaption></figure>
</p>
<h3 class="ch_title">JUnit Sampler gives now more details on configuration errors</h3>
<h2 class="ch_section" id="Known bugs">Known bugs</h2>
<ul>
<li>The Once Only controller behaves correctly under a Thread Group or Loop Controller,
but otherwise its behaviour is not consistent (or clearly specified).</li>
<li>Listeners don't show iteration counts when a If Controller has a condition which is always false from the first iteration (see <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52496">
Bug
52496</a>).
A workaround is to add a sampler at the same level as (or superior to) the If Controller.
For example a Test Action sampler with 0 wait time (which doesn't generate a sample),
or a Debug Sampler with all fields set to False (to reduce the sample size).
</li>
<li>Webservice sampler does not consider the HTTP response status to compute the status of a response, thus a response 500 containing a non empty body will be considered as successful, see <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54006">
Bug
54006</a>.
To workaround this issue, ensure you always read the response and add a Response Assertion checking text inside the response.
</li>
<li>
The numbers that appear to the left of the green box are the number of active threads / total number of threads,
these only apply to a locally run test; they do not include any threads started on remote systems when using client-server mode, (see <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54152">
Bug
54152</a>).
</li>
<li>
Note that there is a <a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6396599 ">bug in Java</a>
on some Linux systems that manifests itself as the following error when running the test cases or JMeter itself:
<pre>
[java] WARNING: Couldn't flush user prefs:
java.util.prefs.BackingStoreException:
java.lang.IllegalArgumentException: Not supported: indent-number
</pre>
This does not affect JMeter operation. This issue is fixed since Java 7b05.
</li>
<li>
With Java 1.6 and Gnome 3 on Linux systems, the JMeter menu may not work correctly (shift between mouse's click and the menu).
This is a known Java bug (see <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54477 ">
Bug
54477 </a>).
A workaround is to use a Java 7 runtime (OpenJDK or Oracle JDK).
</li>
<li>
With Oracle Java 7 and Mac Book Pro Retina Display, the JMeter GUI may look blurry.
This is a known Java bug, see Bug <a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8000629">JDK-8000629</a>.
A workaround is to use a Java 7 update 40 runtime which fixes this issue.
</li>
</ul>
<h2 class="ch_section" id="Incompatible changes">Incompatible changes</h2>
<ul>
<li><b>SMTP Sampler</b> now uses eml file subject if subject field is empty</li>
<li>With this version autoFlush has been turned off on PrintWriter in charge of writing test results.
This results in improved throughput for intensive tests but can result in more test data loss in case
of JMeter crash (extremely rare). To revert to previous behaviour set <span class="code">jmeter.save.saveservice.autoflush</span> property to <span class="code">true</span>.</li>
<li>
Shortcut for <b>Function Helper Dialog</b> is now <i>CTRL+SHIFT+F1 (CMD + SHIFT + F1 for Mac OS)</i>.
The original key sequence <i>(Ctrl+F1)</i> did not work in some locations (it is consumed by the Java Swing ToolTipManager).
It was therefore necessary to change the shortcut.
</li>
<li>
<b>Webservice (SOAP) Request</b> has been removed by default from GUI as Element is deprecated. (Use <b>HTTP Request</b>
with <i>Body Data</i>, see also the Template <i>Building a SOAP Webservice Test Plan</i>), if you need to show it, see property <span class="code">not_in_menu</span> in <i>jmeter.properties</i>
</li>
<li>
<b>Transaction Controller</b> now sets <i>Response Code</i> of <i>Generated Parent Sampler</i>
(if <i>Generated Parent Sampler</i> is checked) to response code of first failing child in case of failure of one of the children, in previous versions <i>Response Code</i> was empty.
</li>
<li>
In previous versions, <b>IncludeController</b> could run Test Elements located inside a <b>Thread Group</b>, this behaviour (<i>which was not documented</i>)
could result in weird behaviour, it has been removed in this version (see <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55464">
Bug
55464</a>).
The correct way to include Test Elements is to use <b>Test Fragment</b> as stated in documentation of <b>Include Controller</b>.
</li>
<li>
The retry count for the HttpClient 3.1 and HttpClient 4.x samplers has been changed to <b>0</b>.
Previously the default was 1, which could cause unexpected additional traffic.
</li>
<li>Starting with this version, the <b>HTTP(S) Test Script Recorder</b> tries to detect when a sample is the result of a previous
redirect. If the current response is a redirect, JMeter will save the redirect URL. When the next request is received,
it is compared with the saved redirect URL and if there is a match, JMeter will disable the generated sample.
To revert to previous behaviour, set the property <span class="code">proxy.redirect.disabling=false</span>
</li>
<li>Starting with this version, in <b>HTTP(S) Test Script Recorder</b> if Grouping is set to <i>Put each group in a new Transaction Controller</i>,
the Recorder will create <b>Transaction Controller</b> instances with <i>Include duration of timer and pre-post processors in generated sample</i> set
to false. This default value reflect more accurately response time.
</li>
<li><span class="code">__escapeOroRegexpChars</span> function (which escapes ORO reserved characters) no longer trims the value (see <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55328">
Bug
55328</a>)
</li>
<li>The <i>commons-lang-2.6.jar</i> has been removed from embedded libraries in <span class="code">jmeter/lib</span> folder as it is not needed by JMeter at run-time
(it is only used by Apache Velocity for generating documentation).
If you use any plugin or third-party code that depends on it, you need to add it in <span class="code">jmeter/lib</span> folder
</li>
</ul>
<h2 class="ch_section" id="Bug fixes">Bug fixes</h2>
<h3>HTTP Samplers and Proxy</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54627">
Bug
54627</a> - JMeter Proxy GUI: Type of sampler setting takes the whole screen when there are samplers with long names.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54629">
Bug
54629</a> - HTMLParser does not extract &lt;object&gt; tag urls.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55023">
Bug
55023</a> - SSL Context reuse feature (51380) adversely affects non-ssl request performance/throughput. based on analysis by Brent Cromarty (brent.cromarty at yahoo.ca)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55092">
Bug
55092</a> - Log message "WARN - jmeter.protocol.http.sampler.HTTPSamplerBase: Null URL detected (should not happen)" displayed when embedded resource URL is malformed.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55161">
Bug
55161</a> - Useless processing in SoapSampler.setPostHeaders. Contributed by Adrian Nistor (nistor1 at illinois.edu)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54482">
Bug
54482</a> - HC fails to follow redirects with non-encoded chars.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54142">
Bug
54142</a> - HTTP Proxy Server throws an exception when path contains "|" character.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55388">
Bug
55388</a> - HC3 does not allow IP Source field to override httpclient.localaddress.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55450">
Bug
55450</a> - HEAD redirects should remain as HEAD</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55455">
Bug
55455</a> - HTTPS with HTTPClient4 ignores cps setting</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55502">
Bug
55502</a> - Proxy generates empty http:/ entries when recording</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55504">
Bug
55504</a> - Proxy incorrectly issues CONNECT requests when browser prompts for certificate override</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55506">
Bug
55506</a> - Proxy should deliver failed requests to any configured Listeners</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55545">
Bug
55545</a> - HTTP Proxy Server GUI should not allow both Follow and Auto redirect to be selected</li>
</ul>
<h3>Other Samplers</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54913">
Bug
54913</a> - JMSPublisherGui incorrectly restores its state. Contributed by Benoit Wiart (benoit.wiart at gmail.com)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55027">
Bug
55027</a> - Test Action regression, duration value is not recorded (nightly build).</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55163">
Bug
55163</a> - BeanShellTestElement fails to quote string when calling testStarted(String)/testEnded(String).</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55349">
Bug
55349</a> - NativeCommand hangs if no input file is specified and the application requests input.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55462">
Bug
55462</a> - System Sampler should not change the sampler label if a sample fails</li>
</ul>
<h3>Controllers</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54467">
Bug
54467</a> - Loop Controller: compute loop value only once per parent iteration.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54985">
Bug
54985</a> - Make Transaction Controller set Response Code of Generated Parent Sampler to response code of first failing child in case of failure of one of its children. Contributed by Mikhail Epikhin (epihin-m at yandex.ru)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54950">
Bug
54950</a> - ModuleController : Changes to referenced Module are not taken into account if changes occur after first run and referenced node is disabled.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55201">
Bug
55201</a> - ForEach controller excludes start index and includes end index (clarified documentation).</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55334">
Bug
55334</a> - Adding Include Controller to test plan (made of Include Controllers) without saving TestPlan leads to included code not being taken into account until save.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55375">
Bug
55375</a> - StackOverflowError with ModuleController in Non-GUI mode if its name is the same as the target node.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55464">
Bug
55464</a> - Include Controller running included thread group</li>
</ul>
<h3>Listeners</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54589">
Bug
54589</a> - View Results Tree have a lot of Garbage characters if html page uses double-byte charset.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54753">
Bug
54753</a> - StringIndexOutOfBoundsException at SampleResult.getSampleLabel() if key_on_threadname=false when using Statistical mode.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54685">
Bug
54685</a> - ArrayIndexOutOfBoundsException if "sample_variable" is set in client but not server.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55111">
Bug
55111</a> - ViewResultsTree: text not refitted if vertical scrollbar is required. Contributed by Milamber</li>
</ul>
<h3>Timers, Assertions, Config, Pre- &amp; Post-Processors</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54540">
Bug
54540</a> - "HTML Parameter Mask" are not marked deprecated in the IHM.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54575">
Bug
54575</a> - CSS/JQuery Extractor : Choosing JODD Implementation always uses JSOUP.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54901">
Bug
54901</a> - Response Assertion GUI behaves weirdly.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54924">
Bug
54924</a> - XMLAssertion uses JMeter JVM file.encoding instead of response encoding and does not clean threadlocal variable.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53679">
Bug
53679</a> - Constant Throughput Timer bug with localization. Reported by Ludovic Garcia</li>
</ul>
<h3>Functions</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55328">
Bug
55328</a> - __escapeOroRegexpChars trims spaces.</li>
</ul>
<h3>I18N</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55437">
Bug
55437</a> - ComboStringEditor does not translate EDIT and UNDEFINED strings on language change</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55501">
Bug
55501</a> - Incorrect encoding for French description of __char function. Contributed by Antonio Gomes Rodrigues (ra0077 at gmail.com)</li>
</ul>
<h3>General</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54504">
Bug
54504</a> - Resource string not found: [clipboard_node_read_error].</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54538">
Bug
54538</a> - GUI: context menu is too big.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54847">
Bug
54847</a> - Cut &amp; Paste is broken with tree multi-selection. Contributed by Benoit Wiart (benoit.wiart at gmail.com)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54870">
Bug
54870</a> - Tree drag and drop may lose leaf nodes (affected nightly build). Contributed by Benoit Wiart (benoit.wiart at gmail.com)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55056">
Bug
55056</a> - wasted work in Data.append(). Contributed by Adrian Nistor (nistor1 at illinois.edu)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55129">
Bug
55129</a> - Change Javadoc generation per CVE-2013-1571, VU#225657.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55187">
Bug
55187</a> - Integer overflow when computing ONE_YEAR_MS in HTTP CacheManager.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55208">
Bug
55208</a> - JSR223 language entries are duplicated; fold to lower case.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55203">
Bug
55203</a> - TestBeanGUI - wrong language settings found.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55065">
Bug
55065</a> - Useless processing in Spline3.converge(). Contributed by Adrian Nistor (nistor1 at illinois.edu)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55064">
Bug
55064</a> - Useless processing in ReportTreeListener.isValidDragAction(). Contributed by Adrian Nistor (nistor1 at illinois.edu)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55242">
Bug
55242</a> - BeanShell Client jar throws exceptions after upgrading to 2.8.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55288">
Bug
55288</a> - JMeter should default to 0 retries for HTTP requests.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55405">
Bug
55405</a> - ant download_jars task fails if lib/api or lib/doc are missing. Contributed by Antonio Gomes Rodrigues.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55427">
Bug
55427</a> - TestBeanHelper should ignore properties not supported by GenericTestBeanCustomizer</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55459">
Bug
55459</a> - Elements using ComboStringEditor lose the input value if user selects another Test Element</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54152">
Bug
54152</a> - In distributed testing : activeThreads always show 0 in GUI and Summariser</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55509">
Bug
55509</a> - Allow Plugins to be notified of remote thread number progression</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55572">
Bug
55572</a> - Detail popup of parameter does not show a Scrollbar when content exceeds display</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55580">
Bug
55580</a> - Help pane does not scroll to start for &lt;a href="#"&gt; links</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55600">
Bug
55600</a> - JSyntaxTextArea : Strange behaviour on first undo</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55655">
Bug
55655</a> - NullPointerException when Remote stopping /shutdown all if one engine did not start correctly. Contributed by UBIK Load Pack (support at ubikloadpack.com)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55657">
Bug
55657</a> - Remote and Local Stop/Shutdown buttons state does not take into account local / remote status </li>
</ul>
<h2 class="ch_section" id="Improvements">Improvements</h2>
<h3>HTTP Samplers and Proxy</h3>
<ul>
<li>HTTP Request: Small user interaction improvements in Row parameter Detail Box. Contributed by Milamber</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55255">
Bug
55255</a> - Allow Body in HTTP DELETE method to support API that use it (like ElasticSearch).</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53480">
Bug
53480</a> - Add Kerberos support to Http Sampler (HttpClient4). Based on patch by Felix Schumacher (felix.schumacher at internetallee.de)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54874">
Bug
54874</a> - Support device in addition to source IP address. Based on patch by Dan Fruehauf (malkodan at gmail.com)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55488">
Bug
55488</a> - Add .ico and .woff file extension to default suggested exclusions in proxy recorder. Contributed by Antonio Gomes Rodrigues</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55525">
Bug
55525</a> - Proxy should support alias for keyserver entry</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55531">
Bug
55531</a> - Proxy recording and redirects. Added code to disable redirected samples.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55507">
Bug
55507</a> - Proxy SSL recording does not handle external embedded resources well</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55632">
Bug
55632</a> - Have a new implementation of htmlParser for embedded resources parsing with better performances</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55653">
Bug
55653</a> - HTTP(S) Test Script Recorder should set TransactionController property "Include duration of timer and pre-post processors in generated sample" to false</li>
</ul>
<h3>Other samplers</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54788">
Bug
54788</a> - JMS Point-to-Point Sampler - GUI enhancements to increase readability and ease of use. Contributed by Bruno Antunes (b.m.antunes at gmail.com)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54798">
Bug
54798</a> - Using subject from EML-file for SMTP Sampler. Contributed by Mikhail Epikhin (epihin-m at yandex.ru)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54759">
Bug
54759</a> - SSLPeerUnverifiedException using HTTPS , property documented.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54896">
Bug
54896</a> - JUnit sampler gives only "failed to create an instance of the class" message with constructor problems.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55084">
Bug
55084</a> - Add timeout support for JDBC Request. Contributed by Mikhail Epikhin (epihin-m at yandex.ru)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55403">
Bug
55403</a> - Enhancement to OS sampler: Support for timeout</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55518">
Bug
55518</a> - Add ability to limit number of cached PreparedStatements per connection when "Prepared Select Statement", "Prepared Update Statement" or "Callable Statement" query type is selected</li>
</ul>
<h3>Controllers</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54271">
Bug
54271</a> - Module Controller breaks if test plan is renamed.</li>
</ul>
<h3>Listeners</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54532">
Bug
54532</a> - Improve Response Time Graph Y axis scale with huge values or small values (&lt; 1000ms). Add a new field to define increment scale. Contributed by Milamber based on patch by Luca Maragnani (luca.maragnani at gmail.com)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54576">
Bug
54576</a> - View Results Tree : Add a CSS/JQuery Tester.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54777">
Bug
54777</a> - Improve Performance of default ResultCollector. Based on patch by Mikhail Epikhin (epihin-m at yandex.ru)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55389">
Bug
55389</a> - Show IP source address in request data</li>
</ul>
<h3>Timers, Assertions, Config, Pre- &amp; Post-Processors</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54789">
Bug
54789</a> - XPath Assertion - GUI enhancements to increase readability and ease of use.</li>
</ul>
<h3>Functions</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54991">
Bug
54991</a> - Add functions to encode/decode URL encoded chars (__urlencode and __urldecode). Contributed by Milamber.</li>
</ul>
<h3>I18N</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55241">
Bug
55241</a> - Need GUI Editor to process fields which are based on Enums with localised display strings</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55440">
Bug
55440</a> - ComboStringEditor should allow tags to be language dependent</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55432">
Bug
55432</a> - CSV Dataset Config loses sharing mode when switching languages</li>
</ul>
<h3>General</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54584">
Bug
54584</a> - MongoDB plugin. Based on patch by Jan Paul Ettles (janpaulettles at gmail.com)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54669">
Bug
54669</a> - Add flag forcing non-GUI JVM to exit after test. Contributed by Scott Emmons</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=42428">
Bug
42428</a> - Workbench not saved with Test Plan. Contributed by Dzmitry Kashlach (dzmitrykashlach at gmail.com)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54825">
Bug
54825</a> - Add shortcuts to move elements in the tree. Contributed by Benoit Wiart (benoit.wiart at gmail.com)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54834">
Bug
54834</a> - Improve Drag &amp; Drop in the jmeter tree. Contributed by Benoit Wiart (benoit.wiart at gmail.com)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54839">
Bug
54839</a> - Set the application name on Mac. Contributed by Benoit Wiart (benoit.wiart at gmail.com)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54841">
Bug
54841</a> - Correctly handle the quit shortcut on Mac Os (CMD-Q). Contributed by Benoit Wiart (benoit.wiart at gmail.com)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54844">
Bug
54844</a> - Set the application icon on Mac Os. Contributed by Benoit Wiart (benoit.wiart at gmail.com)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54864">
Bug
54864</a> - Enable multi selection drag &amp; drop in the tree without having to start dragging before releasing Shift or Control. Contributed by Benoit Wiart (benoit.wiart at gmail.com)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54945">
Bug
54945</a> - Add Shutdown Hook to enable trapping kill or CTRL+C signals.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54990">
Bug
54990</a> - Download large files avoiding outOfMemory.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55085">
Bug
55085</a> - UX Improvement : Ability to create New Test Plan from Templates. Contributed by UBIK Load Pack (support at ubikloadpack.com)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55172">
Bug
55172</a> - Provide plugins a way to add Top Menu and menu items.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55202">
Bug
55202</a> - Add syntax color for scripts elements (BeanShell, BSF, and JSR223) and JDBC elements with RSyntaxTextArea. Contributed by Milamber based on patch by Marko Vlahovic (vlahovic74 at gmail.com)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55175">
Bug
55175</a> - HTTPHC4Impl refactoring to allow better inheritance.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55236">
Bug
55236</a> - Templates - provide button to reload template details.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55237">
Bug
55237</a> - Template system should support relative fileName entries.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55423">
Bug
55423</a> - BatchSampleSender: Reduce locking granularity by moving listener.processBatch outside of synchronized block</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55424">
Bug
55424</a> - Add Stripping to existing SampleSenders</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55451">
Bug
55451</a> - Test Element GUI with JSyntaxTextArea scroll down when text content is long enough to add a Scrollbar</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55513">
Bug
55513</a> - StreamCopier cannot be used with System.err or System.out as it closes the output stream</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55514">
Bug
55514</a> - SystemCommand should support arbitrary input and output streams</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55515">
Bug
55515</a> - SystemCommand should support chaining of commands</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55606">
Bug
55606</a> - Use JSyntaxtTextArea for Http Request, JMS Test Elements</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55651">
Bug
55651</a> - Change JMeter application icon to Apache plume icon</li>
</ul>
<h2 class="ch_section" id="Non-functional changes">Non-functional changes</h2>
<ul>
<li>Updated to jsoup-1.7.2</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54776">
Bug
54776</a> - Update the dependency on Bouncy Castle to 1.48. Contributed by Emmanuel Bourg (ebourg at apache.org)</li>
<li>Updated to HttpComponents Client 4.2.6 (from 4.2.3)</li>
<li>Updated to HttpComponents Core 4.2.5 (from 4.2.3)</li>
<li>Updated to commons-codec 1.8 (from 1.6)</li>
<li>Updated to commons-io 2.4 (from 2.2)</li>
<li>Updated to commons-logging 1.1.3 (from 1.1.1)</li>
<li>Updated to commons-net 3.3 (from 3.1)</li>
<li>Updated to jdom-1.1.3 (from 1.1.2)</li>
<li>Updated to jodd-lagarto and jodd-core 3.4.8 (from 3.4.1)</li>
<li>Updated to junit 4.11 (from 4.10)</li>
<li>Updated to slf4j-api 1.7.5 (from 1.7.2)</li>
<li>Updated to tika 1.4 (from 1.3)</li>
<li>Updated to xmlgraphics-commons 1.5 (from 1.3.1)</li>
<li>Updated to xstream 1.4.4 (from 1.4.2)</li>
<li>Updated to BouncyCastle 1.49 (from 1.48)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54912">
Bug
54912</a> - JMeterTreeListener should use constants. Contributed by Benoit Wiart (benoit.wiart at gmail.com)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54903">
Bug
54903</a> - Remove the dependency on the Activation Framework. Contributed by Emmanuel Bourg (ebourg at apache.org)</li>
<li>Moved commons-lang (2.6) to lib/doc as it's only needed by Velocity.</li>
<li>Re-organised and simplified NOTICE and LICENSE files.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55411">
Bug
55411</a> - NativeCommand could be useful elsewhere. Copied code to o.a.jorphan.exec.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55435">
Bug
55435</a> - ComboStringEditor could be simplified to make most settings final</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55436">
Bug
55436</a> - ComboStringEditor should implement ClearGui</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55463">
Bug
55463</a> - Component.requestFocus() is discouraged; use requestFocusInWindow() instead</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55486">
Bug
55486</a> - New JMeter Logo. Contributed by UBIK Load Pack (support at ubikloadpack.com)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55548">
Bug
55548</a> - Tidy up use of TestElement.ENABLED; use TestElement.isEnabled()/setEnabled() throughout</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55617">
Bug
55617</a> - Improvements to jorphan collection. Contributed by Benoit Wiart (benoit.wiart at gmail.com)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55623">
Bug
55623</a> - Invalid/unexpected configuration values should not be silently ignored</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55626">
Bug
55626</a> - Rename HTTP Proxy Server as HTTP(S) Test Script Recorder</li>
</ul>
<h2 class="ch_section" id="Thanks">Thanks</h2>
<p>We thank all contributors mentioned in bug and improvement sections above:
<ul>
<li>Bruno Antunes (b.m.antunes at gmail.com)</li>
<li>Emmanuel Bourg (ebourg at apache.org)</li>
<li>Scott Emmons</li>
<li>Mikhail Epikhin (epihin-m at yandex.ru)</li>
<li>Dzmitry Kashlach (dzmitrykashlach at gmail.com)</li>
<li>Luca Maragnani (luca.maragnani at gmail.com)</li>
<li>Milamber</li>
<li>Adrian Nistor (nistor1 at illinois.edu)</li>
<li>Antonio Gomes Rodrigues (ra0077 at gmail.com)</li>
<li>UBIK Load Pack (support at ubikloadpack.com)</li>
<li>Benoit Wiart (benoit.wiart at gmail.com)</li>
</ul>
<br>
We also thank bug reporters who helped us improve JMeter. <br>
For this release we want to give special thanks to the following reporters for the clear reports and tests made after our fixes:
<ul>
<li>Immanuel Hayden (immanuel.hayden at gmail.com)</li>
<li>Danny Lade (dlade at web.de)</li>
<li>Brent Cromarty (brent.cromarty at yahoo.ca)</li>
<li>Wolfgang Heider (wolfgang.heider at racon.at)</li>
<li>Shmuel Krakower (shmulikk at gmail.com)</li>
</ul>
Apologies if we have omitted anyone else.
</p>
<h1>Version 2.9</h1>
<h2>New and Noteworthy</h2>
<h3><u>Core Improvements:</u></h3>
<h4>* A new Extractor that uses CSS or jquery-like selector syntax has been introduced,
it allows using either JODD or JSOUP implementations</h4>
<p>
<figure><a href="./images/screenshots/changes/2.9/01_css_jquery_extractor.png"><img src="./images/screenshots/changes/2.9/01_css_jquery_extractor.png" width="762" height="277" alt=""></a><figcaption></figcaption></figure>
</p>
<p>Result: the title of the page in a JMeter variable
<figure><a href="./images/screenshots/changes/2.9/01_css_jquery_extractor_resul.png"><img src="./images/screenshots/changes/2.9/01_css_jquery_extractor_resul.png" width="719" height="171" alt=""></a><figcaption></figcaption></figure>
</p>
<h4>* JMeter can now handle different types of documents (PDF, MsOffice files, Apache OpenOffice's files, &hellip;)
within different elements </h4>
<ul>
<li>Regular Expression Extractor, extract text from documents</li>
<li>Assertion Response, check text in documents</li>
<li>View Results Tree, view as a text the documents</li>
</ul>
<p>
<figure><a href="./images/screenshots/changes/2.9/02_document_render_view_results_tree.png"><img src="./images/screenshots/changes/2.9/02_document_render_view_results_tree.png" width="761" height="345" alt=""></a><figcaption></figcaption></figure>
</p>
<h4>* A new Regex User Parameters Pre-Processor that enables injecting input parameter names and values
using a reference extracted by Regular Expression Extractor from a previous response</h4>
<p>
<figure><a href="./images/screenshots/changes/2.9/13_regex_user_params.png"><img src="./images/screenshots/changes/2.9/13_regex_user_params.png" width="727" height="138" alt=""></a><figcaption></figcaption></figure>
</p>
<h4>* TCP Sampler: new options</h4>
<p>TCP Sampler has been enhanced with new options to allow setting <b>Close Connection</b>,
<b>SO_LINGER</b> and <b>End of line(EOL) byte value</b>
<figure><a href="./images/screenshots/changes/2.9/03_new_options_tcp_sampler.png"><img src="./images/screenshots/changes/2.9/03_new_options_tcp_sampler.png" width="1147" height="302" alt=""></a><figcaption></figcaption></figure>
</p>
<h4>* A new function <i>__escapeOroRegexpChars(,)</i> has been introduced quote ORO regexp meta characters</h4>
<h4>* ForEach Controller: new fields</h4>
<p>ForEach Controller has now 2 new fields to control start and end of loop
<figure><a href="./images/screenshots/changes/2.9/04_for_each_new_fields.png"><img src="./images/screenshots/changes/2.9/04_for_each_new_fields.png" width="320" height="203" alt=""></a><figcaption></figcaption></figure>
</p>
<h4>* Result Status Action Handler now has a new option to "Start next thread loop"</h4>
<p>
<figure><a href="./images/screenshots/changes/2.9/05_result_status_action_handler.png"><img src="./images/screenshots/changes/2.9/05_result_status_action_handler.png" width="722" height="132" alt=""></a><figcaption></figcaption></figure>
</p>
<h4>* JMS Publisher: new option</h4>
<p>JMS Publisher can now send Bytes Messages</p>
<figure><a href="./images/screenshots/changes/2.9/11_jms_publisher_bytes.png"><img src="./images/screenshots/changes/2.9/11_jms_publisher_bytes.png" width="833" height="701" alt=""></a><figcaption></figcaption></figure>
<h4>* Memory and performance improvements</h4>
<p>Significant improvements have been done in this version on memory usage per Thread and CPU when more
than one Post Processor is used as child of a Sampler</p>
<p>JSR223 Elements (enable using Groovy, Scala, &hellip; as scripting languages) have been improved to enable caching
of Compilation results when scripts are passed in Text area</p>
<figure><a href="./images/screenshots/changes/2.9/12_jsr223_sampler.png"><img src="./images/screenshots/changes/2.9/12_jsr223_sampler.png" width="841" height="470" alt=""></a><figcaption></figcaption></figure>
<p>Some configuration defaults have changed to improve performances by default(see <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54412">
Bug
54412</a>),
see description in New and Noteworthy section.
<ul>
<li>Distributed testing now uses MODE_STRIPPED_BATCH, which returns samples in batch mode (every 100 samples
or every minute by default). Note also that MODE_STRIPPED_BATCH strips response data from SampleResult,
so if you need it change to another mode (mode property in jmeter.properties)</li>
<li>Result data are now saved to CSV by default (jmeter.save.saveservice.output_format in jmeter.properties)</li>
</ul>
</p>
<h4>* XPath Assertion now enables using a JMeter variable as input</h4>
<p>
<figure><a href="./images/screenshots/changes/2.9/14_xpath_assertion.png"><img src="./images/screenshots/changes/2.9/14_xpath_assertion.png" width="800" height="317" alt=""></a><figcaption></figcaption></figure>
</p>
<h3><u>GUI and ergonomy Improvements:</u></h3>
<h4>* Search feature has been improved to search within more internal fields of elements and expand search results</h4>
<h4>* Copy/paste is now possible between 2 JMeter instances &gt;= 2.9 version</h4>
<p>Copy element(s) from one JMeter instance:
<figure><a href="./images/screenshots/changes/2.9/06_copy_paste_between_2_jmeter1.png"><img src="./images/screenshots/changes/2.9/06_copy_paste_between_2_jmeter1.png" width="618" height="262" alt=""></a><figcaption></figcaption></figure>
</p>
<p>Paste element(s) into a second JMeter instance:
<figure><a href="./images/screenshots/changes/2.9/06_copy_paste_between_2_jmeter2.png"><img src="./images/screenshots/changes/2.9/06_copy_paste_between_2_jmeter2.png" width="617" height="278" alt=""></a><figcaption></figcaption></figure>
</p>
<h4>* HTTP Header Manager</h4>
<p>Allow copy from clipboard to HeaderPanel, headers are supposed to be separated by new line
and have the following form <i>name:value</i>
<figure><a href="./images/screenshots/changes/2.9/07_header_panel_add_from_clipboard.png"><img src="./images/screenshots/changes/2.9/07_header_panel_add_from_clipboard.png" width="661" height="263" alt=""></a><figcaption></figcaption></figure>
</p>
<h4>* Module Controller</h4>
<p>Module Controller has been improved to better render referenced controller and expand it by clicking on a new button
<figure><a href="./images/screenshots/changes/2.9/08_module_controller_improvements.png"><img src="./images/screenshots/changes/2.9/08_module_controller_improvements.png" width="832" height="274" alt=""></a><figcaption></figcaption></figure>
</p>
<h4>* HTTP Proxy Server</h4>
<p>HTTP Proxy Server now has a button to add a set of default exclusions for URL patterns,
this list can be configured through property : <i>proxy.excludes.suggested</i>
<figure><a href="./images/screenshots/changes/2.9/09_proxy_excludes_suggested.png"><img src="./images/screenshots/changes/2.9/09_proxy_excludes_suggested.png" width="811" height="214" alt=""></a><figcaption></figcaption></figure>
</p>
<h4>* Rendering of target controller has been improved in HTTP Proxy Server</h4>
<h3><u>HTTP Proxy Server recording:</u></h3>
<p>* HTTP Proxy Server now automatically uses HTTP Request with Raw Post Body mode for
samples that only have one unnamed argument (JSON, XML, GWT, &hellip;)</p>
<p>* HTTP Proxy Server does not force user to select the type of Sampler in HTTP Sampler Settings,
this allows easier switch between implementations as Sampler do not have this information set anymore</p>
<p>
<figure><a href="./images/screenshots/changes/2.9/10_http_proxy_dont_force_http_type.png"><img src="./images/screenshots/changes/2.9/10_http_proxy_dont_force_http_type.png" width="484" height="307" alt=""></a><figcaption></figcaption></figure>
</p>
<p>* SamplerCreator interface has been enriched to meet new requirements for plug-in providers</p>
<p>* It is now possible to create binary sampler for x-www-form-urlencoded POST request by
modifying <i>proxy.binary.types</i> property to add application/x-www-form-urlencoded </p>
<p>* Improved timestamp format auto-detection when reading CSV files</p>
<h2>Known bugs</h2>
<p>The Once Only controller behaves correctly under a Thread Group or Loop Controller,
but otherwise its behaviour is not consistent (or clearly specified).</p>
<p>Listeners don't show iteration counts when a If Controller has a condition which is always false from the first iteration (see <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52496">
Bug
52496</a>).
A workaround is to add a sampler at the same level as (or superior to) the If Controller.
For example a Test Action sampler with 0 wait time (which doesn't generate a sample),
or a Debug Sampler with all fields set to False (to reduce the sample size).
</p>
<p>Webservice sampler does not consider the HTTP response status to compute the status of a response, thus a response 500 containing a non empty body will be considered as successful, see <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54006">
Bug
54006</a>.
To workaround this issue, ensure you always read the response and add a Response Assertion checking text inside the response.
</p>
<p>
Changing language can break part of the configuration of the following elements (see <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53679">
Bug
53679</a>):
<ul>
<li>CSV Data Set Config (sharing mode will be lost)</li>
<li>Constant Throughput Timer (Calculate throughput based on will be lost)</li>
</ul>
</p>
<p>
The numbers that appear to the left of the green box are the number of active threads / total number of threads,
these only apply to a locally run test; they do not include any threads started on remote systems when using client-server mode, (see <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54152">
Bug
54152</a>).
</p>
<p>
Note that there is a bug in Java on some Linux systems that manifests
itself as the following error when running the test cases or JMeter itself:
<pre>
[java] WARNING: Couldn't flush user prefs:
java.util.prefs.BackingStoreException:
java.lang.IllegalArgumentException: Not supported: indent-number
</pre>
This does not affect JMeter operation.
</p>
<h2>Incompatible changes</h2>
<p><b>JMeter requires now a Java 6 runtime or higher.</b></p>
<p>Some configuration defaults have changed to improve performances by default (see <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54412">
Bug
54412</a>),
see description in New and Noteworthy section.</p>
<p>Webservice sampler now adds to request the headers that are set through Header Manager, these were previously ignored</p>
<p><i>jdbcsampler.cachesize</i> property has been removed, it previously limited the size of a per connection cache of Map &lt; String,
PreparedStatement &gt; , it also limited the size of this
map which held the PreparedStatement for SQL queries. This limitation provoked a bug <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53995">
Bug
53995</a>.
It has been removed so now size of these 2 maps is not limited anymore. This change changes behaviour as starting from
this version no PreparedStatement will be closed during the test.</p>
<p>Starting with this version, there are some important changes on JSR223 Test Elements:
<ul>
<li>JSR223 Test Elements that have an invalid filename (not existing or unreadable) will make test fail instead of
making the element silently work</li>
<li>In JSR223 Test Elements: responseCodeOk, responseMessageOK and successful are set before
script is executed, if responseData is set it will not be overriden anymore by a toString() on script return value</li>
</ul>
</p>
<p>View Results Tree now considers response with missing content type as text.</p>
<p>In remote Test mode, JMeter now exits in error if one of the remote engines cannot be configured,
previously it started the test with available engines.</p>
<h2>Bug fixes</h2>
<h3>HTTP Samplers and Proxy</h3>
<ul>
<li>Don't log spurious warning messages when using concurrent pool embedded downloads with Cache Manager or CookieManager</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54057">
Bug
54057</a>- Proxy option to set user and password at startup (-u and -a) not working with HTTPClient 4</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54187">
Bug
54187</a> - Request tab does not show headers if request fails</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53840">
Bug
53840</a> - Proxy Recording : Response message: URLDecoder: Illegal hex characters in escape (%) pattern - For input string: "" "</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54351">
Bug
54351</a> - HC4 and URI fragments is failing</li>
</ul>
<h3>Other Samplers</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53997">
Bug
53997</a> - LDAP Extended Request: Escape ampersand (&amp;), left angle bracket (&lt;)
and right angle bracket (&gt;) in search filter tag in XML response data</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53995">
Bug
53995</a> - AbstractJDBCTestElement shares PreparedStatement between multi-threads</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54119">
Bug
54119</a> - HTTP 307 response is not redirected</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54326">
Bug
54326</a> - AjpSampler send file in post throws FileNotFoundException</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54331">
Bug
54331</a> - AjpSampler throws null pointer on GET request that are protected</li>
</ul>
<h3>Controllers</h3>
<ul>
</ul>
<h3>Listeners</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54088">
Bug
54088</a> - The type video/f4m is text, not binary</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54166">
Bug
54166</a> - ViewResultsTree could not render the HTML response: handle failure to parse HTML</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54287">
Bug
54287</a> - Incorrect Timestamp in Response Time Graph when using a date with time in Date format field</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54451">
Bug
54451</a> - Response Time Graph reports wrong times when the are many samples for same time</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54459">
Bug
54459</a> - CSVSaveService does not handle date parsing very well</li>
</ul>
<h3>Timers, Assertions, Config, Pre- &amp; Post-Processors</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54058">
Bug
54058</a> - In HTTP Request Defaults, the value of field "Embedded URLs must match: is not saved if the check box "Retrieve All Embedded Resources" is not checked.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54375">
Bug
54375</a> - Regular Expression Extractor : When regex syntax is wrong, post processing is stopped</li>
</ul>
<h3>Functions</h3>
<ul>
</ul>
<h3>I18N</h3>
<ul>
</ul>
<h3>General</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53975">
Bug
53975</a> - Variables replacement doesn't work with option "Delay thread creation until needed"</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54055">
Bug
54055</a> - View Results tree: = signs are stripped from parameter values at HTTP tab</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54129">
Bug
54129</a> - Search Feature does not find text although existing in elements </li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54023">
Bug
54023</a> - Unable to start JMeter from a root directory and if the full path of JMeter installation contains one or more spaces (Unix/linux)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54172">
Bug
54172</a> - Duplicate shortcut key not working and CTRL+C / CTRL+V / CTRL+V do not cancel default event</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54057">
Bug
54057</a> - Proxy option to set user and password at startup (-u and -a) not working with HTTPClient 4</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54267">
Bug
54267</a> - Start Next Thread Loop setting doesn't work in custom thread groups</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54413">
Bug
54413</a> - DataStrippingSampleSender returns 0 for number of bytes of any response</li>
</ul>
<h2>Improvements</h2>
<h3>HTTP Samplers</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54185">
Bug
54185</a> - Allow query strings in paths that start with HTTP or HTTPS</li>
</ul>
<h3>Other samplers</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54004">
Bug
54004</a> - Webservice Sampler : Allow adding headers to request with Header Manager</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54106">
Bug
54106</a> - JSR223TestElement should check for file existence when a filename is set instead of using Text Area content </li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54107">
Bug
54107</a> - JSR223TestElement : Enable compilation and caching of Script Text</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54109">
Bug
54109</a> - JSR223TestElement : SampleResult properties should be set before entering script to allow user setting different code</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54230">
Bug
54230</a> - TCP Sampler, additions of "Close Connection", "SO_LINGER" and "End of line(EOL) byte value" options</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54182">
Bug
54182</a> - Support sending of ByteMessage for JMS Publisher.</li>
</ul>
<h3>Controllers</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54131">
Bug
54131</a> - ForEach Controller : Add start and end index for looping over variables</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54132">
Bug
54132</a> - Module Controller GUI : Improve rendering of referenced controller</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54155">
Bug
54155</a> - ModuleController : Add a shortcut button to unfold the tree up to referenced controller and highlight it</li>
</ul>
<h3>Listeners</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54200">
Bug
54200</a> - Add support of several document types (like Apache OpenOffice's files, MS Office's files, PDF's files, etc.)
to the elements View Results Tree, Assertion Response and Regular Expression Extractor (using Apache Tika)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54226">
Bug
54226</a> - View Results Tree : Show response even when server does not return ContentType header</li>
</ul>
<h3>Timers, Assertions, Config, Pre- &amp; Post-Processors</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54259">
Bug
54259</a> - Introduce a new Extractor that uses CSS or jquery-like selector syntax</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=45772">
Bug
45772</a> - RegEx User Parameters Post Processor</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54160">
Bug
54160</a> - Add support for xpath assertion to apply to a JMeter variable.</li>
</ul>
<h3>Functions</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54189">
Bug
54189</a> - Add a function to quote ORO regexp meta characters</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54418">
Bug
54418</a> - UUID Function</li>
</ul>
<h3>I18N</h3>
<ul>
</ul>
<h3>General</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54005">
Bug
54005</a> - HTTP Mirror Server : Add special headers "X-" to control Response status and response content</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53875">
Bug
53875</a> - Include suggested defaults for URL filters on HTTP Proxy</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54031">
Bug
54031</a> - Add tooltip to running/total threads indicator </li>
<li>Webservice (SOAP) Request has been deprecated</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54161">
Bug
54161</a> - Proxy : be able to create binary sampler for x-www-form-urlencoded POST request</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54154">
Bug
54154</a> - HTTP Proxy Server should not force user to select the type of Sampler in HTTP Sampler Settings</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54165">
Bug
54165</a> - Proxy Server: Improve rendering of target controller</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=46677">
Bug
46677</a> - Copying Test Elements between test plans</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54204">
Bug
54204</a> - Result Status Action Handler : Add start next thread loop option</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54232">
Bug
54232</a> - Search Feature : Add a button to search and expand results</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54251">
Bug
54251</a> - Add tristate checkbox implementation</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54257">
Bug
54257</a> - Enhance SamplerCreator interface to meet new requirements</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54258">
Bug
54258</a> - Proxy : Use Raw Post Body when Sampler has one unnamed argument, useful for Samplers using POST method by of type JSON, XML, GWT body</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54268">
Bug
54268</a> - Improve CPU and memory usage</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54376">
Bug
54376</a> - ScopePanel : Allow configuring more precisely scopes</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54412">
Bug
54412</a> - Changing JMeter defaults to ensure better performances by default</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54414">
Bug
54414</a> - Remote Test should not start if one of the engines fails to start correctly</li>
</ul>
<h2>Non-functional changes</h2>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53956">
Bug
53956</a> - Add ability to paste (a list of values) from clipboard for Header Manager</li>
<li>Updated to HttpComponents Client 4.2.3 (from 4.2.1)</li>
<li>Updated to HttpComponents Core 4.2.3 (from 4.2.2)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54110">
Bug
54110</a> - BSFTestElement and JSR223TestElement should use shared super-class for common fields</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=54199">
Bug
54199</a> - Move to Java 6</li>
<li>Upgraded to rhino 1.7R4</li>
</ul>
<h1>Version 2.8</h1>
<h2>New and Noteworthy</h2>
<h3>Core Improvements:</h3>
<h4>Thread Group: New Option <i>Delay thread creation until needed</i></h4>
<p>New Option "Delay thread creation until needed" that will create and start threads when needed instead of creating them on Test startup<br>
<b>This new feature allows running tests with a huge number of short lived threads.</b>
<figure><a href="./images/screenshots/changes/2.8/12_delay_thread_creation.png"><img src="./images/screenshots/changes/2.8/12_delay_thread_creation.png" width="817" height="296" alt=""></a><figcaption></figcaption></figure>
</p>
<h4>HTTP Cookie Manager (IPv6 support)</h4>
<p>Add HTTPClient 4 cookie implementation in JMeter. <br>
Cookie Manager has now the default HC3.1 implementation and a new choice HC4 implementation (compliant with IPv6 address)
<figure><a href="./images/screenshots/changes/2.8/11_hc4_cookie.png"><img src="./images/screenshots/changes/2.8/11_hc4_cookie.png" width="635" height="239" alt=""></a><figcaption></figcaption></figure>
</p>
<h4>Memory and performance improvements</h4>
<p>Significant improvements have been done in this version on memory usage of JMeterThread</p>
<p>JSR223 Elements (enable using Groovy, scala, &hellip; as scripting languages) have been improved to enable:
<ul>
<li>usage of Compilable interface when available to boost CPU usage</li>
<li>caching of Compilation when scripts are used as Files</li>
</ul>
See <a href="http://wiki.apache.org/jmeter/JMeterPerformance">JMeter Performances across versions</a>
</p>
<h4>OS Process Sampler</h4>
<p>Allow defining files for stdout/stderr/stdin.
<figure><a href="./images/screenshots/changes/2.8/06_os_sampler_stdout-err-in.png"><img src="./images/screenshots/changes/2.8/06_os_sampler_stdout-err-in.png" width="820" height="531" alt=""></a><figcaption></figcaption></figure>
</p>
<h4>HTTP Request: PATCH verb</h4>
<p>Add PATCH verb to HTTP sampler
<figure><a href="./images/screenshots/changes/2.8/01_http_patch_verb.png"><img src="./images/screenshots/changes/2.8/01_http_patch_verb.png" width="615" height="340" alt=""></a><figcaption></figcaption></figure>
</p>
<h4>HTTP Request: HTTPClient 4 is now the default implementation</h4>
<p>HTTPClient 4 is now the default HTTP Request implementation (and for Proxy element when generating HTTP requests).<br>
Previously the default was the HTTP Java implementation (i.e. the implementation provided by the JVM)
<figure><a href="./images/screenshots/changes/2.8/02_http_default_hc4.png"><img src="./images/screenshots/changes/2.8/02_http_default_hc4.png" width="558" height="288" alt=""></a><figcaption></figcaption></figure>
</p>
<h4>HTTP Request</h4>
<p>Add Embedded URL Filter to HTTP Request Defaults Control (it was already present for HTTP Requests)
<figure><a href="./images/screenshots/changes/2.8/05_http_defaults_url_filter.png"><img src="./images/screenshots/changes/2.8/05_http_defaults_url_filter.png" width="586" height="682" alt=""></a><figcaption></figcaption></figure>
</p>
<h4>Miscellanous</h4>
<ul>
<li>CSV Dataset : Embedded new lines are now supported in quoted data</li>
<li>JMX files now contain the version of JMeter that created the file</li>
<li>JMeter Version is now available as property "jmeter.version"</li>
</ul>
<h3>Reporting Improvements:</h3>
<h4>Response Time Graph</h4>
<p>Add a new visualizer Response Time Graph to draw a line graph showing the evolution of response time for a test
<figure><a href="./images/screenshots/changes/2.8/09_resp_time_graph.png"><img src="./images/screenshots/changes/2.8/09_resp_time_graph.png" width="993" height="549" alt=""></a><figcaption></figcaption></figure>
</p>
<p>Settings for Response Time Graph
<figure><a href="./images/screenshots/changes/2.8/08_resp_time_graph_settings.png"><img src="./images/screenshots/changes/2.8/08_resp_time_graph_settings.png" width="989" height="602" alt=""></a><figcaption></figcaption></figure>
</p>
<h4>View Results in Table</h4>
<p>Add latency to View Result in Table listener
<figure><a href="./images/screenshots/changes/2.8/10_latency_view_results_table.png"><img src="./images/screenshots/changes/2.8/10_latency_view_results_table.png" width="998" height="324" alt=""></a><figcaption></figcaption></figure>
</p>
<h4>Aggregate Graph</h4>
<p>Small improvements: legend at left or right is now on 1 column (instead of 1 large line), &hellip;
<figure><a href="./images/screenshots/changes/2.8/07_aggregate_graph_legend_left_right.png"><img src="./images/screenshots/changes/2.8/07_aggregate_graph_legend_left_right.png" width="989" height="418" alt=""></a><figcaption></figcaption></figure>
</p>
<h3>GUI and ergonomy Improvements:</h3>
<h4>HTTP Proxy Server simplifications</h4>
<p>HTTPS Spoofing options have been removed from Proxy as HTTPS recording is directly available since JMeter 2.4.
<figure><a href="./images/screenshots/changes/2.8/03_remove_https_spoofing1.png"><img src="./images/screenshots/changes/2.8/03_remove_https_spoofing1.png" width="940" height="277" alt=""></a><figcaption></figcaption></figure>
</p>
<h4>HTTP Proxy Server</h4>
<p>Allow URL Filters to be pasted from clipboard
<figure><a href="./images/screenshots/changes/2.8/15_add_from_clipboard_filter.png"><img src="./images/screenshots/changes/2.8/15_add_from_clipboard_filter.png" width="707" height="614" alt=""></a><figcaption></figcaption></figure>
</p>
<h4>Find in JMeter</h4>
<p>CTRL + F for the new Find feature
<figure><a href="./images/screenshots/changes/2.8/14_ctrl_F_shortcut.png"><img src="./images/screenshots/changes/2.8/14_ctrl_F_shortcut.png" width="477" height="157" alt=""></a><figcaption></figcaption></figure>
ESC key now closes popups.
</p>
<h4>User Interface in GNOME 3</h4>
<p>Display 'Apache JMeter' title in app title bar in Gnome 3
<figure><a href="./images/screenshots/changes/2.8/13_gnome3_title.png"><img src="./images/screenshots/changes/2.8/13_gnome3_title.png" width="441" height="253" alt=""></a><figcaption></figcaption></figure>
</p>
<h2>Known bugs</h2>
<p>The Once Only controller behaves correctly under a Thread Group or Loop Controller,
but otherwise its behaviour is not consistent (or clearly specified).</p>
<p>Listeners don't show iteration counts when a If Controller has a condition which is always false from the first iteration (see <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52496">
Bug
52496</a>).
A workaround is to add a sampler at the same level as (or superior to) the If Controller.
For example a Test Action sampler with 0 wait time (which doesn't generate a sample),
or a Debug Sampler with all fields set to False (to reduce the sample size).
</p>
<p>
Changing language can break part of the configuration of the following elements (see <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53679">
Bug
53679</a>):
<ul>
<li>CSV Data Set Config (sharing mode will be lost)</li>
<li>Constant Throughput Timer (Calculate throughput based on will be lost)</li>
</ul>
</p>
<p>
Note that there is a bug in Java on some Linux systems that manifests
itself as the following error when running the test cases or JMeter itself:
<pre>
[java] WARNING: Couldn't flush user prefs:
java.util.prefs.BackingStoreException:
java.lang.IllegalArgumentException: Not supported: indent-number
</pre>
This does not affect JMeter operation.
</p>
<h2>Incompatible changes</h2>
<p>
When using CacheManager, JMeter now caches responses for GET queries provided header Cache-Control is different from "no-cache" as described in specification.
Furthermore it doesn't put anymore in Cache deprecated entries for "no-cache" responses. See <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53521">
Bug
53521</a> and <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53522">
Bug
53522</a>
</p>
<p>
A major change has occurred on JSR223 Test Elements, previously variables set up before script execution where stored in ScriptEngineManager which was created once per execution,
now ScriptEngineManager is a singleton shared by all JSR223 elements and only ScriptEngine is created once per execution, variables set up before script execution are now stored
in Bindings created on each execution, see <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53365">
Bug
53365</a>.
</p>
<p>
JSR223 Test Elements using Script file are now Compiled if ScriptEngine supports this feature, see <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53520">
Bug
53520</a>.
</p>
<p>
Shortcut for Function Helper Dialog is now CTRL+F1 (CMD + F1 for Mac OS), CTRL+F (CMD+F1 for Mac OS) now opens Search Dialog.
</p>
<p>
By default, the TestCompiler now stores details of which pairs it has seen in Controller instances rather than in a static Set.
[<a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53796">
Bug
53796</a>]
This gives much better memory behaviour for delayed start test plans, as memory used is proportional to the number of concurrent threads.
With the static Set memory usage was proportional to the total thread count.
This change is very unlikely to cause a problem.
The original behaviour can be restored by setting the property <span class="code">TestCompiler.useStaticSet=true</span>
</p>
<p>
HTTPS Spoofing options have been removed from Proxy as HTTPS recording is directly available since JMeter 2.4.
</p>
<h2>Bug fixes</h2>
<h3>HTTP Samplers and Proxy</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53521">
Bug
53521</a> - Cache Manager should cache content with Cache-control=private</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53522">
Bug
53522</a> - Cache Manager should not store at all response with header "no-cache" and store other types of Cache-Control having max-age value</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53838">
Bug
53838</a> - Pressing "Stop" does not interrupt the TCP sampler</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53911">
Bug
53911</a> - JmeterKeystore does not allow for key down the list of certificate</li>
</ul>
<h3>Other Samplers</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53348">
Bug
53348</a> - JMeter JMS Point-to-Point Request-Response sampler doesn't work when Request-queue and Receive-queue are different</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53357">
Bug
53357</a> - JMS Point to Point reports too high response times in Request Response Mode</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53440">
Bug
53440</a> - SSL connection leads to ArrayStoreException on JDK 6 with some KeyManagerFactory SPI</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53511">
Bug
53511</a> - access log sampler SessionFilter throws NullPointerException - cookie manager not initialized properly</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53715">
Bug
53715</a> - JMeter does not load WSDL</li>
</ul>
<h3>Controllers</h3>
<ul>
</ul>
<h3>Listeners</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53742">
Bug
53742</a> - When jmeter.save.saveservice.sample_count is set to true, elapsed time read by listener is always equal to 0</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53774">
Bug
53774</a> - RequestViewRaw does not show headers unless samplerData is non-null</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53802">
Bug
53802</a> - IdleTime values are not saved to CSV log</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53874">
Bug
53874</a> - View Results Tree : If some parameter containing special characters like % is not encoded, RequestViewHTTP fails with java.lang.IllegalArgumentException: URLDecoder: Illegal hex characters in escape (%) pattern and Response is not displayed</li>
</ul>
<h3>Timers, Assertions, Config, Pre- &amp; Post-Processors</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=51512">
Bug
51512</a> - Cookies aren't inserted into HTTP request with IPv6 Host header</li>
</ul>
<h3>Functions</h3>
<ul>
</ul>
<h3>I18N</h3>
<ul>
</ul>
<h3>General</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53365">
Bug
53365</a> - JSR223TestElement should cache ScriptEngineManager</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53520">
Bug
53520</a> - JSR223 Elements : Use Compilable interface to improve performances on File scripts</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53501">
Bug
53501</a> - Synchronization timer blocks test end.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53750">
Bug
53750</a> - TestCompiler saves unnecessary entries in pairing collection</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52266">
Bug
52266</a> - Code:Inconsistent synchronization</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53841">
Bug
53841</a> - CSVSaveService reads file using JVM default file encoding instead of using the one configured in saveservice.properties</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53953">
Bug
53953</a> New: Typo in monitor test plan documentation</li>
</ul>
<h2>Improvements</h2>
<h3>HTTP Samplers</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53675">
Bug
53675</a> - Add PATCH verb to HTTP sampler</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53931">
Bug
53931</a> - Define HTTPClient 4 for the default HTTP Request (and Proxy element to generate the HTTP requests). Before the default, it was the HTTP Java Sampler</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53934">
Bug
53934</a> - Removes HTTPS spoofing options in JMeter HTTP Proxy Server. Since JMeter 2.4, the HTTPS protocol is directly supported by the proxy</li>
</ul>
<h3>Other samplers</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=55310">
Bug
55310</a> - TestAction should implement Interruptible</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53318">
Bug
53318</a> - Add Embedded URL Filter to HTTP Request Defaults Control </li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53782">
Bug
53782</a> - Enhance JavaSampler handling of JavaSamplerClient cleanup to use less memory</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53168">
Bug
53168</a> - OS Process - allow specification of stdout/stderr/stdin</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53844">
Bug
53844</a> - JDBC related elements should check class of Variable Name supposed to contain JDBC Connection Configuration to avoid ClassCastException </li>
</ul>
<h3>Controllers</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53671">
Bug
53671</a> - tearDown thread group to run even if shutdown test happens</li>
</ul>
<h3>Listeners</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53566">
Bug
53566</a> - Don't log partial responses to the jmeter log</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53716">
Bug
53716</a> - Small improvements in aggregate graph: legend at left or right is now on 1 column (instead of 1 large line), no border to the reference's square color, reduce width on some fields</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53718">
Bug
53718</a> - Add a new visualizer 'Response Time Graph' to draw a line graph showing the evolution of response time for a test</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53738">
Bug
53738</a> - Keep track of number of threads started and finished</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53753">
Bug
53753</a> - Summariser: no point displaying fractional time in most cases</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53749">
Bug
53749</a> - TestListener interface could perhaps be split up.
This should reduce per-thread memory requirements and processing,
as only test elements that actually use testIterationStart functionality now need to be handled.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53941">
Bug
53941</a> - Add latency to View Result table listener</li>
</ul>
<h3>Timers, Assertions, Config, Pre- &amp; Post-Processors</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53755">
Bug
53755</a> - Adding a HttpClient 4 cookie implementation in JMeter.
Cookie Manager has now the default HC3.1 implementation and a new choice HC4 implementation (compliant with IPv6 address)</li>
</ul>
<h3>Functions</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=51527">
Bug
51527</a> - __time() function : add another option to __time() to provide *seconds* since epoch</li>
</ul>
<h3>I18N</h3>
<ul>
</ul>
<h3>General</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53364">
Bug
53364</a> - Sort list of Functions in Function Helper Dialog</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53418">
Bug
53418</a> - New Option "Delay thread creation until needed" that will create and start threads when needed instead of creating them on Test startup</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=42245">
Bug
42245</a> - Show clear passwords in HTTP Authorization Manager</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53616">
Bug
53616</a> - Display 'Apache JMeter' title in app title bar in Gnome 3</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53759">
Bug
53759</a> - ClientJMeterEngine performs unnecessary traverse using SearchByClass(TestListener)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52601">
Bug
52601</a> - CTRL + F for the new Find feature</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53796">
Bug
53796</a> - TestCompiler uses static Set which can grow huge</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53673">
Bug
53673</a> - Add JMeter version in the jmx file</li>
<li>Add support for HeapDump to the JMeter non-GUI and GUI client</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53862">
Bug
53862</a> - Would be nice to have the JMeter Version available as a property</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53806">
Bug
53806</a> - FileServer should provide thread-safe parsing</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53807">
Bug
53807</a> - CSV Dataset does not handle embedded new lines in quoted data</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53879">
Bug
53879</a> - GUI : Allow Popups to be closed with ESC key</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53876">
Bug
53876</a> - Allow URL Filters (HTTP Proxy) to be pasted from clipboard</li>
</ul>
<h2>Non-functional changes</h2>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53311">
Bug
53311</a> - JMeterUtils#runSafe should not throw Error when interrupted</li>
<li>Updated to commons-net-3.1 (from 3.0.1)</li>
<li>Updated to HttpComponents Core 4.2.2 (from 4.1.4) and HttpComponents Client 4.2.1 (from 4.1.3)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53765">
Bug
53765</a> - Switch to commons-lang3-3.1</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53884">
Bug
53884</a> - wrong Maven groupId for commons-lang</li>
</ul>
<h1>Version 2.7</h1>
<h2>New and Noteworthy</h2>
<h3>OS Process Sampler</h3>
<p>A new System Sampler that can be used to execute commands on the local machine.
<figure><a href="./images/screenshots/changes/2.7/01_os_process_sampler.png"><img src="./images/screenshots/changes/2.7/01_os_process_sampler.png" width="629" height="497" alt=""></a><figcaption></figcaption></figure>
</p>
<p>OS Process Sampler results example with DNS lookup command 'dig'
<figure><a href="./images/screenshots/changes/2.7/02_os_process_example_results.png"><img src="./images/screenshots/changes/2.7/02_os_process_example_results.png" width="877" height="470" alt=""></a><figcaption></figcaption></figure>
</p>
<h3>JMS Samplers improvements</h3>
<p>Addition of a "Non Persistent Delivery" option to send "Non-Persistent" (Guaranteed to be delivered at most once. Message loss is not a concern.) JMS messages
<figure><a href="./images/screenshots/changes/2.7/11_jms_non_persistent_delivery_mode.png"><img src="./images/screenshots/changes/2.7/11_jms_non_persistent_delivery_mode.png" width="953" height="336" alt=""></a><figcaption></figcaption></figure>
</p>
<p>Support sending of JMS Object Messages to enable sending Objects unmarshalled from XML by XStream
<figure><a href="./images/screenshots/changes/2.7/12_jms_sending_objects.png"><img src="./images/screenshots/changes/2.7/12_jms_sending_objects.png" width="808" height="726" alt=""></a><figcaption></figcaption></figure>
</p>
<p>Enable setting JMS Properties through JMS Publisher sampler
<figure><a href="./images/screenshots/changes/2.7/13_jms_properties.png"><img src="./images/screenshots/changes/2.7/13_jms_properties.png" width="1029" height="470" alt=""></a><figcaption></figcaption></figure>
</p>
<h3>Test Action sampler</h3>
<p>Allow premature exit from a loop
<figure><a href="./images/screenshots/changes/2.7/07_test_action_next_iter.png"><img src="./images/screenshots/changes/2.7/07_test_action_next_iter.png" width="862" height="167" alt=""></a><figcaption></figcaption></figure>
</p>
<h3>Webservice Sampler improvements</h3>
<p>Add a jmeter property soap.document_cache to control size of Document Cache
<figure><a href="./images/screenshots/changes/2.7/14_ws_document_cache.png"><img src="./images/screenshots/changes/2.7/14_ws_document_cache.png" width="270" height="59" alt=""></a><figcaption></figcaption></figure>
</p>
<p>Make Maintain HTTP Session configurable
<figure><a href="./images/screenshots/changes/2.7/15_ws_maintain_session.png"><img src="./images/screenshots/changes/2.7/15_ws_maintain_session.png" width="833" height="505" alt=""></a><figcaption></figcaption></figure>
</p>
<h3>Aggregate graph: Clustered Bar char with average, median, 90% line, min and max columns</h3>
<p>Aggregate graph changes to Clustered Bar chart, add more columns (median, 90% line, min, max) and options, fixed some bugs
<figure><a href="./images/screenshots/changes/2.7/03_aggregate_graph_with_new_cols.png"><img src="./images/screenshots/changes/2.7/03_aggregate_graph_with_new_cols.png" width="1177" height="503" alt=""></a><figcaption></figcaption></figure>
</p>
<p>New settings for aggregate graph
<figure><a href="./images/screenshots/changes/2.7/04_aggregate_graph_parameters.png"><img src="./images/screenshots/changes/2.7/04_aggregate_graph_parameters.png" width="1173" height="433" alt=""></a><figcaption></figcaption></figure>
</p>
<h3>Improvements of HTML report design generated by JMeter Ant task in extras folder</h3>
<p>HTML report example
<figure><a href="./images/screenshots/changes/2.7/05_jmeter_ant_task_report_success.png"><img src="./images/screenshots/changes/2.7/05_jmeter_ant_task_report_success.png" width="1264" height="506" alt=""></a><figcaption></figcaption></figure>
</p>
<p>HTML report example with some assertion errors
<figure><a href="./images/screenshots/changes/2.7/06_jmeter_ant_task_report_errors.png"><img src="./images/screenshots/changes/2.7/06_jmeter_ant_task_report_errors.png" width="1267" height="550" alt=""></a><figcaption></figcaption></figure>
</p>
<h3>Mailer Visualizer</h3>
<p><ul>
<li>Enable authentication, and connection security with SSL or TLS</li>
<li>Improve GUI design</li>
<li>Add internationalisation (i18n) support</li>
</ul>
<figure><a href="./images/screenshots/changes/2.7/10_mailer_visualizer_gui.png"><img src="./images/screenshots/changes/2.7/10_mailer_visualizer_gui.png" width="860" height="403" alt=""></a><figcaption></figcaption></figure>
</p>
<h3>New Visual Indicator of number of ERROR/FATAL messages in logs</h3>
<p>Indicator shows number of ERROR/FATAL messages in logs, it can be clicked to toggle Log Viewer panel
<figure><a href="./images/screenshots/changes/2.7/16_log_errors_counter.png"><img src="./images/screenshots/changes/2.7/16_log_errors_counter.png" width="815" height="633" alt=""></a><figcaption></figcaption></figure>
</p>
<h3>Dialog box to show detail of a parameter row</h3>
<p>Add a detail button on parameters table to show detail of a Row
<figure><a href="./images/screenshots/changes/2.7/08_param_button_detail.png"><img src="./images/screenshots/changes/2.7/08_param_button_detail.png" width="824" height="165" alt=""></a><figcaption></figcaption></figure>
</p>
<p>Detail box example
<figure><a href="./images/screenshots/changes/2.7/09_detail_box.png"><img src="./images/screenshots/changes/2.7/09_detail_box.png" width="702" height="454" alt=""></a><figcaption></figcaption></figure>
</p>
<h3>Plugin writers</h3>
<p>
New interface org.apache.jmeter.engine.util.ConfigMergabilityIndicator has been introduced to tell whether a ConfigTestElement can be merged in Sampler (see <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53042">
Bug
53042</a>):<br>
<pre>public boolean applies(ConfigTestElement configElement);</pre>
</p>
<p>New interface org.apache.jmeter.protocol.http.proxy.SamplerCreator to allow plugging HTTP based samplers that differ from default HTTP Samplers through Proxy during Recording Phase (see <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52674">
Bug
52674</a>):<br>
<pre>public String[] getManagedContentTypes();</pre>
<pre>public HTTPSamplerBase createSampler(HttpRequestHdr request, Map&lt;String, String&gt; pageEncodings, Map&lt;String, String&gt; formEncodings);</pre>
<pre>public void populateSampler(HTTPSamplerBase sampler, HttpRequestHdr request, Map&lt;String, String&gt; pageEncodings, Map&lt;String, String&gt; formEncodings) throws Exception;</pre>
</p>
<h2>Known bugs</h2>
<p>The Once Only controller behaves correctly under a Thread Group or Loop Controller,
but otherwise its behaviour is not consistent (or clearly specified).</p>
<p>Listeners don't show iteration counts when a If Controller has a condition which is always false from the first iteration (see <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52496">
Bug
52496</a>).
A workaround is to add a sampler at the same level as (or superior to) the If Controller.
For example a Test Action sampler with 0 wait time (which doesn't generate a sample),
or a Debug Sampler with all fields set to False (to reduce the sample size).
</p>
<h2>Incompatible changes</h2>
<p>
When doing replacement of User Defined Variables, Proxy will not substitute partial values anymore when "Regexp matching" is used. It will use Perl 5 word matching ("\b")
</p>
<p>
In User Defined Variables, Test Plan, HTTP Sampler Arguments Table, Java Request Defaults, JMS Sampler and Publisher, LDAP Request Defaults and LDAP Extended Request Defaults, rows with
empty Name and Value are no more saved.
</p>
<p>
JMeter now expands the Test Plan tree to the testplan level and no further and selects the root of the tree. Furthermore default value of onload.expandtree is false.
</p>
<p>
Graph Full Results Listener has been removed.
</p>
<p>
When calling "Clear All" command, if Log Viewer is displayed its content will be cleared.
</p>
<h2>Bug fixes</h2>
<h3>HTTP Samplers and Proxy</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52613">
Bug
52613</a> - Using Raw Post Body option, text gets encoded</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52781">
Bug
52781</a> - Content-Disposition header garbled even if browser compatible headers is checked (HC4) </li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52796">
Bug
52796</a> - MonitorHandler fails to clear variables when starting a new parse</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52871">
Bug
52871</a> - Multiple Certificates not working with HTTP Client 4</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52885">
Bug
52885</a> - Proxy : Recording issues with HTTPS, cookies starting with secure are partly truncated</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52886">
Bug
52886</a> - Proxy : Recording issues with HTTPS when spoofing is on, secure cookies are not always changed</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52897">
Bug
52897</a> - HTTPSampler : Using PUT method with HTTPClient4 and empty Content Encoding and sending files leads to NullPointerException</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53145">
Bug
53145</a> - HTTP Sampler - function in path evaluated too early</li>
</ul>
<h3>Other Samplers</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=51737">
Bug
51737</a> - TCPSampler : Packet gets converted/corrupted</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52868">
Bug
52868</a> - BSF language list should be sorted</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52869">
Bug
52869</a> - JSR223 language list currently uses BSF list which is wrong</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52932">
Bug
52932</a> - JDBC Sampler : Sampler is not marked in error in an Exception which is not of class IOException, SQLException, IOException occurs</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52916">
Bug
52916</a> - JDBC Exception if there is an empty user defined variable</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52937">
Bug
52937</a> - Webservice Sampler : Clear Soap Documents Cache at end of Test </li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53027">
Bug
53027</a> - Jmeter starts throwing exceptions while using SMTP Sample in a test plan with HTTP Cookie Mngr or HTTP Request Defaults</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53072">
Bug
53072</a> - JDBC PREPARED SELECT statements should return results in variables like non prepared SELECT</li>
</ul>
<h3>Controllers</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52968">
Bug
52968</a> - Option Start Next Loop in Thread Group does not mark parent Transaction Sampler in error when an error occurs</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=50898">
Bug
50898</a> - IncludeController : NullPointerException loading script in non-GUI mode if Includers use same element name</li>
</ul>
<h3>Listeners</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=43450">
Bug
43450</a> - Listeners/Savers assume SampleResult count is always 1; fixed Generate Summary Results</li>
</ul>
<h3>Assertions</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52848">
Bug
52848</a> - NullPointer in "XPath Assertion"</li>
</ul>
<h3>Functions</h3>
<ul>
</ul>
<h3>I18N</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52551">
Bug
52551</a> - Function Helper Dialog does not switch language correctly</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52552">
Bug
52552</a> - Help reference only works in English</li>
</ul>
<h3>General</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52639">
Bug
52639</a> - JSplitPane divider for log panel should be hidden if log is not activated</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52672">
Bug
52672</a> - Change Controller action deletes all but one child samplers</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52694">
Bug
52694</a> - Deadlock in GUI related to non AWT Threads updating GUI</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52678">
Bug
52678</a> - Proxy : When doing replacement of UserDefinedVariables, partial values should not be substituted</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52728">
Bug
52728</a> - CSV Data Set Config element cannot coexist with BSF Sampler in same Thread Plan</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52762">
Bug
52762</a> - Problem with multiples certificates: first index not used until indexes are restarted</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52741">
Bug
52741</a> - TestBeanGUI default values do not work at second time or later</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52783">
Bug
52783</a> - oro.patterncache.size property never used due to early init</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52789">
Bug
52789</a> - Proxy with Regexp Matching can fail with NullPointerException in Value Replacement if value is null</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52645">
Bug
52645</a> - Recording with Proxy leads to OutOfMemory</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52679">
Bug
52679</a> - User Parameters columns narrow</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52843">
Bug
52843</a> - Sample headerSize and bodySize not being accumulated for subsamples</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52967">
Bug
52967</a> - The function __P() couldn't use default value when running with remote server in GUI mode.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=50799">
Bug
50799</a> - Having a non-HTTP sampler in a http test plan prevents multiple header managers from working</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52997">
Bug
52997</a> - Jmeter should not exit without saving Test Plan if saving before exit fails</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53136">
Bug
53136</a> - Catching Throwable needs to be carefully handled</li>
</ul>
<h2>Improvements</h2>
<h3>HTTP Samplers</h3>
<ul>
</ul>
<h3>Other samplers</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52775">
Bug
52775</a> - JMS Publisher : Add Non Persistent Delivery option</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52810">
Bug
52810</a> - Enable setting JMS Properties through JMS Publisher sampler</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52938">
Bug
52938</a> - Webservice Sampler : Add a jmeter property soap.document_cache to control size of Document Cache</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52939">
Bug
52939</a> - Webservice Sampler : Make MaintainSession configurable</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53073">
Bug
53073</a> - Allow to assign the OUT result of a JDBC CALLABLE to JMeter variables</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53164">
Bug
53164</a> - New System Sampler</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53172">
Bug
53172</a> - OS Process Sampler - allow specification of Environment Variables</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52936">
Bug
52936</a> - JMS Publisher : Support sending of JMS Object Messages</li>
</ul>
<h3>Controllers</h3>
<ul>
</ul>
<h3>Listeners</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52603">
Bug
52603</a> - MailerVisualizer : Enable SSL , TLS and Authentication</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52698">
Bug
52698</a> - Remove Graph Full Results Listener</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53070">
Bug
53070</a> - Change Aggregate graph to Clustered Bar chart, add more columns (median, 90% line, min, max) and options, fixed some bugs</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53246">
Bug
53246</a> - Mailer Visualizer: improve GUI design and I18N</li>
</ul>
<h3>Timers, Assertions, Config, Pre- &amp; Post-Processors</h3>
<ul>
</ul>
<h3>Functions</h3>
<ul>
</ul>
<h3>I18N</h3>
<ul>
<li>Mailer Visualizer has been internationalized. French translation added. (see <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53246">
Bug
53246</a>)</li>
</ul>
<h3>General</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=45839">
Bug
45839</a> - Test Action : Allow premature exit from a loop</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52614">
Bug
52614</a> - MailerModel.sendMail has strange way to calculate debug setting</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52782">
Bug
52782</a> - Add a detail button on parameters table to show detail of a Row</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52674">
Bug
52674</a> - Proxy : Add a Sampler Creator to allow plugging HTTP based samplers using potentially non textual POST Body (AMF, Silverlight, &hellip;) and customizing them for others</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52934">
Bug
52934</a> - GUI : Open Test plan with the tree expanded to the testplan level and no further and select the root of the tree</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52941">
Bug
52941</a> - Improvements of HTML report design generated by JMeter Ant task extra</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53042">
Bug
53042</a> - Introduce a new method in Sampler interface to allow Sampler to decide wether a config element applies to Sampler</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52771">
Bug
52771</a> - Documentation : Added RSS feed on JMeter Home page under link "Subscribe to What's New"</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=42784">
Bug
42784</a> - Show the number of errors logged in the GUI</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53256">
Bug
53256</a> - Make Clear All command clean LogViewer content</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53261">
Bug
53261</a> - Make "Error/fatal" counter added in <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=42784">
Bug
42784</a> open Log Viewer panel when Warn Indicator is clicked</li>
</ul>
<h2>Non-functional changes</h2>
<ul>
<li>Upgraded to rhino 1.7R3 (was js-1.7R2.jar).
Note: the Maven coordinates for the jar were changed from rhino:js to org.mozilla:rhino.
This does not affect JMeter directly, but might cause problems if using JMeter in a Maven project
with other code that depends on an earlier version of the Rhino Javascript jar.
</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52675">
Bug
52675</a> - Refactor Proxy and HttpRequestHdr to allow Sampler Creation by Proxy</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52680">
Bug
52680</a> - Mention version in which function was introduced</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52788">
Bug
52788</a> - HttpRequestHdr : Optimize code to avoid useless work</li>
<li>JMeter Ant (ant-jmeter-1.1.1.jar) task was upgraded from 1.0.9 to 1.1.1</li>
<li>Updated to commons-io 2.2 (from 2.1)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=53129">
Bug
53129</a> - Upgrade XStream from 1.3.1 to 1.4.2</li>
<li>Updated to httpcomponents-client 4.1.3 (from 4.1.2)</li>
<li>Updated JMeter distributed testing guide (jmeter_distributed_testing_step_by_step.pdf). Changes source format to OpenOffice odt (from sxw)</li>
</ul>
<h1>Version 2.6</h1>
<h2>New and Noteworthy</h2>
<h3>Toolbar</h3>
<p>A new toolbar on JMeter's main window
<figure><a href="./images/screenshots/changes/2.6/01_toolbar.png"><img src="./images/screenshots/changes/2.6/01_toolbar.png" width="986" height="91" alt=""></a><figcaption></figcaption></figure>
</p>
<h3>JMeter start test button</h3>
<p>A new menu option and button allow to start a test ignoring the Pause Timers
<figure><a href="./images/screenshots/changes/2.6/02_ignore_pause_timers.png"><img src="./images/screenshots/changes/2.6/02_ignore_pause_timers.png" width="201" height="58" alt=""></a><figcaption></figcaption></figure>
</p>
<h3>JMeter GUI Look and Feel</h3>
<p>Allow System or CrossPlatform LAF to be set from options menu
<figure><a href="./images/screenshots/changes/2.6/03_look_and_feel.png"><img src="./images/screenshots/changes/2.6/03_look_and_feel.png" width="373" height="162" alt=""></a><figcaption></figcaption></figure>
</p>
<h3>JMeter GUI - duplicate node</h3>
<p>Add "duplicate node" in context menu
<figure><a href="./images/screenshots/changes/2.6/04_duplicate_context_menu.png"><img src="./images/screenshots/changes/2.6/04_duplicate_context_menu.png" width="323" height="136" alt=""></a><figcaption></figcaption></figure>
</p>
<h3>JMeter tree view - search facility</h3>
<p>Functionality to search by keyword in Samplers Tree View
<figure><a href="./images/screenshots/changes/2.6/05_search_tree.png"><img src="./images/screenshots/changes/2.6/05_search_tree.png" width="554" height="219" alt=""></a><figcaption></figcaption></figure>
</p>
<h3>HTTP Request - raw request pane</h3>
<p>Improve HTTP Request GUI to better show parameters without name (GWT RPC request or SOAP request for example)
<figure><a href="./images/screenshots/changes/2.6/06_post_data.png"><img src="./images/screenshots/changes/2.6/06_post_data.png" width="759" height="461" alt=""></a><figcaption></figcaption></figure>
</p>
<h3>HTTP Request - other changes</h3>
<p><ul>
<li>Allow multiple selection in arguments panel</li>
<li>Allow to add (paste) entries from the clipboard to an arguments list</li>
<li>Ability to move variables up or down in HTTP Request</li>
</ul>
<figure><a href="./images/screenshots/changes/2.6/07_multiple_selection_params.png"><img src="./images/screenshots/changes/2.6/07_multiple_selection_params.png" width="875" height="218" alt=""></a><figcaption></figcaption></figure>
</p>
<h3>HTTP Request - file protocol</h3>
<p>Better support for file: protocol in HTTP sampler
<figure><a href="./images/screenshots/changes/2.6/08_file_protocol.png"><img src="./images/screenshots/changes/2.6/08_file_protocol.png" width="489" height="662" alt=""></a><figcaption></figcaption></figure>
</p>
<p>Retrieve embedded resources with file: protocol
<figure><a href="./images/screenshots/changes/2.6/09_file_protocol_embedded.png"><img src="./images/screenshots/changes/2.6/09_file_protocol_embedded.png" width="700" height="138" alt=""></a><figcaption></figcaption></figure>
</p>
<h3>HTTP Request - Ignore embedded resources failed</h3>
<p>Enable "ignore failed" for embedded resources
<figure><a href="./images/screenshots/changes/2.6/26_ignore_child_failed.png"><img src="./images/screenshots/changes/2.6/26_ignore_child_failed.png" width="820" height="246" alt=""></a><figcaption></figcaption></figure>
</p>
<p>Parent success with a embedded resource failed
<figure><a href="./images/screenshots/changes/2.6/27_succes_with_child_failed.png"><img src="./images/screenshots/changes/2.6/27_succes_with_child_failed.png" width="590" height="214" alt=""></a><figcaption></figcaption></figure>
</p>
<h3>View Results in Table - child sample display</h3>
<p>Add option to TableVisualiser to display child samples instead of parent
<figure><a href="./images/screenshots/changes/2.6/10_child_sampler.png"><img src="./images/screenshots/changes/2.6/10_child_sampler.png" width="911" height="619" alt=""></a><figcaption></figcaption></figure>
</p>
<h3>Key Store - multiple certificates</h3>
<p>Allowing multiple certificates (JKS)
<figure><a href="./images/screenshots/changes/2.6/11_jks_keystore.png"><img src="./images/screenshots/changes/2.6/11_jks_keystore.png" width="324" height="166" alt=""></a><figcaption></figcaption></figure>
</p>
<h3>Aggregate graph improvements</h3>
<p>Some improvements on Aggregate Graph Listener:
<ul><li>new GUI for settings</li>
<li>dynamic graph size</li>
<li>allow to change fonts for title graph and legend</li>
<li>allow to change bar color (background and text values)</li>
<li>allow to draw or not bars outlines</li>
<li>allow to select only some samplers by a regexp filter</li>
<li>allow to define Y axis maximum scale</li>
</ul>
<figure><a href="./images/screenshots/changes/2.6/12_aggregate_graph_settings.png"><img src="./images/screenshots/changes/2.6/12_aggregate_graph_settings.png" width="850" height="411" alt=""></a><figcaption></figcaption></figure>
</p>
<p>Aggregate Graph bar
<figure><a href="./images/screenshots/changes/2.6/13_aggregate_graph_bar.png"><img src="./images/screenshots/changes/2.6/13_aggregate_graph_bar.png" width="851" height="506" alt=""></a><figcaption></figcaption></figure>
</p>
<h3>Counter - new reset option</h3>
<p>Add an option to reset counter on each Thread Group iteration
<figure><a href="./images/screenshots/changes/2.6/14_reset_counter.png"><img src="./images/screenshots/changes/2.6/14_reset_counter.png" width="345" height="257" alt=""></a><figcaption></figcaption></figure>
</p>
<h3>Functions</h3>
<p><ul>
<li>Add a new function __RandomString to generate random Strings</li>
<li>Add a new function __TestPlanName returning the name of the current "Test Plan"</li>
<li>Add a new function __machineIP returning IP address</li>
<li>Add a new function __jexl2 to support Jexl2</li>
</ul>
<figure><a href="./images/screenshots/changes/2.6/15_random_string.png"><img src="./images/screenshots/changes/2.6/15_random_string.png" width="697" height="236" alt=""></a><figcaption></figcaption></figure>
</p>
<h3>User Defined Variable improvements</h3>
<p><ul><li>Add a comment field in User Defined Variables</li>
<li>Allow to add (paste) entries from the clipboard to an arguments list</li>
<li>Ability to move up or down variables in User Defined Variables</li>
</ul>
<figure><a href="./images/screenshots/changes/2.6/16_udv_comments.png"><img src="./images/screenshots/changes/2.6/16_udv_comments.png" width="543" height="237" alt=""></a><figcaption></figcaption></figure>
</p>
<h3>View Results Tree</h3>
<p>In View Results Tree rather than showing just a message if the results are to big, show as much of the result as are configured
<figure><a href="./images/screenshots/changes/2.6/17_vrt_max_size_display.png"><img src="./images/screenshots/changes/2.6/17_vrt_max_size_display.png" width="953" height="98" alt=""></a><figcaption></figcaption></figure>
</p>
<h3>Controllers - change elements</h3>
<p>Add ability to Change Controller elements
<figure><a href="./images/screenshots/changes/2.6/18_change_ctl_type.png"><img src="./images/screenshots/changes/2.6/18_change_ctl_type.png" width="643" height="112" alt=""></a><figcaption></figcaption></figure>
</p>
<h3>JDBC pre- and post-processor</h3>
<p>Add JDBC pre- and post-processor
<figure><a href="./images/screenshots/changes/2.6/19_jdbc_pre_post_proc.png"><img src="./images/screenshots/changes/2.6/19_jdbc_pre_post_proc.png" width="535" height="217" alt=""></a><figcaption></figcaption></figure>
</p>
<h3>JDBC transaction isolation option</h3>
<p>Allow to set the transaction isolation in the JDBC Connection Configuration
<figure><a href="./images/screenshots/changes/2.6/20_jdbc_trans_isolation.png"><img src="./images/screenshots/changes/2.6/20_jdbc_trans_isolation.png" width="437" height="351" alt=""></a><figcaption></figcaption></figure>
</p>
<h3>Poisson Timer</h3>
<p>Add a Poisson based timer
<figure><a href="./images/screenshots/changes/2.6/21_poisson_timer.png"><img src="./images/screenshots/changes/2.6/21_poisson_timer.png" width="358" height="156" alt=""></a><figcaption></figcaption></figure>
</p>
<h3>GUI and OS interaction</h3>
<p>Support for file Drag and Drop.
<figure><a href="./images/screenshots/changes/2.6/22_drag_and_drop.png"><img src="./images/screenshots/changes/2.6/22_drag_and_drop.png" width="776" height="508" alt=""></a><figcaption></figcaption></figure>
</p>
<h3>Confirm Remove Dialog box</h3>
<p>Add a dialog box to confirm removing the element(s) when Remove action is called
<figure><a href="./images/screenshots/changes/2.6/23_confirm_remove.png"><img src="./images/screenshots/changes/2.6/23_confirm_remove.png" width="583" height="210" alt=""></a><figcaption></figcaption></figure>
The dialogue can be skipped by setting the JMeter property <span class="code">confirm.delete.skip=true</span>
</p>
<h3>Remote batching support</h3>
<p>Use external store to hold samples during distributed testing,
Added DiskStore remote sample sender: like Hold, but saves samples to disk until end of test
<figure><a href="./images/screenshots/changes/2.6/24_diskstore.png"><img src="./images/screenshots/changes/2.6/24_diskstore.png" width="998" height="273" alt=""></a><figcaption></figcaption></figure>
</p>
<h3>JMS Subscriber sampler</h3>
<p>With JMS Subscriber, ability to use Selectors
<figure><a href="./images/screenshots/changes/2.6/25_selector.png"><img src="./images/screenshots/changes/2.6/25_selector.png" width="705" height="297" alt=""></a><figcaption></figcaption></figure>
</p>
<h3>New Logger Panel</h3>
<p>A new Log Viewer has been added to the GUI and can be enabled from menu Options &rarr; Log Viewer:
<figure><a href="./images/screenshots/changes/2.6/28_loggerpanel_option.png"><img src="./images/screenshots/changes/2.6/28_loggerpanel_option.png" width="326" height="147" alt=""></a><figcaption></figcaption></figure>
</p>
<p>This Log Viewer shows the jmeter.log file, and useful (for example) to debug BeanShell/BSF scripts:
<figure><a href="./images/screenshots/changes/2.6/28_loggerpanel.png"><img src="./images/screenshots/changes/2.6/28_loggerpanel.png" width="953" height="466" alt=""></a><figcaption></figcaption></figure>
</p>
<h3>The menu item Options / Choose Language is now fully functional</h3>
<p>
The menu item Options / Choose Language now changes all the displayed text to the new language provided
all messages are translated. You can help on this by translating into your language.
</p>
<h3>Legacy JMX and JTL Avalon format support restored</h3>
<p>
Support for reading/writing the original Avalon XML format of JMX (script) and JTL (sample result) files was dropped in JMeter version 2.4.
JMeter can now read the Avalon format files again, however there is no support for saving files in the old format.
</p>
<h3>JMeter jars available from Maven repository</h3>
<p>
JMeter jars are now available from Maven repository.
</p>
<h2>Known bugs</h2>
<p>
The Include Controller has some problems in non-GUI mode (see Bugs 40671, 41286, 44973, 50898).
In particular, it can cause a NullPointerException if there are two include controllers with the same name.
</p>
<p>The Once Only controller behaves correctly under a Thread Group or Loop Controller,
but otherwise its behaviour is not consistent (or clearly specified).</p>
<p>Listeners don't show iteration counts when a If Controller has a condition which is always false from the first iteration (see <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52496">
Bug
52496</a>).
A workaround is to add a sampler at the same level as (or superior to) the If Controller.
For example a Test Action sampler with 0 wait time (which doesn't generate a sample),
or a Debug Sampler with all fields set to False (to reduce the sample size).
</p>
<h2>Incompatible changes</h2>
<p>
JMeter versions since 2.1 failed to create a container sample when loading embedded resources.
This has been corrected; can still revert to the <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=51939">
Bug
51939</a> behaviour by setting the following property:
<span class="code">httpsampler.separate.container=false</span>
</p>
<p>
Mirror server now uses default port 8081, was 8080 before 2.5.1.
</p>
<p>
TCP Sampler handles SocketTimeoutException, SocketException and InterruptedIOException differently since 2.6, when
these occurs, Sampler is marked as failed.
</p>
<p>
Sample Sender implementations now resolve their configuration on Client side since 2.6.
This behaviour can be changed with property sample_sender_client_configured (set it to false).
</p>
<p>
The HTTP User Parameter Modifier test element has been removed; it has been deprecated for a long time.
</p>
<h2>Bug fixes</h2>
<h3>HTTP Samplers and Proxy</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=51932">
Bug
51932</a> - CacheManager does not handle cache-control header with any attributes after max-age</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=51918">
Bug
51918</a> - GZIP compressed traffic produces errors, when multiple connections allowed</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=51939">
Bug
51939</a> - Should generate new parent sample if necessary when retrieving embedded resources</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=51942">
Bug
51942</a> - Synchronisation issue on CacheManager when Concurrent Download is used</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=51957">
Bug
51957</a> - Concurrent get can hang if a task does not complete</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=51925">
Bug
51925</a> - Calling Stop on Test leaks executor threads when concurrent download of resources is on</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=51980">
Bug
51980</a> - HtmlParserHTMLParser double-counts images used in links</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52064">
Bug
52064</a> - OutOfMemory Risk in CacheManager</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=51919">
Bug
51919</a> - Random ConcurrentModificationException or NoSuchElementException in CookieManager#removeMatchingCookies when using Concurrent Download</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52126">
Bug
52126</a> - HttpClient4 does not clear cookies between iterations</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52129">
Bug
52129</a> - Reported Body Size is wrong when using HTTP Client 4 and Keep Alive connection</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52137">
Bug
52137</a> - Problems with HTTP Cache Manager</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52221">
Bug
52221</a> - Nullpointer Exception with use Retrieve Embedded Resource without HTTP Cache Manager</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52310">
Bug
52310</a> - variable in IPSource failed HTTP request if "Concurrent Pool Size" is enabled</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52371">
Bug
52371</a> - API Incompatibility - Methods in HTTPSampler2 now require PostMethod instead of HttpMethod[Base]. Reverted to original types.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=49950">
Bug
49950</a> - Proxy : IndexOutOfBoundsException when recording with Proxy server</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52409">
Bug
52409</a> - HttpSamplerBase#errorResult modifies sampleResult passed as parameter;
fix code which assumes that a new instance is created (i.e. when adding a sub-sample)
</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52507">
Bug
52507</a> - Delete Http User Parameters modifier (deprecated, obsolete)</li>
</ul>
<h3>Other Samplers</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=51996">
Bug
51996</a> - JMS Initial Context leak newly created Context when Multiple Thread enter InitialContextFactory#lookupContext at the same time</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=51691">
Bug
51691</a> - Authorization does not work for JMS Publisher and JMS Subscriber</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52036">
Bug
52036</a> - Durable Subscription fails with ActiveMQ due to missing clientId field</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52044">
Bug
52044</a> - JMS Subscriber used with many threads leads to javax.naming.NamingException: Something already bound with ActiveMQ</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52072">
Bug
52072</a> - LengthPrefixedBinaryTcpClientImpl may end a sample prematurely</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52390">
Bug
52390</a> - AbstractJDBCTestElement:Memory leak and synchronization issue in perConnCache</li>
</ul>
<h3>Controllers</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=51865">
Bug
51865</a> - Infinite loop inside thread group does not work properly if "Start next loop after a Sample error" option set</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=51868">
Bug
51868</a> - A lot of exceptions in jmeter.log while using option "Start next loop" for thread</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=51866">
Bug
51866</a> - Counter under loop doesn't work properly if "Start next loop on error" option set for thread group</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52296">
Bug
52296</a> - TransactionController + Children ThrouputController or InterleaveController leads to ERROR sampleEnd called twice java.lang.Throwable: Invalid call sequence when TPC does not run sample</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52330">
Bug
52330</a> - With next-Loop-On-Error after error samples are not executed in next loop</li>
</ul>
<h3>Listeners</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52357">
Bug
52357</a> - View results in Table does not allow for multiple result samples</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52491">
Bug
52491</a> - Incorrect parsing of Post data parameters in Tree Listener / Http Request view</li>
</ul>
<h3>Assertions</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52519">
Bug
52519</a> - XMLSchemaAssertion uses JMeter JVM file.encoding instead of response encoding</li>
</ul>
<h3>Functions</h3>
<ul>
<li>The CRLF example for the char function was wrong; CRLF=(0xD,0xA), not (0xC,0xA)</li>
</ul>
<h3>I18N</h3>
<ul>
</ul>
<h3>General</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=51937">
Bug
51937</a> - JMeter does not handle missing TestPlan entry well</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=51988">
Bug
51988</a> - CSV Data Set Configuration does not resolve default delimiter for header parsing when variables field is empty</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52003">
Bug
52003</a> - View Results Tree "Scroll automatically" does not scroll properly in case nodes are expanded</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=27112">
Bug
27112</a> - User Parameters should use scrollbars</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52029">
Bug
52029</a> - Command-line shutdown only gets sent to last engine that was started</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52093">
Bug
52093</a> - Toolbar ToolTips don't switch language</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=51733">
Bug
51733</a> - SyncTimer is messed up if you a interrupt a test plan</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52118">
Bug
52118</a> - New toolbar : shutdown and stop buttons not disabled when no test is running</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52125">
Bug
52125</a> - StatCalculator.addAll(StatCalculator calc) joins incorrect if there are more samples with the same response time in one of the TreeMap</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52339">
Bug
52339</a> - JMeter Statistical mode in distributed testing shows wrong response time</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52215">
Bug
52215</a> - Confusing synchronization in StatVisualizer, SummaryReport ,Summariser and issue in StatGraphVisualizer</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52216">
Bug
52216</a> - TableVisualizer : currentData field is badly synchronized</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52217">
Bug
52217</a> - ViewResultsFullVisualizer : Synchronization issues on root and treeModel</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=43294">
Bug
43294</a> - XPath Extractor namespace problems</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52224">
Bug
52224</a> - TestBeanHelper does not support NOT_UNDEFINED == Boolean.FALSE</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52279">
Bug
52279</a> - Switching to another language loses icons in Tree and logs error Can't obtain GUI class from &hellip;</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52280">
Bug
52280</a> - The menu item Options / Choose Language does not change all the displayed text to the new language</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52376">
Bug
52376</a> - StatCalculator#addValue(T val, int sampleCount) should use long, not int</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=49374">
Bug
49374</a> - Encoding of embedded element URLs depend on the file.encoding property</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52399">
Bug
52399</a> - URLRewritingModifier uses default file.encoding to match text content</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=50438">
Bug
50438</a> - code calculates average with integer math, expecting double value</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52469">
Bug
52469</a> - Changes in Support of SSH-Tunneling of RMI traffic for Remote Testing</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52466">
Bug
52466</a> - Upgrade Test Plan feature : NameUpdater does not upgrade properties</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52503">
Bug
52503</a> - Unify File&rarr;Close and Window close file saving behaviour</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52537">
Bug
52537</a> - Help does not scroll to correct anchor when file is first loaded</li>
</ul>
<h2>Improvements</h2>
<h3>HTTP Samplers</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=51981">
Bug
51981</a> - Better support for file: protocol in HTTP sampler</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52033">
Bug
52033</a> - Allowing multiple certificates (JKS)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52352">
Bug
52352</a> - Proxy : Support IPv6 URLs capture</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=44301">
Bug
44301</a> - Enable "ignore failed" for embedded resources</li>
</ul>
<h3>Other samplers</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=51419">
Bug
51419</a> - JMS Subscriber: ability to use Selectors</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52088">
Bug
52088</a> - JMS Sampler : Add a selector when REQUEST / RESPONSE is chosen</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52104">
Bug
52104</a> - TCP Sampler handles badly errors</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52087">
Bug
52087</a> - TCPClient interface does not allow for partial reads</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52115">
Bug
52115</a> - SOAP/XML-RPC should not send a POST request when file to send is not found</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=40750">
Bug
40750</a> - TCPSampler : Behaviour when sockets are closed by remote host</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52396">
Bug
52396</a> - TCP Sampler in "reuse connection mode" reuses previous sampler's connection even if it's configured with other host, port, user or password</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52048">
Bug
52048</a> - BSFSampler, BSFPreProcessor and BSFPostProcessor should share the same GUI</li>
</ul>
<h3>Controllers</h3>
<ul>
</ul>
<h3>Listeners</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52022">
Bug
52022</a> - In View Results Tree rather than showing just a message if the results are to big, show as much of the result as are configured</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52201">
Bug
52201</a> - Add option to TableVisualiser to display child samples instead of parent </li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52214">
Bug
52214</a> - Save Responses to a file - improve naming algorithm</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52340">
Bug
52340</a> - Allow remote sampling mode to be changed at run-time</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52452">
Bug
52452</a> - Improvements on Aggregate Graph Listener (GUI and settings)</li>
<li>Resurrected OldSaveService to allow reading Avalon format JTL (result) files</li>
</ul>
<h3>Timers, Assertions, Config, Pre- &amp; Post-Processors</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52128">
Bug
52128</a> - Add JDBC pre- and post-processor</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52183">
Bug
52183</a> - SyncTimer could be improved (performance+reliability)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52317">
Bug
52317</a> - Counter : Add option to reset counter on each Thread Group iteration</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=37073">
Bug
37073</a> - Add a Poisson based timer</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52497">
Bug
52497</a> - Improve DebugSampler and DebugPostProcessor</li>
</ul>
<h3>Functions</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52006">
Bug
52006</a> - Create a function RandomString to generate random Strings</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52016">
Bug
52016</a> - It would be useful to support Jexl2</li>
<li>__char() function now supports octal values</li>
<li>New function __machineIP returning IP address</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=51091">
Bug
51091</a> - New function returning the name of the current "Test Plan"</li>
</ul>
<h3>I18N</h3>
<ul>
</ul>
<h3>General</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=51892">
Bug
51892</a> - Default mirror port should be different from default proxy port</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=51817">
Bug
51817</a> - Moving variables up and down in User Defined Variables control</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=51876">
Bug
51876</a> - Functionality to search in Samplers TreeView</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52019">
Bug
52019</a> - Add menu option to Start a test ignoring Pause Timers</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52027">
Bug
52027</a> - Allow System or CrossPlatform LAF to be set from options menu</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52037">
Bug
52037</a> - Remember user-set LaF over restarts.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=51861">
Bug
51861</a> - Improve HTTP Request GUI to better show parameters without name (GWT RPC requests for example) (UNDER DEVELOPMENT)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52040">
Bug
52040</a> - Add a toolbar in JMeter main window</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=51816">
Bug
51816</a> - Comment Field in User Defined Variables control.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52052">
Bug
52052</a> - Using a delimiter to separate result-messages for JMS Subscriber</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52103">
Bug
52103</a> - Add automatic scrolling option to table visualizer</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52097">
Bug
52097</a> - Save As should point to same folder that was used to open a file if MRU list is used</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52085">
Bug
52085</a> - Allow multiple selection in arguments panel</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52099">
Bug
52099</a> - Allow to set the transaction isolation in the JDBC Connection Configuration</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52116">
Bug
52116</a> - Allow to add (paste) entries from the clipboard to an arguments list</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52160">
Bug
52160</a> - Don't display TestBeanGui items which are flagged as hidden</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=51886">
Bug
51886</a> - SampleSender configuration resolved partly on client and partly on server</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52161">
Bug
52161</a> - Enable plugins to add own translation rules in addition to upgrade.properties.
Loads any additional properties found in META-INF/resources/org.apache.jmeter.nameupdater.properties files</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=42538">
Bug
42538</a> - Add "duplicate node" in context menu</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=46921">
Bug
46921</a> - Add Ability to Change Controller elements</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52240">
Bug
52240</a> - TestBeans should support Boolean, Integer and Long</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52241">
Bug
52241</a> - GenericTestBeanCustomizer assumes that the default value is the empty string</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52242">
Bug
52242</a> - FileEditor does not allow output to be saved in a File </li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=51093">
Bug
51093</a> - when loading a selection previously stored by "Save Selection As", show the file name in the blue window bar</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=50086">
Bug
50086</a> - Password fields not Hidden in JMS Publisher, JMS Subscriber, Mail Reader sampler, SMTP sampler and Database Configuration</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=29352">
Bug
29352</a> - Use external store to hold samples during distributed testing, Added DiskStore remote sample sender: like Hold, but saves samples to disk until end of test.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52333">
Bug
52333</a> - Reduce overhead in calculating SampleResult#nanoTimeOffset</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52346">
Bug
52346</a> - Shutdown detects if there are any non-daemon threads left which prevent JVM exit.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52281">
Bug
52281</a> - Support for file Drag and Drop</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52471">
Bug
52471</a> - Improve Mirror Server performance by Using Pool of threads instead of launching a Thread for each request</li>
<li>Resurrected OldSaveService to allow reading Avalon format JMX files (removed in 2.4)</li>
<li>Add a dialog box to confirm removing the element(s) when Remove action is called</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=41788">
Bug
41788</a> - Log viewer (console window) needed as an option</li>
<li>Add option to change the pause time (default 2000ms) in the daemon thread which checks for successful JVM exit.
The thread is not now started unless the pause time is greater than 0.
</li>
</ul>
<h2>Non-functional changes</h2>
<ul>
<li>fixes to build.xml: support scripts; localise re-usable property names</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=51923">
Bug
51923</a> - Counter function bug or documentation issue ? (fixed docs)</li>
<li>Update velocity.jar to 1.7 (from 1.6.2)</li>
<li>Update js.jar to 1.7R3 (from 1.6R5)</li>
<li>Update commons-codec 1.5 &rArr; 1.6</li>
<li>Update commons-io 2.0.1 &rArr; 2.1</li>
<li>Update commons-jexl 2.0.1 &rArr; 2.1.1</li>
<li>Update jdom 1.1 &rArr; 1.1.2</li>
<li>Update junit 4.9 &rArr; 4.10</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=51954">
Bug
51954</a> - Generated documents include &lt;/br&gt; entries which cause extra blank lines </li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=52075">
Bug
52075</a> - JMeterProperty.clone() currently returns Object; it should return JMeterProperty</li>
<li>Updated httpcore to 4.1.4</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=49753">
Bug
49753</a> - Please publish jMeter artifacts on Maven central repository</li>
</ul>
<h1>Version 2.5.1</h1>
<h2>Summary of main changes</h2>
<ul>
<li>HttpClient4 sampler now re-uses connections properly (previously it would use one per sample, which could quickly cause resource exhaustion).</li>
<li>Various fixes to JMS samplers</li>
<li>Functions are no longer spuriously invoked when used with a Configuration element</li>
<li>WebService sampler GUI has been re-organized for better design and more user-friendliness. Some improments on WSDL configuration assistant</li>
<li>Better handling of test shutdown. System.exit now only called if there is no other option; even this can be disabled.</li>
</ul>
<h2>Known bugs</h2>
<p>
The Include Controller has some problems in non-GUI mode.
In particular, it can cause a NullPointerException if there are two include controllers with the same name.
</p>
<p>The Once Only controller behaves correctly under a Thread Group or Loop Controller,
but otherwise its behaviour is not consistent (or clearly specified).</p>
<p>The If Controller may cause an infinite loop if the condition is always false from the first iteration.
A workaround is to add a sampler at the same level as (or superior to) the If Controller.
For example a Test Action sampler with 0 wait time (which doesn't generate a sample),
or a Debug Sampler with all fields set to False (to reduce the sample size).
</p>
<p>
The menu item Options / Choose Language does not change all the displayed text to the new language.
[The behaviour has improved, but language change is still not fully working]
To override the default local language fully, set the JMeter property "language" before starting JMeter.
</p>
<h2>Incompatible changes</h2>
<p>
The HttpClient4 and Commons HttpClient 3.1 samplers previously used a retry count of 3.
This has been changed to default to 1, to be compatible with the Java implementation.
The retry count can be overridden by setting the relevant JMeter property, for example:
<pre>
httpclient4.retrycount=3
httpclient3.retrycount=3
</pre>
</p>
<h2>Bug fixes</h2>
<h3>HTTP Samplers and Proxy</h3>
<ul>
<li>Fix HttpClient 4 sampler so it reuses HttpClient instances and connections where possible.</li>
<li>Temporary fix to HC4 sampler to work round HTTPCLIENT-1120.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=51863">
Bug
51863</a> - Lots of ESTABLISHED connections with HttpClient 4 implementation (vs HttpClient 3.1 impl)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=51750">
Bug
51750</a> - Retrieve all embedded resources doesn't follow IFRAME</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=51752">
Bug
51752</a> - HTTP Cache is broken when using "Retrieve all embedded resources" with concurrent pool</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=39219">
Bug
39219</a> - HTTP Server: You can't stop it after File&rarr;Open</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=51775">
Bug
51775</a> - Port number duplicates in Host header when capturing by HttpClient (3.1 and 4.x)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=50617">
Bug
50617</a> - Monitor Results legend show "dead" server although values from the server are retrieved</li>
</ul>
<h3>Other Samplers</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=50424">
Bug
50424</a> - Web Methods drop down list box inconsistent</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=43293">
Bug
43293</a> - Java Request fields not cleared when creating new sampler</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=51830">
Bug
51830</a> - Webservice Soap Request triggers too many popups when Webservice WSDL URL is down</li>
<li>WebService(SOAP) request - add a connect timeout to get the wsdl used to populate Web Methods when server doesn't response</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=51841">
Bug
51841</a> - JMS : If an error occurs in ReceiveSubscriber constructor or Publisher, then Connections will stay open</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=51691">
Bug
51691</a> - Authorization does not work for JMS Publisher and JMS Subscriber</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=51840">
Bug
51840</a> - JMS : Cache of InitialContext has some issues</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=47888">
Bug
47888</a> - JUnit Sampler re-uses test object</li>
</ul>
<h3>Controllers</h3>
<ul>
<li>If Controller - Fixed two regressions introduced by <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=50032">
Bug
50032</a> (see <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=50618">
Bug
50618</a> too)</li>
<li>If Controller - Catches a StackOverflowError when a condition returns always false (after at least one iteration with return true) See <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=50618">
Bug
50618</a></li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=51869">
Bug
51869</a> - NullPointer Exception when using Include Controller</li>
</ul>
<h3>Listeners</h3>
<ul>
</ul>
<h3>Assertions</h3>
<ul>
</ul>
<h3>Functions</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=48943">
Bug
48943</a> - Functions are invoked additional times when used in combination with a Config Element</li>
</ul>
<h3>I18N</h3>
<ul>
<li>WebService(SOAP) request - add I18N for some labels</li>
</ul>
<h3>General</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=51831">
Bug
51831</a> - Cannot disable UDP server or change the maximum UDP port</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=51821">
Bug
51821</a> - Add short-cut for Enabling / Disabling (sub)tree or branches in test plan.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=47921">
Bug
47921</a> - Variables not released for GC after JMeterThread exits.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=51839">
Bug
51839</a> - "&hellip; end of run" printed prematurely</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=51847">
Bug
51847</a> - Some JUnit tests are Locale sensitive and fail if Locale is different from US</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=51855">
Bug
51855</a> - Parent samples may have slightly inaccurate elapsed times</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=51880">
Bug
51880</a> - The shutdown command is not working if I invoke it before all the thread are started</li>
<li>Remote Shut host menu item was not being enabled.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=51888">
Bug
51888</a> - Occasional deadlock when stopping a testplan</li>
</ul>
<h2>Improvements</h2>
<h3>HTTP Samplers</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=51380">
Bug
51380</a> - Control reuse of cached SSL Context from iteration to iteration</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=51882">
Bug
51882</a> - HTTPHC3Client uses a default retry count of 3, make it configurable; default is now 1</li>
<li>Change the default HttpClient 4 sampler retry count to 1</li>
</ul>
<h3>Other samplers</h3>
<ul>
<li>Beanshell Sampler now supports Interruptible interface</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=51605">
Bug
51605</a> - WebService(SOAP) Request - WebMethod field value changes surreptitiously for all the requests when a value is selected in a request</li>
<li>WebService(SOAP) Request - Reorganized GUI for better design and more user-friendliness</li>
</ul>
<h3>Controllers</h3>
<ul>
</ul>
<h3>Listeners</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=42246">
Bug
42246</a> - Need for a 'auto-scroll' option in "View Results Tree" and "Assertion Results"</li>
<li>View Results Tree: Regexp Tester - little improvements on user interface</li>
</ul>
<h3>Timers, Assertions, Config, Pre- &amp; Post-Processors</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=51885">
Bug
51885</a> - Allow a JMeter Variable as input to XPathExtractor</li>
</ul>
<h3>Functions</h3>
<ul>
</ul>
<h3>I18N</h3>
<ul>
</ul>
<h3>General</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=51822">
Bug
51822</a> - (part 1) save 1 invocation of GuiPackage#getCurrentGui</li>
<li>Added AsynchSampleSender which sends samples from server to client asynchronously.</li>
<li>Upgraded to htmlparser 2.1; JavaMail 1.4.4; JUnit 4.9</li>
</ul>
<h2>Non-functional changes</h2>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=49976">
Bug
49976</a> - FormCharSetFinder visibility is default instead of public. </li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=50917">
Bug
50917</a> - Property CookieManager.save.cookies not honored when set from test plan</li>
<li>Improve error logging when Javascript errors are detected.</li>
<li>Updated documentation footer</li>
</ul>
<h1>Version 2.5</h1>
<h2>Summary of main changes</h2>
<ul>
<li>The HTTP implementation can now be selected at run-time, and JMeter now also supports Apache HttpComponents HttpClient 4.x.
Note that Commons HttpClient 3.1 is no longer actively developed, and support may be removed from JMeter in a future release.
</li>
<li>The HTTP sampler now allows concurrent downloads of embedded resources in an HTML page</li>
<li>The HTTP Sampler can now report the size of a request before decompression.</li>
<li>The JMS and Mail samplers have been improved.</li>
<li>The new Test Fragment Test Element makes using Include Controllers easier</li>
<li>There are various improvements to the View Results Tree Listener</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=30563">
Bug
30563</a> - Thread Group should have a start next loop option on Sample Error</li>
<li>There are two new Thread Group types - setUp and tearDown - which are run before and after the main Thread groups.</li>
<li>Client-Server mode now supports external stop/shutdown via UDP<br>
multiple JMeter server instances can be started on the same host without needing to change the port property.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=50516">
Bug
50516</a> - "Host" header in HTTP Header Manager is not included in generated HTTP request</li>
</ul>
<p>
<ul>
</ul>
</p>
<h2>Known bugs</h2>
<p>
The Include Controller has some problems in non-GUI mode.
In particular, it can cause a NullPointerException if there are two include controllers with the same name.
</p>
<p>Once Only controller behaves correctly under a Thread Group or Loop Controller,
but otherwise its behaviour is not consistent (or clearly specified).</p>
<p>
The menu item Options / Choose Language does not change all the displayed text to the new language.
[The behaviour has improved, but language change is still not fully working]
To override the default local language fully, set the JMeter property "language" before starting JMeter.
</p>
<h2>Incompatible changes</h2>
<p>
Unsupported methods are no longer converted to GET by the Commons HttpClient sampler.
</p>
<p>
Removed method public static long currentTimeInMs().
This has been replaced by the instance method public long currentTimeInMillis().
</p>
<p>
ProxyControl.getSamplerTypeName() now returns a String rather than an int.
This is internal to the workings of the JMeter Proxy &amp; its GUI, so should not affect any user code.
</p>
<h2>Bug fixes</h2>
<h3>HTTP Samplers and Proxy</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=50178">
Bug
50178</a> - HeaderManager added as child of Thread Group can create concatenated HeaderManager names and OutOfMemoryException</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=50392">
Bug
50392</a> - value is trimmed when sending the request in Multipart</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=50686">
Bug
50686</a> - HeaderManager logging too verbose when merging instances</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=50963">
Bug
50963</a> - AjpSampler throws java.lang.StringIndexOutOfBoundsException</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=50516">
Bug
50516</a> - "Host" header in HTTP Header Manager is not included in generated HTTP request</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=50544">
Bug
50544</a> - In Apache Common Log the HEAD requests cause problems.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=51268">
Bug
51268</a> - HTTPS request through an invalid proxy causes NullPointerException and does not show in result tree.
Rather than delegating to the JMeter thread handler for "unexpected" failures, ensure all Exceptions generate a sample error.
</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=51275">
Bug
51275</a> - Cookie Panel clearGui() sets incorrect default policy in Java 1.6</li>
</ul>
<h3>Other Samplers</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=50173">
Bug
50173</a> - JDBCSampler discards ResultSet from a PreparedStatement</li>
<li>Ensure JSR223 Sampler has access to the current SampleResult</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=50977">
Bug
50977</a> - Unable to set TCP Sampler for individual samples</li>
</ul>
<h3>Controllers</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=50032">
Bug
50032</a> - Last_Sample_Ok along with other controllers doesnt work correctly when the threadgroup has multiple loops</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=50080">
Bug
50080</a> - Transaction controller incorrectly creates samples including timer duration</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=50134">
Bug
50134</a> - TransactionController : Reports bad response time when it contains other TransactionControllers</li>
</ul>
<h3>Listeners</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=50367">
Bug
50367</a> - Clear / Clear all in View results tree does not clear selected element</li>
</ul>
<h3>Assertions</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=51488">
Bug
51488</a> - Assertion: Variable name scope is shared among all assertions (and <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=51255">
Bug
51255</a>)</li>
</ul>
<h3>Functions</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=50568">
Bug
50568</a> - Function __FileToString(): Could not read file when encoding option is blank/empty</li>
</ul>
<h3>I18N</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=50811">
Bug
50811</a> - Incomplete Spanish translation</li>
</ul>
<h3>General</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=49734">
Bug
49734</a> - Null pointer exception on stop Threads command (Run &rarr; Stop)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=49666">
Bug
49666</a> - CSV Header read as data after EOF</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=45703">
Bug
45703</a> - Synchronizing Timer</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=50088">
Bug
50088</a> - fix getAvgPageBytes in SamplingStatCalculator so it returns what it should</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=50203">
Bug
50203</a> Cannot set property "jmeter.save.saveservice.default_delimiter=\t"</li>
<li>mirror-server.sh - fix classpath to use : separator (not ;)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=50286">
Bug
50286</a> - URL Re-writing Modifier: extracted jsessionid value is incorrect when is between XML tags</li>
<li>
System.nanoTime() tends to drift relative to System.currentTimeMillis().
Change SampleResult to recalculate offset each time.
Also enable reversion to using System.currentTimeMillis() only.
</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=50425">
Bug
50425</a> - Remove thread groups from Controller add menu</li>
<li>
<a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=50675">
Bug
50675</a> - CVS Data Set Config incompatible with Remote Start
Fixed RMI startup to provide location of JMX file relative to user.dir.
</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=50221">
Bug
50221</a> - Renaming elements in the tree does not resize label</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=51002">
Bug
51002</a> - Stop Thread if CSV file is not available. JMeter now treats IOError as EOF.</li>
<li>Define sun.net.http.allowRestrictedHeaders=true by default. This fixes <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=51238">
Bug
51238</a>.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=51645">
Bug
51645</a> - CSVDataSet does not read UTF-8 files when file.encoding is UTF-8</li>
</ul>
<h2>Improvements</h2>
<h3>HTTP Samplers</h3>
<ul>
<li>AJP Sampler now implements Interruptible</li>
<li>Allow HTTP implementation to be selected at run-time</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=50684">
Bug
50684</a> - Optionally disable Content-Type and Transfer-Encoding in Multipart POST</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=50943">
Bug
50943</a> - Allowing concurrent downloads of embedded resources in html page</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=50170">
Bug
50170</a> - Bytes reported by http sampler is after GUnZip<br>Add optional properties to allow change the method to get response size</li>
<li>Hiding the proxy password on HTTP Sampler (just on GUI, not in JMX file)</li>
</ul>
<h3>Other samplers</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=49622">
Bug
49622</a> - Allow sending messages without a subject (SMTP Sampler)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=49603">
Bug
49603</a> - Allow accepting expired certificates on Mail Reader Sampler</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=49775">
Bug
49775</a> - Allow sending messages without a body</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=49862">
Bug
49862</a> - Improve SMTPSampler Request output.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=50268">
Bug
50268</a> - Adds static and dynamic destinations to JMS Publisher</li>
<li>JMS Subscriber - Add dynamic destination</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=50666">
Bug
50666</a> - JMSSubscriber: support for durable subscriptions</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=50937">
Bug
50937</a> - TCP Sampler does not provide for / honor connect timeout</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=50569">
Bug
50569</a> - Jdbc Request Sampler to optionally store result set object data</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=51011">
Bug
51011</a> - Mail Reader: upon authentication failure, tell what you tried</li>
</ul>
<h3>Controllers</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=50475">
Bug
50475</a> - Introduction of a Test Fragment Test Element for a better Include flow</li>
</ul>
<h3>Listeners</h3>
<ul>
<li>View Results Tree - Add a dialog's text box on "Sampler result tab &rarr; Parsed" to display the long value with a double click on cell</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=37156">
Bug
37156</a> - Formatted view of Request in Results Tree</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=49365">
Bug
49365</a> - Allow result set to be written to file in a path relative to the loaded script</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=50579">
Bug
50579</a> - Error count is long, sample count is int. Changed sample count to long.</li>
<li>View Results Tree - Add new size fields: response headers and response body (in bytes) - derived from <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=43363">
Bug
43363</a></li>
</ul>
<h3>Timers, Assertions, Config, Pre- &amp; Post-Processors</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=48015">
Bug
48015</a> - Proposal new icons for pre-processor, post-processor and assertion elements</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=50962">
Bug
50962</a> - SizeAssertionGui validation prevents the use of variables for the size</li>
<li>Size Assertion - Add response size scope (full, headers, body, code, message) - derived from <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=43363">
Bug
43363</a></li>
</ul>
<h3>Functions</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=49975">
Bug
49975</a> - New function returning the name of the current sampler</li>
</ul>
<h3>I18N</h3>
<ul>
<li>Add French translation for the new labels and reduce size for some labels (by abbreviation) on HTTP Sample</li>
</ul>
<h3>General</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=30563">
Bug
30563</a> - Thread Group should have a start next loop option on Sample Error</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=50347">
Bug
50347</a> - Eclipse setup instructions should remind user to download dependent jars</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=50490">
Bug
50490</a> - Setup and Post Thread Group enhancements for better test flow.</li>
<li>All BeansShell test elements now have the script variables "prev" and "Label" defined.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=50708">
Bug
50708</a> - Classpath jar order in NewDriver not alphabetically</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=50659">
Bug
50659</a> - JMeter server does not support concurrent tests - prevent client from starting another</li>
<li>Added remote shutdown functionality</li>
<li>Client JMeter engine now supports external stop/shutdown via UDP</li>
<li>UDP shutdown can now use a range of ports, from jmeterengine.nongui.port=4445 to jmeterengine.nongui.maxport=4455,
allowing multiple JMeter instances on the same host without needing to change the port property.</li>
<li>Updated to httpcore 4.1.3 and httpclient 4.1.2</li>
</ul>
<h2>Non-functional changes</h2>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=50008">
Bug
50008</a> - Allow BatchSampleSender to be subclassed</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=50450">
Bug
50450</a> - use System.array copy in jacobi solver as, being native, is more performant.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=50487">
Bug
50487</a> - runSerialTest verifies objects that never need persisting</li>
<li>Use Thread.setDefaultUncaughtExceptionHandler() instead of private ThreadGroup</li>
<li>Update to Commons Net 3.0</li>
</ul>
<h1>Version 2.4</h1>
<h2>Summary of main changes</h2>
<p>
<ul>
<li>JMeter now requires at least Java 1.5.</li>
<li>HTTP Proxy can now record HTTPS sessions.</li>
<li>JUnit sampler now supports JUnit4 annotations.</li>
<li>Added JSR223 (javax.script) test elements.</li>
<li>MailReader Sampler can now use any protocol supported by the underlying implementation.</li>
<li>An SMTP Sampler has been added.</li>
<li>JMeter now allows users to provide their own Thread Group implementations.</li>
<li>View Results Tree now supports more display options, including search and Regex Testing.</li>
<li>StatCalculator performance is much improved; Aggregate Report etc. need far less memory.</li>
<li>
JMS samplers have been extensively reworked, and should no longer lose messages.
Correlation processing is improved.
JMS Publisher and Subscriber now support both Topics and Queues.
</li>
<li>Many other improvements have been made, please see below and in the manual.</li>
</ul>
</p>
<h2>Known bugs</h2>
<p>
The Include Controller has some problems in non-GUI mode.
In particular, it can cause a NullPointerException if there are two include controllers with the same name.
</p>
<p>Once Only controller behaves correctly under a Thread Group or Loop Controller,
but otherwise its behaviour is not consistent (or clearly specified).</p>
<p>
The menu item Options / Choose Language does not change all the displayed text to the new language.
[The behaviour has improved, but language change is still not fully working]
To override the default local language fully, set the JMeter property "language" before starting JMeter.
</p>
<h2>Incompatible changes</h2>
<p>
HTTP Redirect now defaults to "Follow Redirects" rather than "Redirect Automatically".
This is to enable JMeter to track cookies that may be sent during redirects.
This does not affect existing test plans; it only affects the default for new HTTP Samplers.
</p>
<p>
The Avalon file format for JMX and JTL files is no longer supported.
Any such files will need to be converted by reading them in JMeter 2.3.4 and resaving them.
</p>
<p>
The XPath Assertion and XPath Extractor elements no longer fetch external DTDs by default; this can be changed in the GUI.
</p>
<p>
JMSConfigGui has been renamed as JMSSamplerGui.
This does not affect existing test plans.
</p>
<p>
The constructor public SampleResult(SampleResult res) has been changed to become a true "copy constructor".
It no longer calls addSubResult(). This may possibly affect some 3rd party add-ons.
</p>
<h2>Bug fixes</h2>
<h3>HTTP Samplers and Proxy</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=47445">
Bug
47445</a> - Using Proxy with https-spoofing secure cookies need to be unsecured</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=47442">
Bug
47442</a> - Missing replacement of https by http for certain conditions using https-spoofing</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=48451">
Bug
48451</a> - Error in: SoapSampler.setPostHeaders(PostMethod post) in the else branch</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=48542">
Bug
48542</a> - SoapSampler uses wrong response header field to decide if response is gzip encoded</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=48568">
Bug
48568</a> - CookieManager broken for AjpSampler</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=48570">
Bug
48570</a> - AjpSampler doesn't support query parameters (GET/POST)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=46901">
Bug
46901</a> - HTTP Sampler does not process var/func refs correctly in first file parameter</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=43678">
Bug
43678</a> - Handle META tag http-equiv charset?</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=49294">
Bug
49294</a> - Images not downloaded from redirected-to pages</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=49560">
Bug
49560</a> - wrong "size in bytes" when following redirections</li>
</ul>
<h3>Other Samplers</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=47420">
Bug
47420</a> - LDAP extended request not closing connections during add request</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=48573">
Bug
48573</a> - LDAPExtSampler directory context handling</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=47870">
Bug
47870</a> - JMSSubscriber fails due to NPE</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=47899">
Bug
47899</a> - NullPointerExceptions in JMS ReceiveSubscriber constructor</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=48144">
Bug
48144</a> - NPE in JMS OnMessageSubscriber</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=47992">
Bug
47992</a> - JMS Point-to-Point Request - Response option doesn't work</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=48579">
Bug
48579</a> - Single Bind does not show config information when LdapExt Sampler is accessed</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=49111">
Bug
49111</a> - "Message With ID Not Found" Error on JMS P2P sampler.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=47949">
Bug
47949</a> - JMS Subscriber never receives all the messages</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=46142">
Bug
46142</a> - JMS Point-to-Point correlation problems</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=48747">
Bug
48747</a> - TCP Sampler swallows exceptions</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=48709">
Bug
48709</a> - TCP Sampler Config setting "classname" has no effect</li>
</ul>
<h3>Controllers</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=47385">
Bug
47385</a> - TransactionController should set AllThreads and GroupThreads</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=47940">
Bug
47940</a> - Module controller incorrectly creates the replacement Sub Tree</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=47592">
Bug
47592</a> - Run Thread groups consecutively with "Stop test" on error, JMeter will not mark to finished</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=48786">
Bug
48786</a> - Run Thread groups consecutively: with "Stop test now" on error or manual stop, JMeter leaves the green box active</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=48727">
Bug
48727</a> - Cannot stop test if all thread groups are disabled</li>
</ul>
<h3>Listeners</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=48603">
Bug
48603</a> - Mailer Visualiser sends two emails for a single failed response</li>
<li>Correct calculation of min/max/std.dev for aggregated samples (Summary Report)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=48889">
Bug
48889</a> - Wrong response time with mode=Statistical and num_sample_threshold &gt; 1</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=47398">
Bug
47398</a> - SampleEvents are sent twice over RMI in distributed testing and non gui mode</li>
</ul>
<h3>Assertions</h3>
<ul>
</ul>
<h3>Functions</h3>
<ul>
</ul>
<h3>I18N</h3>
<ul>
</ul>
<h3>General</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=47646">
Bug
47646</a> - NullPointerException in the "Random Variable" element</li>
<li>Disallow adding any child elements to JDBC Configuration</li>
<li>BeanInfoSupport now caches getBeanDescriptor() - should avoid an NPE on non-Sun JVMs when using CSVDataSet (and some other TestBeans)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=48350">
Bug
48350</a> - Deadlock on distributed testing with 2 clients</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=48901">
Bug
48901</a> - Endless wait by adding Synchronizing Timer</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=49149">
Bug
49149</a> - usermanual/index.html has typo in link to "Regular Expressions" page</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=49394">
Bug
49394</a> - Classcast Exception in ActionRouter.postActionPerformed</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=48136">
Bug
48136</a> - Essential files missing from source tarball.<br>
Source archives now contain all source files, including source files previously only provided in the binary archives.
</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=48331">
Bug
48331</a> - XpathExtractor does not return XML string representations for a Nodeset</li>
</ul>
<h2>Improvements</h2>
<h3>HTTP Samplers</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=47622">
Bug
47622</a> - enable recording of HTTPS sessions</li>
<li>Allow Proxy Server to be specified on HTTP Sampler GUI and HTTP Config GUI</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=47461">
Bug
47461</a> - Update Cache Manager to handle Expires HTTP header</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=48153">
Bug
48153</a> - Support for Cache-Control and Expires headers</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=47946">
Bug
47946</a> - Proxy should enable Grouping inside a Transaction Controller</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=48300">
Bug
48300</a> - Allow override of IP source address for HTTP HttpClient requests</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=49083">
Bug
49083</a> - collapse '/pathsegment/..' in redirect URLs</li>
</ul>
<h3>Other samplers</h3>
<ul>
<li>JUnit sampler now supports JUnit4 tests (using annotations)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=47900">
Bug
47900</a> - Allow JMS SubscriberSampler to be interrupted</li>
<li>Added JSR223 Sampler</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=47556">
Bug
47556</a> - JMS-PointToPoint-Sampler Timeout field should use Strings</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=47947">
Bug
47947</a> - Mail Reader Sampler should allow port to be overridden</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=48155">
Bug
48155</a> - Multiple problems / enhancements with JMS protocol classes</li>
<li>Allow MailReader sampler to use arbitrary protocols</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=45053">
Bug
45053</a> - SMTP-Sampler for JMeter</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=49552">
Bug
49552</a> - Add Message Headers on SMTPSampler</li>
<li>
JMS Publisher and Subscriber now support both Topics and Queues.
Added read Timeout to JMS Subscriber.
General clean-up of JMS code.
</li>
</ul>
<h3>Controllers</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=47909">
Bug
47909</a> - TransactionController should sum the latency</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=41418">
Bug
41418</a> - Exclude timer duration from Transaction Controller runtime in report</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=48749">
Bug
48749</a> - Allowing custom Thread Groups</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=43389">
Bug
43389</a> - Allow Include files to be found relative to the current JMX file</li>
</ul>
<h3>Listeners</h3>
<ul>
<li>Added DataStrippingSample sender - supports "Stripped" and "StrippedBatch" modes.</li>
<li>Added Comparison Assertion Visualizer</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=47907">
Bug
47907</a> - Improvements (enhancements and I18N) Comparison Assertion and Comparison Visualizer</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=36726">
Bug
36726</a> - add search function to Tree View Listener</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=47869">
Bug
47869</a> - Ability to cleanup fields of SampleResult</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=47952">
Bug
47952</a> - Added JSR223 Listener</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=47474">
Bug
47474</a> - View Results Tree support for plugin renderers</li>
<li>Allow Idle Time to be saved to sample log files</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=48259">
Bug
48259</a> - Improve StatCalculator performance by using TreeMap</li>
<li>Listeners using SamplingStatCalculator have much reduced memory needs
as the Sample cache has been moved to the new CachingStatCalculator class.
In particular, Aggregate Report can now handle large numbers of samples.
</li>
<li>Aggregate Report and Summary Report now allow column headers to be optionally excluded</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=49506">
Bug
49506</a> - Add .csv File Extension in open dialog box from "read from file" functionality of listeners</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=49545">
Bug
49545</a> - Formatted (parsed) view of Sample Result in Results Tree</li>
</ul>
<h3>Timers, Assertions, Config, Pre- &amp; Post-Processors</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=47338">
Bug
47338</a> - XPath Extractor forces retrieval of document DTD</li>
<li>Added Comparison Assertion</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=47952">
Bug
47952</a> - Added JSR223 PreProcessor and PostProcessor</li>
<li>Added JSR223 Assertion</li>
<li>Added BSF Timer and JSR223 Timer</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=48511">
Bug
48511</a> - add parent,child,all selection to regex extractor</li>
<li>Add Sampler scope selection to XPathExtractor</li>
<li>Regular Expression Extractor, Response Assertion and Size Assertion can now be applied to a JMeter variable</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=46790">
Bug
46790</a> - CSV Data Set Config should be able to parse CSV headers</li>
</ul>
<h3>Functions</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=47565">
Bug
47565</a> - [Function] FileToString</li>
</ul>
<h3>I18N</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=47938">
Bug
47938</a> - Adding some French translations for new elements</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=48714">
Bug
48714</a> - add new French messages</li>
</ul>
<h3>General</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=47223">
Bug
47223</a> - Slow Aggregate Report Performance (StatCalculator)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=47980">
Bug
47980</a> - hostname resolves to 127.0.0.1 - specifiying IP not possible</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=47943">
Bug
47943</a> - DisabledComponentRemover is not used in Start class</li>
<li>HeapDumper class for runtime generation of dumps</li>
<li>Basic read-only JavaMail provider implementation for reading raw mail files</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=49540">
Bug
49540</a> - Sort "Add" menus alphabetically</li>
</ul>
<h2>Non-functional changes</h2>
<ul>
<li>Beanshell, JavaMail and JMS API (Apache Geronimo) jars are now included in the binary archive.</li>
<li>Add TestBean Table Editor support</li>
<li>Removed all external libraries from SVN; added download_jars Ant target</li>
<li>Updated various jar files:
<ul>
<li>BeanShell - 2.0b4 &rArr; 2.0b5</li>
<li>Commons Codec - 1.3 &rArr; 1.4</li>
<li>Commons-Collections - 3.2 &rArr; 3.2.1</li>
<li>JTidy &rArr; r938</li>
<li>JUnit - 3.8.2 &rArr; 4.8.1</li>
<li>Logkit - 1.2 &rArr; 2.0</li>
<li>Xalan Serializer = 2.7.1 (previously erroneously shown as 2.9.1)</li>
<li>Xerces xml-apis = 1.3.04 (previously erroneously shown as 2.9.1)</li>
<li>Some jar files were renamed.</li>
</ul>
</li>
</ul>
<h1>Version 2.3.4</h1>
<h2>Summary of main changes</h2>
<p>
This is a minor bug-fix release, mainly to correct some bugs that were accidentally added in 2.3.3.
</p>
<h2>Known bugs</h2>
<p>
The Include Controller has some problems in non-GUI mode.
In particular, it can cause a NullPointerException if there are two include controllers with the same name.
</p>
<p>Once Only controller behaves correctly under a Thread Group or Loop Controller,
but otherwise its behaviour is not consistent (or clearly specified).</p>
<p>
The menu item Options / Choose Language does not change all the displayed text to the new language.
[The behaviour has improved, but language change is still not fully working]
To override the default local language fully, set the JMeter property "language" before starting JMeter.
</p>
<h2>Bug fixes</h2>
<h3>HTTP Samplers and Proxy</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=47321">
Bug
47321</a> - HTTPSampler2 response timeout not honored</li>
</ul>
<h3>Other Samplers</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=47290">
Bug
47290</a> - Infinite loop on connection factory lookup (JMS)</li>
<li>JDBC Sampler should not close Prepared or Callable statements as these are cached</li>
</ul>
<h3>Controllers</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=39509">
Bug
39509</a> - Once-only controller running twice</li>
</ul>
<h3>Listeners</h3>
<ul>
<li>Change ResultCollector to only warn if the directory was not created</li>
<li>Fix some synchronisation issues in ResultCollector and SampleResult (wrong locks were being used)</li>
</ul>
<h3>I18N</h3>
<ul>
<li>Fixed bug introduced in 2.3.3: JMeter does not start up if there is no messages.properties file for the default Locale.</li>
</ul>
<h3>General</h3>
<ul>
<li>Fix problems with remote clients - bug introduced in 2.3.3</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=47377">
Bug
47377</a> - Make ClassFinder more robust and close zipfile resources</li>
<li>Fix some errors in generating the documentation (latent bug revealed in 2.3.3 when Velocity was upgraded)</li>
</ul>
<h2>Improvements</h2>
<h3>Other samplers</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=47266">
Bug
47266</a> - FTP Request Sampler: allow specifying an FTP port, other than the default</li>
</ul>
<h1>Version 2.3.3</h1>
<h2>Summary of main changes</h2>
<p>
The handling of test closedown is much improved.
The gradual "Shutdown" command now waits until all threads have stopped,
and does not report an error if threads don't stop within 5 seconds.
The immediate "Stop" command can now be used if "Shutdown" takes too long.
Also the immediate "Stop" command is able to interrupt samplers which support the new Interruptible interface (e.g. HTTP and SOAP, FTP).
This allows immediate completion of pending responses.
Non-GUI mode tests can also now be sent a "Shutdown" or "Stop" message.
<a href="./usermanual/component_reference.html#Test_Action">Test Action</a> now supports a "Stop Now" action,
as do the <a href="./usermanual/component_reference.html#Thread_Group">Thread Group</a> and <a href="./usermanual/component_reference.html#Result_Status_Action_Handler">Result Status Action Handler</a> Post Processor elements.
</p>
<p>
HTTP Cookie handling is improved, and HTTP POST can now use variable file names correctly.
HTTP, SOAP/XML-RPC and WebService(SOAP) sampler character encodings updated to be more consistent.
HTTP Samplers now support connection and response timeouts (requires JVM 1.5 for the HTTP Java sampler).
Together with the closedown improvements described above, this should avoid most cases where a test run hangs.
Multiple Header Manager elements are now supported for a single HTTP sampler.
The Proxy Server is improved, and no longer stores "Host" headers by default.
</p>
<p>
JDBC Request can optionally save the results of Select statements to variables.
JDBC Request now handles quoted strings and UTF-8, and can handle arbitrary variable types.
</p>
<p>
There are several new <a href="usermanual/functions.html">functions</a>:
__char() function: allows arbitrary Unicode characters to be entered in fields.
__unescape() function: allows Java-escaped strings to be used.
_unescapeHtml() function: decodes Html-encoded text.
__escapeHtml() function: encodes text using Html-encoding.
A reference to a missing function - e.g. ${__missing(a)} - is now treated the same as a missing variable.
Previously the function name - and leading { - were dropped. This makes it easier to debug test plans.
</p>
<p>
Some Assertions can now be applied to sub-samples as well as (or instead of) just the parent sample.
There is a new <a href="./usermanual/component_reference.html#Random_Variable">Random Variable</a> Configuration element.
</p>
<p>
JMS samplers are much improved (see details below). The <a href="./usermanual/component_reference.html#TCP_Sampler">TCP Sampler</a> now supports some additional clients and is a bit more flexible.
</p>
<p>
Client-server mode has been improved, and the server can optionally use a fixed RMI port, which should help with setting up firewalls.
</p>
<p>
Various I18N changes have been made; language change works better (though not perfect yet).
There are improved French translations as well as new Polish and Brazilian Portugese translations.
</p>
<p>
The BeanShell jar is now included with the binary archive; there is no need to download it separately.
</p>
<h2>Known bugs</h2>
<p>
The Include Controller has some problems in non-GUI mode.
In particular, it can cause a <span class="code">NullPointerException</span> if there are two include controllers with the same name.
</p>
<p>Once Only controller behaves correctly under a Thread Group or Loop Controller,
but otherwise its behaviour is not consistent (or clearly specified).</p>
<p>
The menu item <span class="menuchoice"><span class="guimenuitem">Options</span>&nbsp;&rarr;&nbsp;<span class="guimenuitem">Choose Language</span></span>
does not change all the displayed text to the new language.
[The behaviour has improved, but language change is still not fully working]
To override the default local language fully, set the JMeter property "<span class="code">language</span>" before starting JMeter.
</p>
<h2>Incompatible changes</h2>
<p>
When loading sample results from a file, previous results are no longer cleared.
This allows one to merge multiple files.
If the previous behaviour is required,
use the menu item <span class="menuchoice"><span class="guimenuitem">Run</span>&nbsp;&rarr;&nbsp;<span class="guimenuitem">Clear</span>
(<span class="keycombo"><span class="keysym">Ctrl</span>&nbsp;+&nbsp;<span class="keysym">Shift</span>&nbsp;+&nbsp;<span class="keysym">E</span></span>)
</span> or <span class="menuchoice"><span class="guimenuitem">Run</span>&nbsp;&rarr;&nbsp;<span class="guimenuitem">Clear All</span>
(<span class="keycombo"><span class="keysym">Ctrl</span>&nbsp;+&nbsp;<span class="keysym">E</span></span>)
</span> before loading the file.
</p>
<p>
The test elements "Save Results to a file" and "Generate Summary Results" are now shown as Listeners.
They were previously shown as Post-Processors, even though they are implemented as Listeners.
</p>
<p>
The Cookie Manager no longer saves incoming cookies as variables by default.
To save cookies as variables, define the property "<span class="code">CookieManager.save.cookies=true</span>".
Also, cookies names are prefixed with "<span class="code">COOKIE_</span>" before they are stored (this avoids accidental corruption of local variables)
To revert to the original behaviour, define the property "<span class="code">CookieManager.name.prefix= </span>" (one or more spaces).
</p>
<p>
The Counter element is now shown as a Configuration element.
It was previously shown as a Pre-Processor, even though it is implemented as a Config item.
</p>
<p>
The above changes only affect the icons that are displayed and the locations in the GUI pop-up menus.
They do not affect test plans or test behaviour.
</p>
<p>
The PreProcessors are now invoked directly by the JMeterThread class,
rather than by the TestCompiler#configureSampler() method. (JMeterThread handles the PostProcessors).
This does not affect test plans or behaviour, but could perhaps affect 3rd party add-ons (very unlikely).
</p>
<p>
Moved the Scoping Rules sub-section from Section 3. "Building a Test Plan" to Section 4. "Elements of a test plan"
</p>
<p>
The While controller now trims leading and trailing spaces from the condition value before it is compared
with <span class="code">LAST</span>, blank or false.
</p>
<p>
The "threadName" variable in the _jexl() and __javaScript() functions was previously misspelt as "theadName".
</p>
<p>
The following deprecated methods were removed from JOrphanUtils: booleanToString(boolean) and valueOf(boolean).
Java 1.4+ has these methods in the Boolean class.
</p>
<p>
The TestElement interface has some new methods:
<ul>
<li>void setProperty(String key, String value, String dflt)</li>
<li>void setProperty(String key, boolean value, boolean dflt)</li>
<li>void setProperty(String key, int value)</li>
<li>void setProperty(String key, int value, int dflt)</li>
<li>int getPropertyAsInt(String key, int defaultValue)</li>
</ul>
These are implemented in the AbstractTestElement class which all elements should extend so this is unlikely to cause a problem.
</p>
<h2>Bug fixes</h2>
<h3>HTTP Samplers and Proxy</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=46332">
Bug
46332</a> - HTTP Cookie Manager ignores manually defined cookies (bug introduced in r707810)</li>
<li>Cookie Manager was not passing cookie policy to runtime threads so they always used compatibility mode</li>
<li>Add version attribute to JMeter Cookie class (needed for proper cookie support)</li>
<li>Cookie Manager now saves/restores cookie versions</li>
<li>Check validity of cookies before storing them.</li>
<li>HTTPSamplers can now use variables in POSTed file names</li>
<li>Fix processing of first file name in HTTP POST so functions/variables work (bug introduced with multiple file support)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=45831">
Bug
45831</a> - WS Sampler reports incorrect throughput if SOAP packet creation fails</li>
<li>HTTP, SOAP/XML-RPC and WebService(SOAP) sampler character encodings updated to be more consistent</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=46148">
Bug
46148</a> - HTTP sampler fails on SSL requests when logging for jmeter.util is set to DEBUG</li>
<li>Fix Java 1.6 https error: java.net.SocketException: Unconnected sockets not implemented</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=46838">
Bug
46838</a> - if there was no data, still need to set latency in HTTPSampler</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=46993">
Bug
46993</a> - Saving from Header Manager generates ClassCastException</li>
<li>
<a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=46690">
Bug
46690</a> - handling of 302 redirects with invalid relative paths.
JMeter now removes extraneous leading "../" segments (as do many browsers)
</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=44521">
Bug
44521</a> - empty variables for a POST in the HTTP Request don't get ignored</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=46977">
Bug
46977</a> - JMeter does not handle HTTP headers not delimited by whitespace</li>
<li>Fix bug in HTTP file: handling - read bytes, not characters in the default encoding.</li>
<li>Remove Host from headers saved by the Proxy server, as that will normally be generated by the HTTP stack</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=45199">
Bug
45199</a> - don't try to replace blank variables in Proxy recording</li>
<li>Change HTTPS spoofing so https: links are replaced even when URL match fails</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=46436">
Bug
46436</a> - Improve error reporting in Proxy Gui</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=46435">
Bug
46435</a> - More verbose error msg for error 501 (Proxy Server)</li>
</ul>
<h3>Other Samplers</h3>
<ul>
<li>The "prev" and "sampler" objects are now defined for BSF test elements</li>
<li>Fix NPE (in DataSourceElement) when using JDBC in client-server mode</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=45425">
Bug
45425</a> - JDBC Request does not support Unicode (changed sampler to use UTF-8)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=46522">
Bug
46522</a> - Incorrect "Response data" in JDBC sample when column names are missing</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=46821">
Bug
46821</a> - JDBC select request doesn't store the first column in the variables</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=43791">
Bug
43791</a> - ensure QueueReceiver is closed in JMS Point to Point sampler</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=46016">
Bug
46016</a> - avoid possible NPE in JMSSampler</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=46142">
Bug
46142</a> - JMS Receiver now uses MessageID</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=45458">
Bug
45458</a> - Point to Point JMS in combination with authentication</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=45460">
Bug
45460</a> - JMS TestPlan elements depend on resource property</li>
<li>Various ReceiveSubscriber thread-safety fixes</li>
<li>JMSPublisher and Subscriber fixes: thread-safety, support dynamic locale changes, locale independence for JMX attribute values</li>
<li>FTP Sampler now logs out before disconnecting.</li>
<li>TCP sampler now calls setupTest() and teardownTest() methods</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=45887">
Bug
45887</a> - TCPSampler: timeout property incorrectly set</li>
</ul>
<h3>Controllers</h3>
<ul>
<li>Fix NPE when using nested Transaction Controllers with parent samples</li>
<li>Fix processing of Transaction Controller parent mode so current sampler is set to actual sampler</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=44941">
Bug
44941</a> - Throughput controllers should not share global counters</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=47120">
Bug
47120</a> - Throughput Controller: change percent executions to total executions, the value is stored in a String and interpreted as 1 execution</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=47150">
Bug
47150</a> - ThreadGroup with a loop count of zero causes infinite loop</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=47009">
Bug
47009</a> - Insert parent caused child controller name to be reset</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=47165">
Bug
47165</a> - Using duplicate Module Controller names in command line mode causes NPE</li>
</ul>
<h3>Listeners</h3>
<ul>
<li>Mailer Visualizer documentation now agrees with code i.e. failure/success counts need to be exceeded to trigger the mail.</li>
<li>Mailer Visualizer now shows the failure count</li>
<li>Mailer Visualiser - fix parsing of multiple e-mail address when using Test button</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=45976">
Bug
45976</a> - incomplete result file when using remote testing with more than 1 server</li>
<li>Fix Summariser so it works in client server mode</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=34096">
Bug
34096</a> - Duplicate samples not eliminated when writing to CSV files</li>
<li>Save "Include group Name in Label" setting in Aggregate and Summary reports</li>
<li>The JMeter variable "sample_variables" is sent to all server instances to ensure the data is available to the client.</li>
<li>CSVSaveService - check for EOF while reading quoted string</li>
</ul>
<h3>Assertions</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=45749">
Bug
45749</a> - Response Assertion does not work with a substring that happens to be an invalid RE</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=45904">
Bug
45904</a> - Allow 'Not' Response Assertion to succeed with null sample</li>
</ul>
<h3>Functions</h3>
<ul>
<li>Fix regex function - was failing to process $m$mid$n$ correctly</li>
<li>Protect against possible NPE in RegexFunction if called during test shutdown.</li>
<li>Avoid NPE if XPath function does not match any nodes</li>
<li>Correct the variable name "theadName" to "threadName" in the __jexl() and __javaScript() functions</li>
<li>A reference to a missing function - e.g. ${__missing(a)} - is now treated the same as a missing variable. Previously the function name - and leading { - were dropped.</li>
</ul>
<h3>I18N</h3>
<ul>
<li>Fixed language change handling for menus (does not yet work for TestBeans)</li>
<li>Add HeaderAsPropertyRenderer to support header resource names; use this to fix locale changes in various GUI elements</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=46424">
Bug
46424</a> - corrections to French translation</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=46844">
Bug
46844</a> - "Library" label in test plan are not I18N</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=47064">
Bug
47064</a> - fixes for Mac LAF</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=47127">
Bug
47127</a> - Unable to change language to pl_PL</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=47137">
Bug
47137</a> - Labels in View Results Tree aren't I18N</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=46423">
Bug
46423</a> - I18N of Proxy Recorder</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=45928">
Bug
45928</a> - AJP/1.3 Sampler doesn't retrieve its label from messages.properties</li>
</ul>
<h3>General</h3>
<ul>
<li>Prompt to overwrite an existing file when first saving a new test plan</li>
<li>Amend TestBeans to show the correct popup menu for Listeners</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=45185">
Bug
45185</a> - CSV dataset blank delimiter causes OOM</li>
<li>Fix incorrect GUI classifications:
"Save Results to a file" and "Generate Summary Results" are now shown as Listeners.
"Counter" is now shown as a Configuration element.
</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=41608">
Bug
41608</a> - misleading warning log message removed</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=46359">
Bug
46359</a> - BSF JavaScript Preprocessor cannot access sampler variable on first iteration (Implement temporary work-round for BSF-22)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=46407">
Bug
46407</a> - BSF elements do not load script files, attempt to interpret filename as script</li>
<li>Better handling of Exceptions during test shutdown</li>
<li>Fix potential thread safety issue in JMeterThread class</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=46491">
Bug
46491</a> - Incorrect value for the last variable in "CSV Data Set Config" (error in processing quoted strings)</li>
</ul>
<h2>Improvements</h2>
<h3>HTTP Samplers</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=45479">
Bug
45479</a> - Support for multiple HTTP Header Manager nodes</li>
<li>HTTP Samplers now support connection and request timeouts (requires Java 1.5 for Java Http sampler)</li>
<li>Apache SOAP 2.3.1 does not give access to HTTP response code/message, so WebService sampler now treats an empty response as an error</li>
<li>Mirror server now supports "X-Sleep" header - if this is set, the responding thread will wait for the specified number of milliseconds</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=45694">
Bug
45694</a> - Support GZIP compressed logs in Access Log Sampler</li>
</ul>
<h3>Other samplers</h3>
<ul>
<li>JDBC Request can optionally save the results of Select statements to variables.</li>
<li>JDBC Request now handles quoted strings.</li>
<li>JDBC Request now handles arbitrary variable types.</li>
<li>LDAP result data now formatted with line breaks</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=45200">
Bug
45200</a> - MailReaderSampler: store the whole MIME message in the SamplerResult</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=45571">
Bug
45571</a> - JMS Sampler correlation enhancement</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=46030">
Bug
46030</a> - Extend TCP Sampler to Support Length-Prefixed Binary Data</li>
<li>Add classname field to TCP Sampler GUIs</li>
</ul>
<h3>Controllers</h3>
<ul>
<li>Allow If Controller to use variable expressions (not just Javascript)</li>
<li>Trim spaces from While Controller condition before comparing against LAST, blank or false</li>
</ul>
<h3>Listeners</h3>
<ul>
<li>Save Responses to a file can save the generated filename(s) to variables.</li>
<li>Add option to skip suffix generation in Save Responses to a File</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=43119">
Bug
43119</a> - Save Responses to file: optionally omit the file number</li>
<li>Add BSF Listener element</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=47176">
Bug
47176</a> - Monitor Results : improve load status graphic</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=40045">
Bug
40045</a> - Allow Results monitor to select a specific connector</li>
<li>Read XML JTL files more efficiently - pass samples to visualizers as they are read, rather than saving them all and then processing them</li>
</ul>
<h3>Assertions, Config, Pre- &amp; Post-Processors</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=45903">
Bug
45903</a> - allow Assertions to apply to sub-samples</li>
<li>Add Body (unescaped) source option to Regular Expression Extractor.</li>
<li>Random Variable - new configuration element to create random numeric variables</li>
</ul>
<h3>Functions</h3>
<ul>
<li>Add OUT and log variables to __jexl() function</li>
<li>Use Script to evaluate __jexl() function so can have multiple statements.</li>
<li>Add log variable to the __javaScript() function</li>
<li>Added __char() function: allows arbitrary Unicode characters to be entered in fields.</li>
<li>Added __unescape() function: allows Java-escaped strings to be used.</li>
<li>Added __unescapeHtml() function: decodes Html-encoded text.</li>
<li>Added __escapeHtml() function: encodes text using Html-encoding.</li>
</ul>
<h3>I18N</h3>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=45929">
Bug
45929</a> - improved French translations</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=47132">
Bug
47132</a> - Brazilian Portuguese translations</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=46900">
Bug
46900</a> - Polish translations</li>
<li>Added locales.add property to allow for new Locales</li>
</ul>
<h3>General</h3>
<ul>
<li>Allow spaces in JMeter path names (apply work-round for <a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4496398">Java Bug 4496398</a>)</li>
<li>Process JVM_ARGS last in script files so users can override default settings</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=46636">
Bug
46636</a> - Allow server mode to optionally use a fixed rmi port</li>
<li>Make some samplers interruptible: HTTP (both), SoapSampler, FTPSampler</li>
<li>Test Action now supports "Stop Now" action, as do the Thread Group and Result Status Post Processor elements</li>
<li>The Menu items Stop and Shutdown now behave better. Shutdown will now wait until all threads exit.
In GUI mode it can be cancelled and Stop run instead.
Stop now reports if some threads will not exit, and exits if running in non-GUI mode</li>
<li>Add UDP server to wait for shutdown message if running in non-GUI mode; add UDP client to send the message.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=41209">
Bug
41209</a> - JLabeled* and ToolTips</li>
<li>Include BeanShell 2.0b4 jar in binary download.</li>
</ul>
<h2>Non-functional changes</h2>
<ul>
<li>Introduce AbstractListenerGui class to make it easier to create Listeners with no visual output</li>
<li>Assertions are run after PostProcessors; change order of pop-up menus accordingly</li>
<li>Remove unnecessary clone() methods from function classes</li>
<li>Moved PreProcessor invocation to JMeterThread class</li>
<li>Made HashTree Map field final</li>
<li>Improve performance of calling ResultCollector#isSampleWanted() for multiple samples</li>
<li>Updated to new versions of: xmlgraphics-commons (1.3.1), jdom (1.1), xstream (1.3.1), velocity (1.6.2)</li>
</ul>
<h2>Version 2.3.2</h2>
<h3>Summary of main changes</h3>
<h4>Bug fixes</h4>
<p>
Version 2.3.1 changed the way binary and text content types were determined as far as the View Results Tree Listener was concerned:
originally everything except "image/" content types were considered text, but 2.3.1 introduced a check
for specific content types. This has caused problems,
as several popular types were omitted and these were no longer shown by default in the Response tab.
Rather than try to list all the possible text types, JMeter now just checks for the following binary types:
<ul>
<li>image/*</li>
<li>audio/*</li>
<li>video/*</li>
</ul>
All other types are now assumed to be text.
</p>
<p>
JMeter 2.3.1 introduced a bug in the Cookie Manager
- if "Clear Cookie each iteration" was selected, all threads would see the same cookies.
This bug has been corrected.
</p>
<h4>Improvements</h4>
<p>
The Proxy server can now record binary requests.
By default the content types
application/x-amf and application/x-java-serialized-object
will be treated as binary and saved in a file.
To change the content types, update the property <b>proxy.binary.types</b>.
</p>
<p>
The CSV Dataset configuration element has new file sharing options: per thread group, per thread, per identifier.
This allows for more flexible file processing, e.g. each thread can process the same data in the same order.
</p>
<p>Switch Controller now works properly with functions and variables,
and the condition can now be a name instead of a number.
Simple Controller now works properly under a While Controller</p>
<p>CSV fields in JTL files can now contain delimiters.
CSV and XML files can now contain additional variables (define the JMeter property <b>sample_variables</b>).</p>
<p>Response Assertion can now match on substrings (i.e. not regular expression).
Regex extractor can operate on variables.</p>
<p>
XPath processing is improved; Tidy errors are handled better.
</p>
<p>Save Table Data buttons added to Summary and Aggregate reports to allow easy saving of the calculated data.</p>
<p>
HTTP samplers can now save just the MD5 hash of responses, rather than the entire response.
As a special case, if the HTTP Sampler path starts with "http://" or "https://" then this is used as the full URL,
overriding the host and port fields.
The HTTP Samplers can now POST multiple files.
Webservice(SOAP) Sampler can now load local WSDL files using the "file:" protocol.
</p>
<p>
A simple HTTP Cache Manager has been added. This needs further development.
</p>
<p>
View Results Tree Listener now uses Tidy to display XML.
This should allow more content to be displayed succesfully.
It also avoids the need to download remote DTD files, which can slow the rendering considerably.
</p>
<p>
MailReader sampler now supports POP3S and IMAPS protocols. Individual mails are now added as sub-samples.
</p>
<p>
Various improvements to the BSF Sampler: now supports Jexl, and Javascript bug works properly.
Added BSF PreProcessor, PostProcessor and Assertion test elements.
All now have access to "props" JMeter Properties object.
</p>
<p>Number of classes loaded in non-GUI mode is much reduced.</p>
<h3>Known bugs</h3>
<p>
The Include Controller has some problems in non-GUI mode.
In particular, it can cause a NullPointerException if there are two include controllers with the same name.
</p>
<p>Once Only controller behaves OK under a Thread Group or Loop Controller,
but otherwise its behaviour is not consistent (or clearly specified).</p>
<p>
The menu item Options / Choose Language does not change all the displayed text to the new language.
To override the default local language, set the JMeter property "language" before starting JMeter.
</p>
<h3>Incompatible changes</h3>
<ul>
<li>
To reduce the number of classes loaded in non-GUI mode,
Functions will only be found if their classname contains the string
'.functions.' and does not contain the string '.gui.'.
All existing JMeter functions conform to this restriction.
To revert to earlier behaviour, comment or change the properties classfinder.functions.* in jmeter.properties.
</li>
<li>The reference value parameter for intSum() is now optional.
As a consequence, if a variable name is used, it must not be a valid integer.</li>
<li>The supplied TCPClient implementation no longer treats tcp.eolByte=0 as special.
To skip EOL checking, set tcp.eolByte=1000 (or some other value which is not a valid byte)
</li>
<li>
Leading and trailing spaces are trimmed from variable names in function calls.
For example, ${__Random(1,63,&nbsp;LOTTERY&nbsp;)} will use the variable 'LOTTERY' rather than '&nbsp;LOTTERY&nbsp;'.
</li>
<li>
Synchronization has been removed from the RunningSample class (it was not fully threadsafe anyway).
Developers of 3rd party add-ons that use the class may need to synchronize access.
</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Check that the CSV delimiter is reasonable.</li>
<li>Fix Switch Controller to work properly with functions and variables</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=44011">
Bug
44011</a> - application/soap+xml not treated as a text type</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=43427">
Bug
43427</a> - Simple Controller is only partly executed in While loop</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=33954">
Bug
33954</a> - Stack Overflow in If/While controllers (may have been fixed previously)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=44022">
Bug
44022</a> - Memory Leak when closing test plan</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=44042">
Bug
44042</a> - Regression in Cookie Manager (Bug introduced in 2.3.1)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=41028">
Bug
41028</a> - JMeter server doesn't alert the user when the host is defined as a loopback address</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=44142">
Bug
44142</a> - Function __machineName causes NPE if parameters are omitted.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=44144">
Bug
44144</a> - JMS point-to-point: request response test does not work</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=44314">
Bug
44314</a> - Not possible to add more than one SyncTimer</li>
<li>Capture Tidy console error output and log it</li>
<li>Fix problems using Tidy(tolerant parser) in XPath Assertion and XPath Extractor</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=44374">
Bug
44374</a> - improve timer calculation</li>
<li>Regular Expression Extractor now deletes all stale variables from previous matches.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=44707">
Bug
44707</a> - Running remote test changes internal test plan</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=44625">
Bug
44625</a> - Cannot have two or more FTP samplers with different "put" and "get" actions</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=40850">
Bug
40850</a> - BeanShell memory leak</li>
<li>Ensure ResponseCode and ResponseMessage are set for successful JDBC samples</li>
<li>FTPSampler now detects and reports failure to open the remote file</li>
<li>Class directories defined in search_paths and user.classpath no longer need trailing "/"</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=44852">
Bug
44852</a> SOAP/ XML-RPC Request does not show Request details in View Results Tree</li>
<li>WebService(SOAP) Sampler ResponseData now includes the EOLs sent by server</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=44910">
Bug
44910</a> - close previous socket (if any) in TCP Sampler</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=44912">
Bug
44912</a> - Filter not working in Log Parser</li>
<li>The BeanShell and BSF component documentation made some incorrect references to the "SampleResponse" object;
this has been corrected to "SampleResult"</li>
<li>BSF Sampler now works properly with Javascript</li>
<li>Test Action "Stop Test" now works</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=42833">
Bug
42833</a> - Argument class uses LinkedHashMap in getArgumentsAsMap() to preserve ordering</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=45093">
Bug
45093</a> - SizeAssertion did not call getBytes()</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=45007">
Bug
45007</a> - Rewrite Location headers when using Proxy HTTPS spoofing</li>
<li>Use CRLF rather than LF in Proxy when returning headers to the client</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=45007">
Bug
45007</a> - fix content length header if content may have been changed</li>
</ul>
<h3>Improvements</h3>
<ul>
<li>CSV files can now handle fields with embedded delimiters.</li>
<li>longSum() function added</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=43382">
Bug
43382</a> - configure Tidy output (warnings, errors) for XPath Assertion and Post-Processor</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=43984">
Bug
43984</a> - trim spaces from port field</li>
<li>Add optional comment to __log() function</li>
<li>Make Random function variable name optional</li>
<li>Reduce class loading in non-GUI mode by only looking for Functions in class names
that contain '.functions.' and don't contain '.gui.'</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=43379">
Bug
43379</a> - Switch Controller now supports selection by name as well as number</li>
<li>Can specify list of variable names to be written to JTL files (CSV and XML format)</li>
<li>Now checks that the remoteStart options -r and -R are only used with non_GUI -n option</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=44184">
Bug
44184</a> - Allow header to be saved with Aggregate Graph data</li>
<li>Added "Save Table Data" buttons to Aggregate and Summary Reports - save table as CSV format with header</li>
<li>Allow most functions to be used on the Test Plan.
Note __evalVar(), __split() and __regex() cannot be used on the Test Plan.</li>
<li>Allow Global properties to be loaded from a file, e.g. -Gglobal.properties</li>
<li>Add "Substring" option to Response Assertion</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=44378">
Bug
44378</a> - Turkish localisation</li>
<li>Add optional output variable name to Jexl function</li>
<li>Add application/vnd.wap.xhtml+xml as a text type</li>
<li>Add means to override maximum display size in View Results Tree - set the property: view.results.tree.max_size</li>
<li>Use Tidy to display XML in View Results Tree Listener (avoids fetching DTDs)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=44487">
Bug
44487</a> - German translation</li>
<li>
As a special case, if the HTTP Sampler path starts with "http://" or "https://" then this is used as the full URL.
</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=44575">
Bug
44575</a> - Result Saver can now save only successful results</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=44650">
Bug
44650</a> - CSV Dataset now handles quoted column values</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=44600">
Bug
44600</a> - 1-ms resolution timer when running with Java 1.5+</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=44632">
Bug
44632</a> - Text input enhancement to FTP Sampler</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=42204">
Bug
42204</a> - add thread group name to Aggregate and Summary reports</li>
<li>FTP Sampler sets latency = time to login</li>
<li>FTP Sampler sets a URL if it can</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=41921">
Bug
41921</a> - add option for samplers to store MD5 of response; done for HTTP Samplers.</li>
<li>Regex Function can now also be applied to a variable rather than just the previous sample result.</li>
<li>Remove HTML Parameter Mask,HTTP User Parameter Modifier from menus as they are deprecated</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=44807">
Bug
44807</a> - allow session ids to be terminated by backslash</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=44784">
Bug
44784</a> - allow for broken server returning additional charset</li>
<li>Added TESTSTART.MS property / variable = test start time in milliseconds</li>
<li>Add POP3S and IMAPS protocols to Mail Reader Sampler.</li>
<li>Mail Reader Sampler now creates a sub-sample for each mail.</li>
<li>The supplied TCPClient implementation no longer treats tcp.eolByte=0 as special.
To skip EOL checking, set tcp.eolByte=1000 (or some other value which is not a valid byte)
</li>
<li>JUnit sampler GUI now also finds Test classes defined in user.classpath</li>
<li>
Leading and trailing spaces are trimmed from variable names in function calls.
For example, ${__Random(1,63,&nbsp;LOTTERY&nbsp;)} will use the variable 'LOTTERY' rather than '&nbsp;LOTTERY&nbsp;'
</li>
<li>Webservice(SOAP) Sampler can now load local WSDL files using the file: protocol</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=44872">
Bug
44872</a> - Add "All Files" filter to Open File dialogs</li>
<li>Mirror server can now be run independently (mirror-server.cmd and mirror-server.sh)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=19128">
Bug
19128</a> - Added multiple file POST support to HTTP Samplers</li>
<li>Allow use of special name LAST to mean the last test run; applies to -t, -l, -j flags</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=44418">
Bug
44418</a>/42178 - CSV Dataset file handling improvements</li>
<li>Give BeanShell, Javascript and Jexl functions access to JMeter properties via the "props" object</li>
<li>Give BSF Sampler access to JMeter Properties via "props" object</li>
<li>Add Jexl as a supported BSF Sampler language</li>
<li>Give Beanshell test elements access to JMeter Properties via "props" object</li>
<li>Added BSF PreProcessor, PostProcessor and Assertion test elements</li>
<li>All BSF elements now have access to System.out via the variable "OUT"</li>
<li>Summariser updated to handle variable names</li>
<li>Synchronisation added to Summary and Aggregate Report to try to prevent occasional lost samples</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=44808">
Bug
44808</a>,<a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=39641">
Bug
39641</a> - Proxy support for binary requests</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=28502">
Bug
28502</a> - HTTP Resource Cache</li>
</ul>
<h3>Non-functional changes</h3>
<ul>
<li>Better handling of MirrorServer startup problems and improved unit test.</li>
<li>Build process now detects missing 3rd party libraries and reports need for both binary and source archives</li>
<li>Skip BeanShell tests if jar is not present</li>
<li>Update to Xerces 2.9.1, Xalan 2.7.1, Commons IO 1.4, Commons Lang 2.4, Commons-Logging 1.1.1, XStream 1.3, XPP3 1.1.4c</li>
<li>Use properties for log/logn function descriptions</li>
<li>Check that all jmx files in the demos directory can be loaded OK</li>
<li>Update copyright to 2008; use copy tag instead of numeric character in HTML output</li>
<li>Methods called from constructors must not be overridable: make GUI init methods private</li>
<li>Make static variables final if possible</li>
<li>Split changes into current and previous</li>
</ul>
<h3>Version 2.3.1</h3>
<h4>Summary of changes</h4>
<h5>JMeter Proxy</h5>
<p>
The Proxy spoof function was broken in 2.3; it has been fixed.
Spoof now supports an optional parameter to limit spoofing to particular URLs.
This is useful for HTTPS pages that have insecure content - e.g. images/stylesheets may be accessed using HTTP.
Spoofed responses now drop the default port (443) from https links to make them work better.
</p>
<p>
Ignored proxy samples are now visible in Listeners - the label is enclosed in [ and ] as an indication.
Proxy documentation has been improved.
</p>
<h5>GUI changes</h5>
<p>The Add menus show element types in the order in which they are processed
- see <a href="usermanual/test_plan.html#executionorder">Test Plan Execution Order</a>.
It is no longer possible to add test elements to inappropriate parts of the tree
- e.g. samplers cannot be added directly under a test plan.
This also applies to Paste and drag and drop.
</p>
<p>
The File menu now supports a "Revert" option, which reloads the current file.
Also the last few file names used are remembered for easy reloading.
</p>
<p>
The Options Menu now supports Collapse All and Expand All items to collapse and expand the test tree.
</p>
<h5>Remote testing</h5>
<p>
The JMeter server now starts the RMI server directly (by default).
This simplifies testing, and means that the RMI server will be stopped when the server stops.
</p>
<p>
Functions can now be used in Listener filenames (variables do not work).
</p>
<p>
Command-line option -G can now be used to define properties for remote servers.
Option -X can be used to stop a remote server after a non-GUI run.
Server can be set to automatically exit after a single test (set property server.exitaftertest=true).
</p>
<h5>Other enhancements</h5>
<p>
JMeter startup no longer loads as many classes; this should reduce memory requirements.
</p>
<p>
Parameter and file support added to all BeanShell elements.
Javascript function now supports access to JMeter objects;
Jexl function always did have access, but the documentation has now been included.
New functions __eval() and __evalVar() for evaluating variables.
</p>
<p>
CSV files with the correct header column names are now automatically recognised when loaded.
There is no need to configure the properties.
</p>
<p>
The hostname can now be saved in CSV and XML output files.
New "Successes only" option added when saving result files.
Errors / Successes only option is now supported when loading XML and CSV files.
</p>
<p>
General documentation improvements.
</p>
<h5>HTTP</h5>
<p>PUT and DELETE should now work properly.
Cookie Manager no longer clears manually entered cookies.
</p>
<p>Now handles the META tag http-equiv charset</p>
<h5>JDBC</h5>
<p>JDBC Sampler now allows INOUT and OUT parameters for Called procedures.
JDBC Sampler now allows per-thread connections - set Max Connections = 0 in JDBC Config.
</p>
<hr>
<h4>Incompatible changes</h4>
<ul>
<li>JMeter server now creates the RMI registry by default.
If the RMI registry has already been started externally, this will generate a warning message, but the server will continue.
This should not affect JMeter testing.
However, if you are also using the RMI registry for other applications there may be problems.
For example, when the JMeter server shuts down it will stop the RMI registry.
Also user-written command files may need to be adjusted (the ones supplied with JMeter have been updated).
To revert to the earlier behaviour, define the JMeter property: <b>server.rmi.create=false</b>.
</li>
<li>The Proxy server removes If-Modified-Since and If-None-Match headers from generated Header Managers.
To revert to the previous behaviour, define the property proxy.headers.remove with no value</li>
</ul>
<h4>Bug fixes</h4>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=43430">
Bug
43430</a> - Count of active threads is incorrect for remote samples</li>
<li>Throughput Controller was not working for "all thread" counts</li>
<li>If a POST body is built from parameter values only, these are now encoded if the checkbox is set.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=43584">
Bug
43584</a> - Assertion Failure Message contains a comma that is also used as the delimiter for CSV files</li>
<li>HTTP Mirror Server now always returns the exact same content, it used to return incorrect data if UTF-8 encoding was used for HTTP POST body, for example</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=43612">
Bug
43612</a> - HTTP PUT does not honor request parameters</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=43694">
Bug
43694</a> - ForEach Controller (empty collection processing error)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=42012">
Bug
42012</a> - Variable Listener filenames do not get processed in remote tests.
Filenames can now include function references; variable references do not work.</li>
<li>Ensure Listener nodes get own save configuration when copy-pasted</li>
<li>Correct Proxy Server include and exclude matching description - port and query are included, contrary to previously documented.</li>
<li>Aggregate Graph and Aggregate Report Column Header is KB/Sec; fixed the values to be KB rather than bytes</li>
<li>
Fix SamplingStatCalculator so it no longer adds elapsed time to endTime, as this is handled by SampleResult.
This corrects discrepancies between Summary Report and Aggregate Report throughput calculation.
</li>
<li>Default HTTPSampleResult to ISO-8859-1 encoding</li>
<li>Fix default encoding for blank encoding</li>
<li>Fix Https spoofing (port problem) which was broken in 2.3</li>
<li>Fix HTTP (Java) sampler so http.java.sampler.retries means retries, i.e. does not include initial try</li>
<li>Fix SampleResult dataType checking to better detect TEXT documents</li>
</ul>
<h4>Improvements</h4>
<ul>
<li>Add run_gui Ant target, to package and then start the JMeter GUI from Ant</li>
<li>Add File&rarr;Revert to easily drop the current changes and reload the project file currently loaded</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=31366">
Bug
31366</a> - Remember recently opened file(s)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=43351">
Bug
43351</a> - Add support for Parameters and script file to all BeanShell test elements</li>
<li>SaveService no longer needs to instantiate classes</li>
<li>New functions: __eval() and __evalVar()</li>
<li>Menu items now appear in execution order</li>
<li>Test Plan items can now only be dropped/pasted/merged into parts of the tree where they are allowed</li>
<li>Property Display to show the value of System and JMeter properties and allow them to be changed</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=43451">
Bug
43451</a> - Allow Regex Extractor to operate on Response Code/Message</li>
<li>JDBC Sampler now allows INOUT and OUT parameters for Called procedures</li>
<li>JDBC Sampler now allows per-thread connections</li>
<li>Cookie Manager not longer clears cookies defined in the GUI</li>
<li>HTTP Parameters without names are ignored (except for POST requests with no file)</li>
<li>"Save Selection As" added to main menu; now checks only item is selected</li>
<li>Test Plan now has Paste menu item (paste was already supported via ^V)</li>
<li>If the default delimiter does not work when loading a CSV file, guess the delimiter by analysing the header line.</li>
<li>Add optional "loopback" protocol for HttpClient sampler</li>
<li>HTTP Mirror Server now supports blocking waiting for more data to appear, if content-length header is present in request</li>
<li>HTTP Mirror Server GUI now has the Start and Stop buttons in a more visible place</li>
<li>Server mode now creates the RMI registry; to disable set the JMeter property server.rmi.create=false</li>
<li>HTTP Sampler now supports using MIME Type field to specify content-type request header when body is constructed from parameter values</li>
<li>Enable exit after a single server test - define JMeter property server.exitaftertest=true</li>
<li>Added -G option to set properties in remote servers</li>
<li>Added -X option to stop remote servers after non-GUI run</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=43485">
Bug
43485</a> - Ability to specify keep-alive on SOAP/XML-RPC request</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=43678">
Bug
43678</a> - Handle META tag http-equiv charset</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=42555">
Bug
42555</a> - [I18N] Proposed corrections for the french translation</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=43727">
Bug
43727</a> - Test Action does not support variables or functions</li>
<li>The Proxy server removes If-Modified-Since and If-None-Match headers from generated Header Managers by default.
To change the list of removed headers, define the property proxy.headers.remove as a comma-separated list of headers to remove</li>
<li>The javaScript function now has access to JMeter variables and context etc. See <a href="usermanual/functions.html#__javaScript">JavaScript function</a></li>
<li>Use drop-down list for BSF Sampler language field</li>
<li>Add hostname to items that can be saved in CSV and XML output files.</li>
<li>Errors only flag is now supported when loading XML and CSV files</li>
<li>Ensure ResultCollector uses SaveService encoding</li>
<li>Proxy now rejects attempts to use it with https</li>
<li>Proxy spoofing can now use RE matching to determine which urls to spoof (useful if images are not https)</li>
<li>Proxy spoofing now drops the default HTTPS port (443) when converting https: links to http:</li>
<li>Add Successes Only logging and display</li>
<li>The JMeter log file name is formatted as a SimpleDateFormat (applied to the current date) if it contains paired single-quotes, .e.g. 'jmeter_'yyyyMMddHHmmss'.log'</li>
<li>Added Collapse All and Expand All Option menu items</li>
<li>Allow optional definition of extra content-types that are viewable as text</li>
</ul>
<h4>Non-functional Improvements</h4>
<ul>
<li>Functor code tightened up; Functor can now be used with interfaces, as well as pre-defined targets and parameters.</li>
<li>Save graphics function now prompts before overwriting an existing file</li>
<li>Debug Sampler and Debug PostProcessor added.</li>
<li>Fixed up method names in Calculator and SamplingStatCalculator</li>
<li>Tidied up Listener documentation.</li>
</ul>
<h3>Version 2.3</h3>
<h3>Fixes since 2.3RC4</h3>
<h4>Bug fixes</h4>
<ul>
<li>Fix NPE in SampleResultConverter - XStream PrettyPrintWriter cannot handle nulls</li>
<li>If Java HTTP sampler sees null ResponseMessage, replace with HTTP header</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=43332">
Bug
43332</a> - 2.3RC4 does not clear Guis based on TestBean</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=42948">
Bug
42948</a> - Problems with Proxy gui table fields in Java 1.6</li>
<li>Fixup broken jmeter-server script</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=43364">
Bug
43364</a> - option to revert If Controller to pre 2.3RC3 behaviour</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=43449">
Bug
43449</a> - Statistical Remote mode does not handle Latency</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=43450">
Bug
43450</a> (partial fix) - Allow SampleCount and ErrorCount to be saved to/restored from files</li>
</ul>
<h4>Improvements</h4>
<ul>
<li>Add nameSpace option to XPath extractor</li>
<li>Add NULL parameter option to JDBC sampler</li>
<li>Add documentation links for Rhino and BeanShell to functions; clarify variables and properties</li>
<li>Ensure uncaught exceptions are logged</li>
<li>Look for user.properties and system.properties in JMeter bin directory if not found locally</li>
</ul>
<h4>Fixes since 2.3RC3</h4>
<ul>
<li>Fixed NPE in Summariser (bug introduced in 2.3RC3)</li>
<li>Fixed setup of proxy port (bug introduced in 2.3RC3)</li>
<li>Fixed errors when running non-GUI on a headless host (bug introduced in 2.3RC3)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=43054">
Bug
43054</a> - SSLManager causes stress tests to saturate and crash (bug introduced in 2.3RC3)</li>
<li>Clarified HTTP Request Defaults usage of the port field</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=43006">
Bug
43006</a> - NPE if icon.properties file not found</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=42918">
Bug
42918</a> - Size Assertion now treats an empty response as having zero length</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=43007">
Bug
43007</a> - Test ends before all threadgroups started</li>
<li>Fix possible NPE in HTTPSampler2 if 302 does not have Location header.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=42919">
Bug
42919</a> - Failure Message blank in CSV output [now records first non-blank message]</li>
<li>Add link to Extending JMeter PDF</li>
<li>Allow for quoted charset in Content-Type parsing</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=39792">
Bug
39792</a> - ClientJMeter synchronisation needed</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=43122">
Bug
43122</a> - GUI changes not always picked up when short-cut keys used (bug introduced in 2.3RC3)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=42947">
Bug
42947</a> - TestBeanGUI changes not picked up when short-cut keys used</li>
<li>Added serializer.jar (needed for update to xalan 2.7.0)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=38687">
Bug
38687</a> - Module controller does not work in non-GUI mode</li>
</ul>
<h4>Improvements since 2.3RC3</h4>
<ul>
<li>Add stop thread option to CSV Dataset</li>
<li>Updated commons-httpclient to 3.1</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=28715">
Bug
28715</a> - allow variable cookie values (set CookieManager.allow_variable_cookies=false to disable)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=40873">
Bug
40873</a> - add JMS point-to-point non-persistent delivery option</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=43283">
Bug
43283</a> - Save action adds .jmx if not present; checks for existing file on Save As</li>
<li><span class="keycombo"><span class="keysym">Control</span>&nbsp;+&nbsp;<span class="keysym">A</span></span> key does not work for Save All As;
changed to <span class="keycombo"><span class="keysym">Control</span>&nbsp;+&nbsp;<span class="keysym">Shift</span>&nbsp;+&nbsp;<span class="keysym">S</span></span></li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=40991">
Bug
40991</a> - Allow Assertions to check Headers</li>
</ul>
<h3>Version 2.3RC3</h3>
<h4>Known problems/restrictions:</h4>
<p>
The JMeter remote server does not support multiple concurrent tests - each remote test should be run in a separate server.
Otherwise tests may fail with random Exceptions, e.g. ConcurrentModification Exception in StandardJMeterEngine.
See <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=43168">
Bug
43168</a>.
</p>
<p>
The default HTTP Request (not HTTPClient) sampler may not work for HTTPS connections via a proxy.
This appears to be due to a Java bug, see <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=39337">
Bug
39337</a>.
To avoid the problem, try a more recent version of Java, or switch to the HTTPClient version of the HTTP Request sampler.
</p>
<p>Transaction Controller parent mode does not support nested Transaction Controllers.
Doing so may cause a Null Pointer Exception in TestCompiler.
</p>
<p>Thread active counts are always zero in CSV and XML files when running remote tests.
</p>
<p>The property file_format.testlog=2.1 is treated the same as 2.2.
However JMeter does honour the 3 testplan versions.</p>
<p>
<a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=22510">
Bug
22510</a> - JMeter always uses the first entry in the keystore.
</p>
<p>
Remote mode does not work if JMeter is installed in a directory where the path name contains spaces.
</p>
<p>
BeanShell test elements leak memory.
This can be reduced by using a file instead of including the script in the test element.
</p>
<p>
Variables and functions do not work in Listeners in client-server (remote) mode so they cannot be used
to name log files in client-server mode.
</p>
<p>
CSV Dataset variables are defined after configuration processing is completed,
so they cannot be used for other configuration items such as JDBC Config.
(see <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=40394">
Bug
40394</a>)
</p>
<h4>Summary of changes (for more details, see below)</h4>
<p>
Some of the main enhancements are:
</p>
<ul>
<li>Htmlparser 2.0 now used for parsing</li>
<li>HTTP Authorization now supports domain and realm</li>
<li>HttpClient options can be specified via httpclient.parameters file</li>
<li>HttpClient now behaves the same as Java Http for SSL certificates</li>
<li>HTTP Mirror Server to allow local testing of HTTP samplers</li>
<li>HTTP Proxy supports XML-RPC recording, and other proxy improvements</li>
<li>__V() function allows support of nested variable references</li>
<li>LDAP Ext sampler optionally parses result sets and supports secure mode</li>
<li>FTP Sampler supports Ascii/Binary mode and upload</li>
<li>Transaction Controller now optionally generates a Sample with subresults</li>
<li>HTTPS session contexts are now per-thread, rather than shared. This gives better emulation of multiple users</li>
<li>BeanShell elements now support ThreadListener and TestListener interfaces</li>
<li>Coloured icons in Tree View Listener and elsewhere to better differentiate failed samples.</li>
</ul>
<p>
The main bug fixes are:
</p>
<ul>
<li>HTTPS (SSL) handling now much improved</li>
<li>Various Remote mode bugs fixed</li>
<li><span class="keycombo"><span class="keysym">Control</span>&nbsp;+&nbsp;<span class="keysym">C</span></span>
and <span class="keycombo"><span class="keysym">Control</span>&nbsp;+&nbsp;<span class="keysym">V</span></span> now work in the test tree</li>
<li>Latency and Encoding now available in CSV log output</li>
<li>Test elements no longer default to previous contents; test elements no longer cleared when changing language.</li>
</ul>
<h4>Incompatible changes (usage):</h4>
<p>
<b>N.B. The javax.net.ssl properties have been moved from jmeter.properties to system.properties,
and will no longer work if defined in jmeter.properties.</b>
<br>
The new arrangement is more flexible, as it allows arbitrary system properties to be defined.
</p>
<p>
SSL session contexts are now created per-thread, rather than being shared.
This generates a more realistic load for HTTPS tests.
The change is likely to slow down tests with many SSL threads.
The original behaviour can be enabled by setting the JMeter property:
<pre>
https.sessioncontext.shared=true
</pre>
</p>
<p>
The LDAP Extended Sampler now uses the same panel for both Thread Bind and Single-Bind tests.
This means that any tests using the Single-bind test will need to be updated to set the username and password.
</p>
<p>
<a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=41140">
Bug
41140</a>: JMeterThread behaviour was changed so that PostProcessors are run in forward order
(as they appear in the test plan) rather than reverse order as previously.
The original behaviour can be restored by setting the following JMeter property:
<br>
jmeterthread.reversePostProcessors=true
</p>
<p>
The HTTP Authorization Manager now has extra columns for domain and realm,
so the temporary work-round of using '\' and '@' in the username to delimit the domain and realm
has been removed.
</p>
<p>
<span class="keycombo"><span class="keysym">Control</span>&nbsp;+&nbsp;<span class="keysym">Z</span></span> no longer used for Remote Start All - this
now uses <span class="keycombo"><span class="keysym">Control</span>&nbsp;+&nbsp;<span class="keysym">Shift</span>&nbsp;+&nbsp;<span class="keysym">R</span></span>
</p>
<p>
HttpClient now uses pre-emptive authentication.
This can be changed by setting the following:
<pre>
jmeter.properties:
httpclient.parameters.file=httpclient.parameters
httpclient.parameters:
http.authentication.preemptive$Boolean=false
</pre>
</p>
<p>
The port field in HTTP Request Defaults is no longer ignored for https samplers if it is set to 80.
</p>
<h4>Incompatible changes (development):</h4>
<p>
<b>N.B.</b>The clear() method was defined in the following interfaces: Clearable, JMeterGUIComponent and TestElement.
The methods serve different purposes, so two of them were renamed:
the Clearable method is now clearData() and the JMeterGUIComponent method is now clearGui().
3rd party add-ons may need to be rebuilt.
</p>
<p>
Calulator and SamplingStatCalculator classes no longer provide any formatting of their data.
Formatting should now be done using the jorphan.gui Renderer classes.
</p>
<p>
Removed deprecated method JMeterUtils.split() - use JOrphanUtils version instead.
</p>
<p>
Removed method saveUsingJPEGEncoder() from SaveGraphicsService.
It was unused so far, and used the only Sun-specific class in JMeter.
</p>
<h4>New functionality/improvements:</h4>
<ul>
<li>Add Domain and Realm support to HTTP Authorization Manager</li>
<li>HttpClient now behaves the same as the JDK http sampler for invalid certificates etc</li>
<li>Added httpclient.parameters.file to allow HttpClient parameters to be defined</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=33964">
Bug
33964</a> - Http Requests can send a file as the entire post body if name/type are omitted</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=41705">
Bug
41705</a> - add content-encoding option to HTTP samplers for POST requests</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=40933">
Bug
40933</a>,<a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=40945">
Bug
40945</a> - optional RE matching when retrieving embedded resource URLs</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=27780">
Bug
27780</a> - (patch 19936) create multipart/form-data HTTP request without uploading file</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=42098">
Bug
42098</a> - Use specified encoding for parameter values in HTTP GET</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=42506">
Bug
42506</a> - JMeter threads now use independent SSL sessions</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=41707">
Bug
41707</a> - HTTP Proxy XML-RPC support</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=41880">
Bug
41880</a> - Add content-type filtering to HTTP Proxy Server</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=41876">
Bug
41876</a> - Add more options to control what the HTTP Proxy generates</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=42158">
Bug
42158</a> - Improve support for multipart/form-data requests in HTTP Proxy server</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=42173">
Bug
42173</a> - Let HTTP Proxy handle encoding of request, and undecode parameter values</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=42674">
Bug
42674</a> - default to pre-emptive HTTP authorisation if not specified</li>
<li>Support "file" protocol in HTTP Samplers</li>
<li>Http Autoredirects are now enabled by default when creating new samplers</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=40103">
Bug
40103</a> - various LDAP enhancements</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=40369">
Bug
40369</a> - LDAP: Stable search results in sampler</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=40381">
Bug
40381</a> - LDAP: more descriptive strings</li>
<li>BeanShell Post-Processor no longer ignores samples with zero-length result data</li>
<li>Added beanshell.init.file property to run a BeanShell script at startup</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=39864">
Bug
39864</a> - BeanShell init files now found from currrent or bin directory</li>
<li>BeanShell elements now support ThreadListener and TestListener interfaces</li>
<li>BSF Sampler passes additional variables to the script</li>
<li>Added timeout for WebService (SOAP) Sampler</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=40825">
Bug
40825</a> - Add JDBC prepared statement support</li>
<li>Extend JDBC Sampler: Commit, Rollback, AutoCommit</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=41457">
Bug
41457</a> - Add TCP Sampler option to not re-use connections</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=41522">
Bug
41522</a> - Use JUnit sampler name in sample results</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=42223">
Bug
42223</a> - FTP Sampler can now upload files</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=40804">
Bug
40804</a> - Change Counter default to max = Long.MAX_VALUE</li>
<li>Use property jmeter.home (if present) to override user.dir when starting JMeter</li>
<li>New -j option to easily change jmeter log file</li>
<li>HTTP Mirror Server Workbench element</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=41253">
Bug
41253</a> - extend XPathExtractor to work with non-NodeList XPath expressions</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=42088">
Bug
42088</a> - Add XPath Assertion for booleans</li>
<li>Added __V variable function to resolve nested variable names</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=40369">
Bug
40369</a> - Equals Response Assertion</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=41704">
Bug
41704</a> - Allow charset encoding to be specified for CSV DataSet</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=41259">
Bug
41259</a> - Comment field added to all test elements</li>
<li>Add standard deviation to Summary Report</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=41873">
Bug
41873</a> - Add name to AssertionResult and display AssertionResult in ViewResultsFullVisualizer</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=36755">
Bug
36755</a> - Save XML test files with UTF-8 encoding</li>
<li>Use ISO date-time format for Tree View Listener (previously the year was not shown)</li>
<li>Improve loading of CSV files: if possible, use header to determine format; guess timestamp format if not milliseconds</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=41913">
Bug
41913</a> - TransactionController now creates samples as sub-samples of the transaction</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=42582">
Bug
42582</a> - JSON pretty printing in Tree View Listener</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=40099">
Bug
40099</a> - Enable use of object variable in ForEachController</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=39693">
Bug
39693</a> - View Result Table uses icon instead of check box</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=39717">
Bug
39717</a> - use icons in the results tree</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=42247">
Bug
42247</a> - improve HCI</li>
<li>Allow user to cancel out of Close dialogue</li>
</ul>
<h4>Non-functional improvements:</h4>
<ul>
<li>Functor calls can now be unit tested</li>
<li>Replace com.sun.net classes with javax.net</li>
<li>Extract external jar definitions into build.properties file</li>
<li>Use specific jar names in build classpaths so errors are detected sooner</li>
<li>Tidied up ORO calls; now only one cache, size given by oro.patterncache.size, default 1000</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=42326">
Bug
42326</a> - Order of elements in .jmx files changes</li>
</ul>
<h4>External jar updates:</h4>
<ul>
<li>Htmlparser 2.0-20060923</li>
<li>xstream 1.2.1/xpp3_min-1.1.3.4.O</li>
<li>Batik 1.6</li>
<li>BSF 2.4.0</li>
<li>commons-collections 3.2</li>
<li>commons-httpclient-3.1-rc1</li>
<li>commons-jexl 1.1</li>
<li>commons-lang-2.3 (added)</li>
<li>JUnit 3.8.2</li>
<li>velocity 1.5</li>
<li>commons-io 1.3.1 (added)</li>
</ul>
<h4>Bug fixes:</h4>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=39773">
Bug
39773</a> - NTLM now needs local host name - fix other call</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=40438">
Bug
40438</a> - setting "httpclient.localaddress" has no effect</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=40419">
Bug
40419</a> - Chinese messages translation fix</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=39861">
Bug
39861</a> - fix typo</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=40562">
Bug
40562</a> - redirects no longer invoke RE post processors</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=40451">
Bug
40451</a> - set label if not set by sampler</li>
<li>Fix NPE in CounterConfig.java in Remote mode</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=40791">
Bug
40791</a> - Calculator used by Summary Report</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=40772">
Bug
40772</a> - correctly parse missing fields in CSV log files</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=40773">
Bug
40773</a> - XML log file timestamp not parsed correctly</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=41029">
Bug
41029</a> - JMeter -t fails to close input JMX file</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=40954">
Bug
40954</a> - Statistical mode in distributed testing shows wrong results</li>
<li>Fix ClassCast Exception when using sampler that returns null, e..g TestAction</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=41140">
Bug
41140</a> - Post-processors are run in reverse order</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=41277">
Bug
41277</a> - add Latency and Encoding to CSV output</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=41414">
Bug
41414</a> - Mac OS X may add extra item to -jar classpath</li>
<li>Fix NPE when saving thread counts in remote testing</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=34261">
Bug
34261</a> - NPE in HtmlParser (allow for missing attributes)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=40100">
Bug
40100</a> - check FileServer type before calling close</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=39887">
Bug
39887</a> - jmeter.util.SSLManager: Couldn't load keystore error message</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=41543">
Bug
41543</a> - exception when webserver returns "500 Internal Server Error" and content-length is 0</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=41416">
Bug
41416</a> - don't use chunked input for text-box input in SOAP-RPC sampler</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=39827">
Bug
39827</a> - SOAP Sampler content length for files</li>
<li>Fix Class cast exception in Clear.java</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=40383">
Bug
40383</a> - don't set content-type if already set</li>
<li>Mailer Visualiser test button now works if test plan has not yet been saved</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=36959">
Bug
36959</a> - Shortcuts "ctrl c" and "ctrl v" don't work on the tree elements</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=40696">
Bug
40696</a> - retrieve embedded resources from STYLE URL() attributes</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=41568">
Bug
41568</a> - Problem when running tests remotely when using a 'Counter'</li>
<li>Fixed various classes that assumed timestamps were always end time stamps:
<ul>
<li>SamplingStatCalculator</li>
<li>JTLData</li>
<li>RunningSample</li>
</ul>
</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=40325">
Bug
40325</a> - allow specification of proxyuser and proxypassword for WebServiceSampler</li>
<li>Change HttpClient proxy definition to use NTCredentials; added http.proxyDomain property for this</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=40371">
Bug
40371</a> - response assertion "pattern to test" scrollbar problem</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=40589">
Bug
40589</a> - Unescape XML entities in embedded URLs</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=41902">
Bug
41902</a> - NPE in HTTPSampler when responseCode = -1</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=41903">
Bug
41903</a> - ViewResultsFullVisualizer : status column looks bad when you do copy and paste</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=41837">
Bug
41837</a> - Parameter value corruption in proxy</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=41905">
Bug
41905</a> - Can't cut/paste/select Header Manager fields in Java 1.6</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=41928">
Bug
41928</a> - Make all request headers sent by HTTP Request sampler appear in sample result</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=41944">
Bug
41944</a> - Subresults not handled recursively by ResultSaver</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=42022">
Bug
42022</a> - HTTPSampler does not allow multiple headers of same name</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=42019">
Bug
42019</a> - Content type not stored in redirected HTTP request with subresults</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=42057">
Bug
42057</a> - connection can be null if method is null</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=41518">
Bug
41518</a> - JMeter changes the HTTP header Content Type for POST request</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=42156">
Bug
42156</a> - HTTPRequest HTTPClient incorrectly urlencodes parameter value in POST</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=42184">
Bug
42184</a> - Number of bytes for subsamples not added to sample when sub samples are added</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=42185">
Bug
42185</a> - If a HTTP Sampler follows a redirect, and is set up to download images, then images are downloaded multiple times</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=39808">
Bug
39808</a> - Invalid redirect causes incorrect sample time</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=42267">
Bug
42267</a> - Concurrent GUI update failure in Proxy Recording</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=30120">
Bug
30120</a> - Name of simple controller is resetted if a new simple controller is added as child</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=41078">
Bug
41078</a> - merge results in name change of test plan</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=40077">
Bug
40077</a> - Creating new Elements copies values from Existing elements</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=42325">
Bug
42325</a> - Implement the "clear" method for the LogicControllers</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=25441">
Bug
25441</a> - TestPlan changes sometimes detected incorrectly (isDirty)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=39734">
Bug
39734</a> - Listeners shared after copy/paste operation</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=40851">
Bug
40851</a> - Loop controller with 0 iterations, stops evaluating the iterations field</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=24684">
Bug
24684</a> - remote startup problems if spaces in the path of the jmeter</li>
<li>Use Listener configuration when loading CSV data files</li>
<li>Function methods setParameters() need to be synchronized</li>
<li>Fix CLI long optional argument to require "=" (as for short options)</li>
<li>Fix SlowSocket to work properly with Httpclient (both http and https)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=41612">
Bug
41612</a> - Loop nested in If Controller behaves erratically</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=42232">
Bug
42232</a> - changing language clears UDV contents</li>
<li>Jexl function did not allow variables</li>
</ul>
<h3>Version 2.2</h3>
<h4>Incompatible changes:</h4>
<p>
The time stamp is now set to the sampler start time (it was the end).
To revert to the previous behaviour, change the property <b>sampleresult.timestamp.start</b> to false (or comment it)
</p>
<p>The JMX output format has been simplified and files are not backwards compatible</p>
<p>
The JMeter.BAT file no longer changes directory to JMeter home, but runs from the current working directory.
The jmeter-n.bat and jmeter-t.bat files change to the directory containing the input file.
</p>
<p>
Listeners are now started slightly later in order to allow variable names to be used.
This may cause some problems; if so define the following in jmeter.properties:
<br>
jmeterengine.startlistenerslater=false
</p>
<p>
The GUI now expands the tree by default when loading a test plan.
This can be disabled by setting the JMeter property <b>onload.expandtree=false</b>
</p>
<h4>Known problems:</h4>
<ul>
<li>Post-processors run in reverse order (see <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=41140">
Bug
41140</a>)</li>
<li>Module Controller does not work in non-GUI mode</li>
<li>Aggregate Report and some other listeners use increasing amounts of memory as a test progresses</li>
<li>Does not always handle non-default encoding properly</li>
<li>Spaces in the installation path cause problems for client-server mode</li>
<li>Change of Language does not propagate to all test elements</li>
<li>SamplingStatCalculator keeps a List of all samples for calculation purposes;
this can cause memory exhaustion in long-running tests</li>
<li>Does not properly handle server certificates if they are expired or not installed locally</li>
</ul>
<h4>New functionality:</h4>
<ul>
<li>Report function</li>
<li>XPath Extractor Post-Processor. Handles single and multiple matches.</li>
<li>Simpler JMX file format (2.2)</li>
<li>BeanshellSampler code can update ResponseData directly</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=37490">
Bug
37490</a> - Allow UDV as delay in Duration Assertion</li>
<li>Slow connection emulation for HttpClient</li>
<li>Enhanced JUnitSampler so that by default assert errors and exceptions are not appended to the error message.
Users must explicitly check append in the sampler</li>
<li>Enhanced the documentation for webservice sampler to explain how it works with CSVDataSet</li>
<li>Enhanced the documentation for javascript function to explain escaping comma</li>
<li>Allow CSV Data Set file names to be absolute</li>
<li>Report Tree compiler errors better</li>
<li>Don't reset Regex Extractor variable if default is empty</li>
<li>includecontroller.prefix property added</li>
<li>Regular Expression Extractor sets group count</li>
<li>Can now save entire screen as an image, not just the right-hand pane</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=38901">
Bug
38901</a> - Add optional SOAPAction header to SOAP Sampler</li>
<li>New BeanShell test elements: Timer, PreProcessor, PostProcessor, Listener</li>
<li>__split() function now clears next variable, so it can be used with ForEach Controller</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=38682">
Bug
38682</a> - add CallableStatement functionality to JDBC Sampler</li>
<li>Make it easier to change the RMI/Server port</li>
<li>Add property jmeter.save.saveservice.xml_pi to provide optional xml processing instruction in JTL files</li>
<li>Add bytes and URL to items that can be saved in sample log files (XML and CSV)</li>
<li>The Post-Processor "Save Responses to a File" now saves the generated file name with the
sample, and the file name can be included in the sample log file.
</li>
<li>Change jmeter.bat DOS script so it works from any directory</li>
<li>New -N option to define nonProxyHosts from command-line</li>
<li>New -S option to define system properties from input file</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=26136">
Bug
26136</a> - allow configuration of local address</li>
<li>Expand tree by default when loading a test plan - can be disabled by setting property onload.expandtree=false</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=11843">
Bug
11843</a> - URL Rewriter can now cache the session id</li>
<li>Counter Pre-Processor now supports formatted numbers</li>
<li>Add support for HEAD PUT OPTIONS TRACE and DELETE methods</li>
<li>Allow default HTTP implementation to be changed</li>
<li>Optionally save active thread counts (group and all) to result files</li>
<li>Variables/functions can now be used in Listener file names</li>
<li>New __time() function; define START.MS/START.YMD/START.HMS properties and variables</li>
<li>Add Thread Name to Tree and Table Views</li>
<li>Add debug functions: What class, debug on, debug off</li>
<li>Non-caching Calculator - used by Table Visualiser to reduce memory footprint</li>
<li>Summary Report - similar to Aggregate Report, but uses less memory</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=39580">
Bug
39580</a> - recycle option for CSV Dataset</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=37652">
Bug
37652</a> - support for Ajp Tomcat protocol</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=39626">
Bug
39626</a> - Loading SOAP/XML-RPC requests from file</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=39652">
Bug
39652</a> - Allow truncation of labels on AxisGraph</li>
<li>Allow use of htmlparser 1.6</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=39656">
Bug
39656</a> - always use SOAP action if it is provided</li>
<li>Automatically include properties from user.properties file</li>
<li>Add __jexl() function - evaluates Commons JEXL expressions</li>
<li>Optionally load JMeter properties from user.properties and system properties from system.properties.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=39707">
Bug
39707</a> - allow Regex match against URL</li>
<li>Add start time to Table Visualiser</li>
<li>HTTP Samplers can now extract embedded resources for any required media types</li>
</ul>
<h4>Bug fixes:</h4>
<ul>
<li>Fix NPE when no module selected in Module Controller</li>
<li>Fix NPE in XStream when no ResponseData present</li>
<li>Remove ?xml prefix when running with Java 1.5 and no x-jars</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=37117">
Bug
37117</a> - setProperty() function should return ""; added optional return of original setting</li>
<li>Fix CSV output time format</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=37140">
Bug
37140</a> - handle encoding better in RegexFunction</li>
<li>Load all cookies, not just the first; fix class cast exception</li>
<li>Fix default Cookie path name (remove page name)</li>
<li>Fixed resultcode attribute name</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=36898">
Bug
36898</a> - apply encoding to RegexExtractor</li>
<li>Add properties for saving subresults, assertions, latency, samplerData, responseHeaders, requestHeaders &amp; encoding</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=37705">
Bug
37705</a> - Synch Timer now works OK after run is stopped</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=37716">
Bug
37716</a> - Proxy request now handles file Post correctly</li>
<li>HttpClient Sampler now saves latency</li>
<li>Fix NPE when using JavaScript function on Test Plan</li>
<li>Fix Base Href parsing in htmlparser</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=38256">
Bug
38256</a> - handle cookie with no path</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=38391">
Bug
38391</a> - use long when accumulating timer delays</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=38554">
Bug
38554</a> - Random function now uses long numbers</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=35224">
Bug
35224</a> - allow duplicate attributes for LDAP sampler</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=38693">
Bug
38693</a> - Webservice sampler can now use https protocol</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=38646">
Bug
38646</a> - Regex Extractor now clears old variables on match failure</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=38640">
Bug
38640</a> - fix WebService Sampler pooling</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=38474">
Bug
38474</a> - HTML Link Parser doesn't follow frame links</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=36430">
Bug
36430</a> - Counter now uses long rather than int to increase the range</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=38302">
Bug
38302</a> - fix XPath function</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=38748">
Bug
38748</a> - JDBC DataSourceElement fails with remote testing</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=38902">
Bug
38902</a> - sometimes -1 seems to be returned unnecessarily for response code</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=38840">
Bug
38840</a> - make XML Assertion thread-safe</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=38681">
Bug
38681</a> - Include controller now works in non-GUI mode</li>
<li>Add write(OS,IS) implementation to TCPClientImpl</li>
<li>Sample Result converter saves response code as "rc". Previously it saved as "rs" but read with "rc"; it will now also read with "rc".
The XSL stylesheets also now accept either "rc" or "rs"</li>
<li>Fix counter function so each counter instance is independent (previously the per-user counters were shared between instances of the function)</li>
<li>Fix TestBean Examples so that they work</li>
<li>Fix JTidy parser so it does not skip body tags with background images</li>
<li>Fix HtmlParser parser so it catches all background images</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=39252">
Bug
39252</a> set SoapSampler sample result from XML data</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=38694">
Bug
38694</a> - WebServiceSampler not setting data encoding correctly</li>
<li>Result Collector now closes input files read by listeners</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=25505">
Bug
25505</a> - First HTTP sampling fails with "HTTPS hostname wrong: should be 'localhost'"</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=25236">
Bug
25236</a> - remove double scrollbar from Assertion Result Listener</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=38234">
Bug
38234</a> - Graph Listener divide by zero problem</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=38824">
Bug
38824</a> - clarify behaviour of Ignore Status</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=38250">
Bug
38250</a> - jmeter.properties "language" now supports country suffix, for zh_CN and zh_TW etc</li>
<li>jmeter.properties file is now closed after it has been read</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=39533">
Bug
39533</a> - StatCalculator added wrong items</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=39599">
Bug
39599</a> - ConcurrentModificationException</li>
<li>HTTPSampler2 now handles Auto and Follow redirects correctly</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=29481">
Bug
29481</a> - fix reloading sample results so subresults not counted twice</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=30267">
Bug
30267</a> - handle AutoRedirects properly</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=39677">
Bug
39677</a> - allow for space in JMETER_BIN variable</li>
<li>Use Commons HttpClient cookie parsing and management. Fix various problems with cookie handling.</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=39773">
Bug
39773</a> - NTCredentials needs host name</li>
</ul>
<h4>Other changes</h4>
<ul>
<li>Updated to HTTPClient 3.0 (from 2.0)</li>
<li>Updated to Commons Collections 3.1</li>
<li>Improved formatting of Request Data in Tree View</li>
<li>Expanded user documentation</li>
<li>Added MANIFEST, NOTICE and LICENSE to all jars</li>
<li>Extract htmlparser interface into separate jarfile to make it possible to replace the parser</li>
<li>Removed SQL Config GUI as no longer needed (or working!)</li>
<li>HTTPSampler no longer logs a warning for Page not found (404)</li>
<li>StringFromFile now callable as __StringFromFile (as well as _StringFromFile)</li>
<li>Updated to Commons Logging 1.1</li>
</ul>
<hr>
<h3>Version 2.1.1</h3>
<h4>New functionality:</h4>
<ul>
<li>New Include Controller allows a test plan to reference an external jmx file</li>
<li>New JUnitSampler added for using JUnit Test classes</li>
<li>New Aggregate Graph listener is capable of graphing aggregate statistics</li>
<li>Can provide additional classpath entries using the property user.classpath and on the Test Plan element</li>
</ul>
<h4>Bug fixes:</h4>
<ul>
<li>AccessLog Sampler and JDBC test elements populated correctly from 2.0 test plans</li>
<li>BSF Sampler now populates filename and parameters from saved test plan</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=36500">
Bug
36500</a> - handle missing data more gracefully in WebServiceSampler</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=35546">
Bug
35546</a> - add merge to right-click menu</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=36642">
Bug
36642</a> - Summariser stopped working in 2.1</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=36618">
Bug
36618</a> - CSV header line did not match saved data</li>
<li>JMeter should now run under JVM 1.3 (but does not build with 1.3)</li>
</ul>
<h3>Version 2.1</h3>
<h4>New functionality:</h4>
<ul>
<li>New Test Script file format - smaller, more compact, more readable</li>
<li>New Sample Result file format - smaller, more compact</li>
<li>XSchema Assertion</li>
<li>XML Tree display</li>
<li>CSV DataSet Config item</li>
<li>New JDBC Connection Pool Config Element</li>
<li>Synchronisation Timer</li>
<li>setProperty function</li>
<li>Save response data on error</li>
<li>Ant JMeter XSLT now optionally shows failed responses and has internal links</li>
<li>Allow JavaScript variable name to be omitted</li>
<li>Changed following Samplers to set sample label from sampler name</li>
<li>All Test elements can be saved as a graphics image to a file</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=35026">
Bug
35026</a> - add RE pattern matching to Proxy</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=34739">
Bug
34739</a> - Enhance constant Throughput timer</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=25052">
Bug
25052</a> - use response encoding to create comparison string in Response Assertion</li>
<li>New optional icons</li>
<li>Allow icons to be defined via property files</li>
<li>New stylesheets for 2.1 format XML test output</li>
<li>Save samplers, config element and listeners as PNG</li>
<li>Enhanced support for WSDL processing</li>
<li>New JMS sampler for topic and queue messages</li>
<li>How-to for JMS samplers</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=35525">
Bug
35525</a> - Added Spanish localisation</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=30379">
Bug
30379</a> - allow server.rmi.port to be overridden</li>
<li>enhanced the monitor listener to save the calculated stats</li>
<li>Functions and variables now work at top level of test plan</li>
</ul>
<h4>Bug fixes:</h4>
<ul>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=34586">
Bug
34586</a> - XPath always remained as /</li>
<li>BeanShellInterpreter did not handle null objects properly</li>
<li>Fix Chinese resource bundle names</li>
<li>Save field names if required to CSV files</li>
<li>Ensure XML file is closed</li>
<li>Correct icons now displayed for TestBean components</li>
<li>Allow for missing optional jar(s) in creating menus</li>
<li>Changed Samplers to set sample label from sampler name as was the case for HTTP</li>
<li>Fix various samplers to avoid NPEs when incomplete data is provided</li>
<li>Fix Cookie Manager to use seconds; add debug</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=35067">
Bug
35067</a> - set up filename when using -t option</li>
<li>Don't substitute TestElement.* properties by UDVs in Proxy</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=35065">
Bug
35065</a> - don't save old extensions in File Saver</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=25413">
Bug
25413</a> - don't enable Restart button unnecessarily</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=35059">
Bug
35059</a> - Runtime Controller stopped working</li>
<li>Clear up any left-over connections created by LDAP Extended Sampler</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=23248">
Bug
23248</a> - module controller didn't remember stuff between save and reload</li>
<li>Fix Chinese locales</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=29920">
Bug
29920</a> - change default locale if necessary to ensure default properties are picked up when English is selected.</li>
<li>Bug fixes for Tomcat monitor captions</li>
<li>Fixed webservice sampler so it works with user defined variables</li>
<li>Fixed screen borders for LDAP config GUI elements</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=31184">
Bug
31184</a> - make sure encoding is specified in JDBC sampler</li>
<li>TCP sampler - only share sockets with same host:port details; correct the manual</li>
<li>Extract src attribute for embed tags in JTidy and Html Parsers</li>
</ul>
<h3>Version 2.0.3</h3>
<h4>New functionality:</h4>
<ul>
<li>XPath Assertion and XPath Function</li>
<li>Switch Controller</li>
<li>ForEach Controller can now loop through sets of groups</li>
<li>Allow CSVRead delimiter to be changed (see jmeter.properties)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=33920">
Bug
33920</a> - allow additional property files</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=33845">
Bug
33845</a> - allow direct override of Home dir</li>
</ul>
<h4>Bug fixes:</h4>
<ul>
<li>Regex Extractor nested constant not put in correct place <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=32395">
Bug
32395</a></li>
<li>Start time reset to now if necessary so that delay works OK.</li>
<li>Missing start/end times in scheduler are assumed to be now, not 1970</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=28661">
Bug
28661</a> - 304 responses not appearing in listeners</li>
<li>DOS scripts now handle different disks better</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=32345">
Bug
32345</a> - HTTP Rewriter does not work with HTTP Request default</li>
<li>Catch Runtime Exceptions so an error in one Listener does not affect others</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=33467">
Bug
33467</a> - __threadNum() extracted number wrongly </li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=29186">
Bug
29186</a>,33299 - fix CLI parsing of "-" in second argument</li>
<li>Fix CLI parse bug: -D arg1=arg2. Log more startup parameters.</li>
<li>Fix JTidy and HTMLParser parsers to handle form src= and link rel=stylesheet</li>
<li>JMeterThread now logs Errors to jmeter.log which were appearing on console</li>
<li>Ensure WhileController condition is dynamically checked</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=32790">
Bug
32790</a> ensure If Controller condition is re-evaluated each time</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=30266">
Bug
30266</a> - document how to display proxy recording responses</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=33921">
Bug
33921</a> - merge should not change file name</li>
<li>Close file now gives chance to save changes</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=33559">
Bug
33559</a> - fixes to Runtime Controller</li>
</ul>
<h4>Other changes:</h4>
<ul>
<li>To help with variable evaluation, JMeterThread sets "sampling started" a bit earlier (see jmeter.properties)</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=33796">
Bug
33796</a> - delete cookies with null/empty values</li>
<li>Better checking of parameter count in JavaScript function</li>
<li>Thread Group now defaults to 1 loop instead of forever</li>
<li>All Beanshell access is now via a single class; only need BSH jar at run-time</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=32464">
Bug
32464</a> - document Direct Draw settings in jmeter.bat</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=33919">
Bug
33919</a> - increase Counter field sizes</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=32252">
Bug
32252</a> - ForEach was not initialising counters</li>
</ul>
<h3>Version 2.0.2</h3>
<h4>New functionality:</h4>
<ul>
<li>While Controller</li>
<li>BeanShell initialisation scripts</li>
<li>Result Saver can optionally save failed results only</li>
<li>Display as HTML has option not to download frames and images etc</li>
<li>Multiple Tree elements can now be enabled/disabled/copied/pasted at once</li>
<li>__split() function added</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=28699">
Bug
28699</a> allow Assertion to regard unsuccessful responses - e.g. 404 - as successful</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=29075">
Bug
29075</a> Regex Extractor can now extract data out of http response header as well as the body</li>
<li>__log() functions can now write to stdout and stderr</li>
<li>URL Modifier can now optionally ignore query parameters</li>
</ul>
<h4>Bug fixes:</h4>
<ul>
<li>If controller now works after the first false condition <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=31390">
Bug
31390</a></li>
<li>Regex GUI was losing track of Header/Body checkbox <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=29853">
Bug
29853</a></li>
<li>Display as HTML now handles frames and relative images</li>
<li>Right-click open replaced by merge</li>
<li>Fix some drag and drop problems</li>
<li>Fixed foreach demo example so it works</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=30741">
Bug
30741</a> SSL password prompt now works again </li>
<li>StringFromFile now closes files at end of test; start and end now optional as intended</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=31342">
Bug
31342</a> Fixed text of SOAP Sampler headers</li>
<li>Proxy must now be stopped before it can be removed <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=25145">
Bug
25145</a></li>
<li>Link Parser now supports BASE href <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=25490">
Bug
25490</a></li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=30917">
Bug
30917</a> Classfinder ignores duplicate names</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=22820">
Bug
22820</a> Allow Counter value to be cleared</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=28230">
Bug
28230</a> Fix NPE in HTTP Sampler retrieving embedded resources</li>
<li>Improve handling of StopTest; catch and log some more errors</li>
<li>ForEach Controller no longer runs any samples if first variable is not defined</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=28663">
Bug
28663</a> NPE in remote JDBC execution</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=30110">
Bug
30110</a> Deadlock in stopTest processing</li>
<li><a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=31696">
Bug
31696</a> Duration not working correctly when using Scheduler</li>
<li>JMeterContext now uses ThreadLocal - should fix some potential NPE errors</li>
</ul>
<h3>Version 2.0.1</h3>
<p>Bug fix release. TBA.</p>
<h3>Version 2.0</h3>
<ul>
<li>HTML parsing improved; now has choice of 3 parsers, and most embedded elements can now be detected and downloaded.</li>
<li>Redirects can now be delegated to URLConnection by defining the JMeter property HTTPSamper.delegateRedirects=true (default is false) </li>
<li>Stop Thread and Stop Test methods added for Samplers and Assertions etc. Samplers can call setStopThread(true) or setStopTest(true) if they detect an error that needs to stop the thread of the test after the sample has been processed </li>
<li>Thread Group Gui now has an extra pane to specify what happens after a Sampler error: Continue (as now), Stop Thread or Stop Test.
This needs to be extended to a lower level at some stage. </li>
<li>Added Shutdown to Run Menu. This is the same as Stop except that it lets the Threads finish normally (i.e. after the next sample has been completed) </li>
<li>Remote samples can be cached until the end of a test by defining the property hold_samples=true when running the server.
More work is needed to be able to control this from the GUI </li>
<li>Proxy server has option to skip recording browser headers </li>
<li>Proxy restart works better (stop waits for daemon to finish) </li>
<li>Scheduler ignores start if it has already passed </li>
<li>Scheduler now has delay function </li>
<li>added Summariser test element (mainly for non-GUI) testing. This prints summary statistics to System.out and/or the log file every so oftem (3 minutes by default). Multiple summarisers can be used; samples are accumulated by summariser name. </li>
<li>Extra Proxy Server options:
Create all samplers with keep-alive disabled
Add Separator markers between sets of samples
Add Response Assertion to first sampler in each set </li>
<li>Test Plan has a comment field</li>
<li>Help Page can now be pushed to background</li>
<li>Separate Function help page</li>
<li>New / amended functions</li>
<ul>
<li>__property() and __P() functions</li>
<li>__log() and __logn() - for writing to the log file</li>
<li>_StringFromFile can now process a sequence of files, e.g. dir/file01.txt, dir/file02.txt etc </li>
<li>_StringFromFile() funtion can now use a variable or function for the file name </li>
</ul>
<li>New / amended Assertions</li>
<ul>
<li>Response Assertion now works for URLs, and it handles null data better </li>
<li>Response Assertion can now match on Response Code and Response message as well </li>
<li>HTML Assertion using JTidy to check for well-formed HTML</li>
</ul>
<li>If Controller (not fully functional yet)</li>
<li>Transaction Controller (aggregates the times of its children)</li>
<li>New Samplers</li>
<ul>
<li>Basic BSF Sampler (optional)</li>
<li>BeanShell Sampler (optional, needs to be downloaded from www.beanshell.org</li>
<li>Basic TCP Sampler</li>
</ul>
<li>Optionally start BeanShell server (allows remote access to JMeter variables and methods) </li>
</ul>
<h3>Version 1.9.1</h3>
<p>TBA</p>
<h3>Version 1.9</h3>
<ul>
<li>Sample result log files can now be in CSV or XML format</li>
<li>New Event model for notification of iteration events during test plan run</li>
<li>New Javascript function for executing arbitrary javascript statements</li>
<li>Many GUI improvements</li>
<li>New Pre-processors and Post-processors replace Modifiers and Response-Based Modifiers. </li>
<li>Compatible with jdk1.3</li>
<li>JMeter functions are now fully recursive and universal (can use functions as parameters to functions)</li>
<li>Integrated help window now supports hypertext links</li>
<li>New Random Function</li>
<li>New XML Assertion</li>
<li>New LDAP Sampler (alpha code)</li>
<li>New Ant Task to run JMeter (in extras folder)</li>
<li>New Java Sampler test implementation (to assist developers)</li>
<li>More efficient use of memory, faster loading of .jmx files</li>
<li>New SOAP Sampler (alpha code)</li>
<li>New Median calculation in Graph Results visualizer</li>
<li>Default config element added for developer benefit</li>
<li>Various performance enhancements during test run</li>
<li>New Simple File recorder for minimal GUI overhead during test run</li>
<li>New Function: StringFromFile - grabs values from a file</li>
<li>New Function: CSVRead - grabs multiple values from a file</li>
<li>Functions now longer need to be encoded - special values should be escaped
with "\" if they are literal values</li>
<li>New cut/copy/paste functionality</li>
<li>SSL testing should work with less user-fudging, and in non-gui mode</li>
<li>Mailer Model works in non-gui mode</li>
<li>New Througput Controller</li>
<li>New Module Controller</li>
<li>Tests can now be scheduled to run from a certain time till a certain time</li>
<li>Remote JMeter servers can be started from a non-gui client. Also, in gui mode, all remote servers can be started with a single click</li>
<li>ThreadGroups can now be run either serially or in parallel (default)</li>
<li>New command line options to override properties</li>
<li>New Size Assertion</li>
</ul>
<h3>Version 1.8.1</h3>
<ul>
<li>Bug Fix Release. Many bugs were fixed.</li>
<li>Removed redundant "Root" node from test tree.</li>
<li>Re-introduced Icons in test tree.</li>
<li>Some re-organization of code to improve build process.</li>
<li>View Results Tree has added option to view results as web document (still buggy at this point).</li>
<li>New Total line in Aggregate Listener (still buggy at this point).</li>
<li>Improvements to ability to change JMeter's Locale settings.</li>
<li>Improvements to SSL Manager.</li>
</ul>
<h3>Version 1.8</h3>
<ul>
<li>Improvement to Aggregate report's calculations.</li>
<li>Simplified application logging.</li>
<li>New Duration Assertion.</li>
<li>Fixed and improved Mailer Visualizer.</li>
<li>Improvements to HTTP Sampler's recovery of resources (sockets and file handles).</li>
<li>Improving JMeter's internal handling of test start/stop.</li>
<li>Fixing and adding options to behavior of Interleave and Random Controllers.</li>
<li>New Counter config element.</li>
<li>New User Parameters config element.</li>
<li>Improved performance of file opener.</li>
<li>Functions and other elements can access global variables.</li>
<li>Help system available within JMeter's GUI.</li>
<li>Test Elements can be disabled.</li>
<li>Language/Locale can be changed while running JMeter (mostly).</li>
<li>View Results Tree can be configured to record only errors.</li>
<li>Various bug fixes.</li>
</ul>
<h3>Version 1.7.3</h3>
<ul>
<li>New Functions that provide more ability to change requests dynamically during test runs.</li>
<li>New language translations in Japanese and German.</li>
<li>Removed annoying Log4J error messages.</li>
<li>Improved support for loading JMeter 1.7 version test plan files (.jmx files).</li>
<li>JMeter now supports proxy servers that require username/password authentication.</li>
<li>Dialog box indicating test stopping doesn't hang JMeter on problems with stopping test.</li>
<li>GUI can run multiple remote JMeter servers (fixes GUI bug that prevented this).</li>
<li>Dialog box to help created function calls in GUI.</li>
<li>New Keep-alive switch in HTTP Requests to indicate JMeter should or should not use Keep-Alive for sockets.</li>
<li>HTTP Post requests can have GET style arguments in Path field. Proxy records them correctly now.</li>
<li>New User-defined test-wide static variables.</li>
<li>View Results Tree now displays more information, including name of request (matching the name
in the test tree) and full request and POST data.</li>
<li>Removed obsolete View Results Visualizer (use View Results Tree instead).</li>
<li>Performance enhancements.</li>
<li>Memory use enhancements.</li>
<li>Graph visualizer GUI improvements.</li>
<li>Updates and fixes to Mailer Visualizer.</li>
</ul>
<h3>Version 1.7.2</h3>
<ul>
<li>JMeter now notifies user when test has stopped running.</li>
<li>HTTP Proxy server records HTTP Requests with re-direct turned off.</li>
<li>HTTP Requests can be instructed to either follow redirects or ignore them.</li>
<li>Various GUI improvements.</li>
<li>New Random Controller.</li>
<li>New SOAP/XML-RPC Sampler.</li>
</ul>
<h3>Version 1.7.1</h3>
<ul>
<li>JMeter's architecture revamped for a more complete separation between GUI code and
test engine code.</li>
<li>Use of Avalon code to save test plans to XML as Configuration Objects</li>
<li>All listeners can save data to file and load same data at later date.</li>
</ul>
<h3>Version 1.7Beta</h3>
<ul>
<li>Better XML support for special characters (Tushar Bhatia) </li>
<li>Non-GUI functioning &amp; Non-GUI test plan execution (Tushar Bhatia)</li>
<li>Removing Swing dependence from base JMeter classes</li>
<li>Internationalization (Takashi Okamoto)</li>
<li>AllTests bug fix (neth6@atozasia.com)</li>
<li>ClassFinder bug fix (neth6@atozasia.com)</li>
<li>New Loop Controller</li>
<li>Proxy Server records HTTP samples from browser
(and documented in the user manual)</li> <li>Multipart Form support</li>
<li>HTTP Header class for Header customization</li>
<li>Extracting HTTP Header information from responses (Jamie Davidson)</li>
<li>Mailer Visualizer re-added to JMeter</li>
<li>JMeter now url encodes parameter names and values</li>
<li>listeners no longer give exceptions if their gui's haven't been initialized</li>
<li>HTTPS and Authorization working together</li>
<li>New Http sampling that automatically parses HTML response
for images to download, and includes the downloading of these
images in total time for request (Neth neth6@atozasia.com) </li>
<li>HTTP responses from server can be parsed for links and forms,
and dynamic data can be extracted and added to test samples
at run-time (documented)</li>
<li>New Ramp-up feature (Jonathan O'Keefe)</li>
<li>New visualizers (Neth)</li>
<li>New Assertions for functional testing</li>
</ul>
<h3>Version 1.6.1</h3>
<ul>
<li>Fixed saving and loading of test scripts (no more extra lines)</li>
<li>Can save and load special characters (such as "&amp;" and "&lt;").</li>
<li>Can save and load timers and listeners.</li>
<li>Minor bug fix for cookies (if you cookie value
contained an "=", then it broke).</li>
<li>URL's can sample ports other than 80, and can test HTTPS,
provided you have the necessary jars (JSSE)</li>
</ul>
<h3>Version 1.6 Alpha</h3>
<ul>
<li>New UI</li>
<li>Separation of GUI and Logic code</li>
<li>New Plug-in framework for new modules</li>
<li>Enhanced performance</li>
<li>Layering of test logic for greater flexibility</li>
<li>Added support for saving of test elements</li>
<li>Added support for distributed testing using a single client</li>
</ul>
<h3>Version 1.5.1</h3>
<ul>
<li>Fixed bug that caused cookies not to be read if header name case not as expected.</li>
<li>Clone entries before sending to sampler - prevents relocations from messing up
information across threads</li>
<li>Minor bug fix to convenience dialog for adding parameters to test sample.
Bug prevented entries in dialog from appearing in test sample.</li>
<li>Added xerces.jar to distribution</li>
<li>Added junit.jar to distribution and created a few tests.</li>
<li>Started work on new framework. New files in cvs, but do not effect program yet.</li>
<li>Fixed bug that prevent HTTPJMeterThread from delaying according to chosen timer.</li>
</ul>
<p>
<h3>Version 1.5</h3>
<ul>
<li>Abstracted out the concept of the Sampler, SamplerController, and TestSample.
A Sampler represents code that understands a protocol (such as HTTP,
or FTP, RMI, SMTP, etc..). It is the code that actually makes the
connection to whatever is being tested. A SamplerController
represents code that understands how to organize and run a group
of test samples. It is what binds together a Sampler and its test
samples and runs them. A TestSample represents code that understands
how to gather information from the user about a particular test.
For a website, it would represent a URL and any information to be sent
with the URL.</li>
<li>The UI has been updated to make entering test samples more convenient.</li>
<li>Thread groups have been added, allowing a user to setup multiple test to run
concurrently, and to allow sharing of test samples between those tests.</li>
<li>It is now possible to save and load test samples.</li>
<li>&hellip; and many more minor changes/improvements &hellip;</li>
</ul>
</p>
<p>
<b>Apache JMeter 1.4.1-dev</b>
<ul>
<li>Cleaned up URLSampler code after tons of patches for better readability. (SM)</li>
<li>Made JMeter send a special "user-agent" identifier. (SM)</li>
<li>Fixed problems with redirection not sending cookies and authentication info and removed
a warning with jikes compilation. Thanks to Wesley Tanaka for the patches (SM)</li>
<li>Fixed a bug in the URLSampler that caused to skip one URL when testing lists of URLs and
a problem with Cookie handling. Thanks to Graham Johnson for the patches (SM)</li>
<li>Fixed a problem with POST actions. Thanks to Stephen Schaub for the patch (SM)</li>
</ul>
</p>
<p>
<b>Apache JMeter 1.4</b> - Jul 11 1999
<ul>
<li>Fixed a problem with POST actions. Thanks to Brendan Burns for the patch (SM)</li>
<li>Added close button to the About box for those window managers who don't provide it.
Thanks to Jan-Henrik Haukeland for pointing it out. (SM)</li>
<li>Added the simple Spline sample visualizer (JPN)</li>
</ul> </p>
<p><b>Apache JMeter 1.3</b> - Apr 16 1999
<ul>
<li>Run the Garbage Collector and run finalization before starting to sampling to ensure
same state every time (SM)</li>
<li>Fixed some NullPointerExceptions here and there (SM)</li>
<li>Added HTTP authentication capabilities (RL)</li>
<li>Added windowed sample visualizer (SM)</li>
<li>Fixed stupid bug for command line arguments. Thanks to Jorge Bracer for pointing this out (SM)</li>
</ul> </p>
<p><b>Apache JMeter 1.2</b> - Mar 17 1999
<ul>
<li>Integrated cookie capabilities with JMeter (SM)</li>
<li>Added the Cookie manager and Netscape file parser (SD)</li>
<li>Fixed compilation error for JDK 1.1 (SD)</li> </ul> </p>
<p> <b>Apache JMeter 1.1</b> - Feb 24 1999
<ul>
<li>Created the opportunity to create URL aliasing from the properties file as well as the
ability to associate aliases to URL sequences instead of single URLs (SM) Thanks to
Simon Chatfield for the very nice suggestions
and code examples.</li>
<li>Removed the TextVisualizer and replaced it with the much more useful FileVisualizer (SM)</li>
<li>Added the known bug list (SM)</li>
<li>Removed the Java Apache logo (SM)</li>
<li>Fixed a couple of typos (SM)</li>
<li>Added UNIX makefile (SD)</li> </ul> </p>
<p> <b>Apache JMeter 1.0.1</b> - Jan 25 1999
<ul>
<li>Removed pending issues doc issues (SM)</li>
<li>Fixed the unix script (SM)</li>
<li>Added the possibility of running the JAR directly using "java -jar
ApacheJMeter.jar" with Java 2 (SM)</li>
<li>Some small updates: fixed Swing location after Java 2(tm) release, license update and
small cleanups (SM)</li>
</ul> </p>
<p> <b>Apache JMeter 1.0</b> - Dec 15 1998
<ul>
<li>Initial version. (SM)</li>
</ul> </p>
</div><div class="share-links">
Share this page:
<ul><li class="fb"><a data-social-url="https://facebook.com/sharer/sharer.php?u=" title="Share on facebook"><i class="fa fa-facebook" aria-hidden="true"></i>share</a></li><li class="twitter"><a data-social-url="https://twitter.com/intent/tweet?url=" title="Tweet on twitter"><i class="fa fa-twitter" aria-hidden="true"></i>tweet</a></li><li class="gplus"><a data-social-url="https://plus.google.com/share?url=" title="Share on Google+"><i class="fa fa-google-plus" aria-hidden="true"></i>share</a></li></ul></div></div><div class="footer"><div class="copyright">
Copyright &copy;
1999 &ndash;
2016
, Apache Software Foundation
</div><div class="trademarks">Apache, Apache JMeter, JMeter, the Apache
feather, and the Apache JMeter logo are
trademarks of the
Apache Software Foundation.
</div></div><script>(function(){
// fill in the current location into social links on this page.
"use strict";
var as = document.getElementsByTagName('a');
var loc = document.location.href;
if (!loc.toLowerCase().startsWith('http')) {
return;
}
for (var i=0; i<as.length; i++) {
var href = as[i].getAttribute('data-social-url');
if (href !== null) {
as[i].href = href + encodeURIComponent(loc);
}
}
})();</script></body></html>