Author: milamber
Date: Wed Sep 19 06:34:02 2018
New Revision: 1841290

URL: http://svn.apache.org/viewvc?rev=1841290&view=rev
Log:
Next dev version (5.1-SNAPSHOT)


Modified:
    jmeter/trunk/build.xml
    jmeter/trunk/src/core/org/apache/jmeter/util/JMeterVersion.java
    jmeter/trunk/xdocs/changes.xml
    jmeter/trunk/xdocs/changes_history.xml

Modified: jmeter/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/build.xml?rev=1841290&r1=1841289&r2=1841290&view=diff
==============================================================================
--- jmeter/trunk/build.xml (original)
+++ jmeter/trunk/build.xml Wed Sep 19 06:34:02 2018
@@ -586,7 +586,7 @@
       JMeter version
       This is overridden for formal releases.
     -->
-    <property name="jmeter.version" value="5.0-SNAPSHOT"/>
+    <property name="jmeter.version" value="5.1-SNAPSHOT"/>
     <!-- Remember to change "docversion" below if necessary -->
     <condition property="implementation.version"
           value="${jmeter.version} r${svn.revision}" 
else="${jmeter.version}.${DSTAMP}">

Modified: jmeter/trunk/src/core/org/apache/jmeter/util/JMeterVersion.java
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/src/core/org/apache/jmeter/util/JMeterVersion.java?rev=1841290&r1=1841289&r2=1841290&view=diff
==============================================================================
--- jmeter/trunk/src/core/org/apache/jmeter/util/JMeterVersion.java (original)
+++ jmeter/trunk/src/core/org/apache/jmeter/util/JMeterVersion.java Wed Sep 19 
06:34:02 2018
@@ -49,7 +49,7 @@ public final class JMeterVersion {
      * This ensures that JMeterUtils always gets the correct
      * version, even if JMeterUtils is not re-compiled during the build.
      */
-    private static final String VERSION = "5.0";
+    private static final String VERSION = "5.1-SNAPSHOT";
 
     private static final String IMPLEMENTATION;
 

Modified: jmeter/trunk/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1841290&r1=1841289&r2=1841290&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml [utf-8] (original)
+++ jmeter/trunk/xdocs/changes.xml [utf-8] Wed Sep 19 06:34:02 2018
@@ -39,9 +39,9 @@ Earlier changes are detailed in the <a h
 </note>
 
 
-<!--  =================== 5.0 =================== -->
+<!--  =================== 5.1 =================== -->
 
-<h1>Version 5.0</h1>
+<h1>Version 5.1</h1>
 <p>
 Summary
 </p>
@@ -58,189 +58,60 @@ Summary
 
 <ch_section>New and Noteworthy</ch_section>
 <ch_title>Core improvements</ch_title>
-<p>Rest support has been improved in many fields
-<ul>
-    <li>Multipart/form-data requests now work for <code>PUT</code>, 
<code>DELETE</code> &hellip;</li>
-    <li>It is now also possible to send a JSON Body with attached file</li>
-    <li>Parameters entered in Parameters Tab are now used in body instead of 
being ignored</li>
-</ul>
-<figure width="1216" height="340" image="changes/5.0/jmeter_5_rest1.png" />
-<figure width="1223" height="314" image="changes/5.0/jmeter_5_rest2.png" />
-</p>
-<p>In distributed testing, JMeter now automatically prefixes thread names with 
engine host and port, this makes the counting of threads correct in the HTML 
report without any other configuration as it was required before
-<figure width="1156" height="543" image="changes/5.0/jmeter_5_distributed.png" 
/>
-</p>
-<p>XPath 2.0 is supported in a new element called <code>XPath2 
extractor</code> providing easier XML namespaces handling, up to date XPath 
syntax and better performances
-<figure width="879" height="340" 
image="changes/5.0/jmeter_5_xpath2_extractor.png" />
-<figure width="1213" height="730" 
image="changes/5.0/jmeter_5_xpath2_tester.png" />
-</p>
-<p>Upgrade to HTTP Components 4.6 last APIs has been completed and JMeter does 
not rely anymore on deprecated APIs of this library</p>
-<p>It is now possible to control in an easier way Loop breaking and Loop 
switching to next iteration. This is available in <code>Flow Control 
Action</code> and <code>Result Status Action Handler</code> elements
-<figure width="772" height="270" 
image="changes/5.0/jmeter_5_flow_control_action.png" />
-<figure width="615" height="212" 
image="changes/5.0/jmeter_5_result_status_handler.png" />
-
-</p>
-<p>While Controller now exports a variable containing its current index named 
<code>__jm__&lt;Name of your element&gt;__idx</code>. So for
-example, if your While Controller is named WC, then you can access the looping 
index through <code>${__jm__WC__idx}</code></p>
 
 <ch_title>Scripting / Debugging enhancements</ch_title>
-<p>Search feature has been improved to allow you to iterate in the tree over 
search results and do necessary replacements through 
<code>Next</code>/<code>Previous</code>/<code>Replace</code>/<code>Replace/Find</code>
 buttons
-<figure width="829" height="524" 
image="changes/5.0/jmeter_5_search_feature.png" />
-</p>
-<p>In View Results Tree, the request and response headers/body are clearly 
separated to allow you to better inspect requests and responses. You can also 
search in all those tabs for a particular value
-<figure width="737" height="366" 
image="changes/5.0/jmeter_5_vrt_request_body.png" />
-<figure width="771" height="552" 
image="changes/5.0/jmeter_5_vrt_response_body.png" />
-</p>
-<p>Recording feature has been improved to provide a popup that is always on 
top when you navigate in browser allowing you to name transactions while you 
navigate in your application.
-<figure width="1425" height="796" image="changes/5.0/jmeter_5_recording.png" />
-</p>
-<p>You can now restart JMeter from menu 
<menuchoice><guimenuitem>File</guimenuitem><guimenuitem>Restart</guimenuitem></menuchoice>
-<figure width="199" height="318" image="changes/5.0/jmeter_5_restart.png" />
-</p>
 
 <ch_title>Live Reporting and Web Report</ch_title>
-Reporting feature has been enhanced 
-<p>A new Graph Total Transactions per second has been added to the HTML Web 
Report
-<figure width="1156" height="536" 
image="changes/5.0/jmeter_5_total_trans_per_sec.png" />
-</p> 
-<p>It is now possible to graph over time custom metrics available as JMeter 
Variables through <code>sample_variables</code>. Those custom metrics graphs 
will be 
-available in the HTML Report in <code>Custom Graphs section</code>
-<figure width="1426" height="755" 
image="changes/5.0/jmeter_5_custom_graphs.png" />
-</p>
-<p>Hits per second graph now takes into account the embedded resources
-<figure width="1153" height="537" 
image="changes/5.0/jmeter_5_hits_per_sec.png" />
-</p>
-
-<p>In Live reporting, the sent and received bytes are now sent to Backends 
(InfluxDB or Graphite)</p>
 
 <ch_title>Functions</ch_title>
-<p>A New function <code><funclink name="__threadGroupName"/></code> has been 
introduced to obtain ThreadGroup name.</p>
 
 <!-- =================== Incompatible changes =================== -->
 
 <ch_section>Incompatible changes</ch_section>
-<ul>
-<li>Since JMeter 5.0, when using default HC4 Implementation, JMeter will reset 
HTTP state (SSL State + Connections) on each thread group iteration. If you 
don't want
-this behaviour, set 
<code>httpclient.reset_state_on_thread_group_iteration=false</code></li>
-<li>Since JMeter 5.0, in relation to above remark, 
<code>https.use.cached.ssl.context</code> is deprecated and not used 
anymore.</li>
-<li>Since JMeter 5.0, when using CSV output, sub results will now be also 
output to CSV file. To revert to previous behaviour set 
<code>jmeter.save.saveservice.subresults=false</code>, see 
<bugzilla>62470</bugzilla>, <bugzilla>60917</bugzilla>, 
<bugzilla>62550</bugzilla>.</li>
-<li>Since JMeter 5.0, <code>CSS/JQuery Extractor</code> has been renamed to 
<code>CSS Selector Extractor</code></li>
-<li>Since JMeter 5.0, <code>Test Action</code> has been renamed to <code>Flow 
Control Action</code></li>
 
-</ul>
+
 <!-- =================== Improvements =================== -->
 
 <ch_section>Improvements</ch_section>
 
 <h3>HTTP Samplers and Test Script Recorder</h3>
 <ul>
-    <li><bug>62260</bug>Improve Rest support. Contributed by Ubik Load Pack 
(support at ubikloadpack.com)</li>
-    <li><bug>58757</bug>HTTP Request : Updated deprecated methods of 
HttpComponents to last APIs of httpclient-4.5.X. Contributed by Ubik Load Pack 
(support at ubikloadpack.com)</li>
-    <li><bug>62212</bug>Recorder : Improve UX by providing a popup above all 
windows to be able to change Transaction names and pauses while using Browser. 
Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
-    <li><bug>62248</bug>HTTP Request : Parameters entered in Parameters Tab 
should be used in body instead of being ignored. Partly based on a patch by 
Artem Fedorov contributed by Blazemeter.</li>
-    <li><bug>60015</bug>Multipart/form-data works only for <code>POST</code> 
using HTTPClient4 while it should for <code>PUT</code>, <code>DELETE</code>, 
&hellip; Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
-    <li><bug>62317</bug>HTTP(S) Test Script Recorder: allow to add ResultSaver 
to created sampler</li>
 </ul>
 
 <h3>Other samplers</h3>
 <ul>
-  <li><pr>376</pr>JUnitSampler logs exceptions except assertion-failures from 
test cases as warnings. Contributed by Davide Angelocola (davide.angelocola at 
fisglobal.com)</li>
-  <li><bug>62244</bug>Rename <code>Test Action</code> to <code>Flow Control 
Action</code></li>
-  <li><bug>62302</bug>Move JSR223 Sampler up the menu. Contributed by orimarko 
at gmail.com</li>
-  <li><bug>62595</bug>SMTPSampler does not allow configuring the SSL/TLS 
protocols to be used on handshake. Contributed by Felipe Cuozzo (felipe.cuozzo 
at gmail.com)</li>
 </ul>
 
 <h3>Controllers</h3>
 <ul>
-    <li><bug>62237</bug>While Controller : Export variable containing current 
index of iteration. Contributed by Ubik Load Pack (support at 
ubikloadpack.com)</li>
 </ul>
 
 <h3>Listeners</h3>
 <ul>
-    <li><bug>62195</bug>Save Responses to a file : Improve component and UI. 
Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
-    <li><bug>62209</bug>InfluxBackendListenerClient: First Assertion Failure 
Message must be sent if error code and response code are empty or OK</li>
-    <li><bug>62269</bug>Bug 62269 - View Results Tree : Response and Request 
Tabs should contains Header and Body tabs. Contributed by Ubik Load Pack 
(support at ubikloadpack.com)</li>
-    <li><bug>62270</bug>View Results Tree : Allow searching in Request 
headers, Response Headers, and Request body. Contributed by Ubik Load Pack 
(support at ubikloadpack.com)</li>
-    <li><bug>62276</bug>InfluxDBBackendListenerClient / 
GraphiteBackendListenerClient : Add sent and received bytes to metrics. 
Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
 </ul>
 
 <h3>Timers, Assertions, Config, Pre- &amp; Post-Processors</h3>
 <ul>
-    <li><bug>62320</bug>Counter : Reference Name property is not clear</li>
-    <li><bug>60991</bug>XPath Extractor : Implement XPath 2.0. Contributed by 
Ubik Load Pack (support at ubikloadpack.com)</li>
-    <li><bug>62593</bug>Rename CSS/JQuery Extractor to CSS Selector Extractor. 
Contributed by orimarko at gmail.com</li>
 </ul>
 
 <h3>Functions</h3>
 <ul>
-    <li><bug>62178</bug>Add default value to <code><funclink 
name="__V"/></code> function. Contributed by orimarko at gmail.com</li>
-    <li><bug>62178</bug>Add function <code><funclink 
name="__threadGroupName"/></code> function to obtain ThreadGroup name. Mainly 
contributed by orimarko at gmail.com</li>
-    <li><bug>62533</bug>Allow use epoch time as Date String value in function 
<code><funclink name="__dateTimeConvert"/></code> </li>
-    <li><bug>62541</bug>Allow <code>funclink name="__jexl3"/></code>, 
<code><funclink name="__jexl2"/></code> functions to support new syntax as 
<code>var x;</code>. Contributed by orimarko at gmail.com</li>
-    <li><bug>61834</bug>Function Helper Dialog : Improve tests by showing 
variables and keeping them available between evaluations</li>
 </ul>
+
 <h3>I18N</h3>
 <ul>
 </ul>
 
 <h3>Report / Dashboard</h3>
 <ul>
-    <li><bug>62243</bug>Dashboard : make option 
"<code>--forceDeleteResultFile</code>"/"<code>-f</code>" option delete folder 
referenced by "<code>-o</code>" option</li>
-    <li><bug>62367</bug>HTML Report Generator: Add Graph Total Transactions 
per Second. Contributed mainly by Martha Laks (laks.martha at gmail.com)</li>
-    <li><bug>62166</bug>Report/Dashboard: Provide ability to register custom 
graphs and metrics in the JMeter Dashboard. Contributed by Ubik Load Pack 
(support at ubikloadpack.com)</li>
-    <li><bug>62542</bug>Report/Dashboard : Display more information on filters 
when graph is empty. Contributed by Ubik Load Pack (support at 
ubikloadpack.com)</li>
-    <li><bug>62426</bug>Optimize performance of report generation. Based on 
feedback by Allen (444104595 at qq.com)</li>
-    <li><bug>62550</bug>Modify SubResult Naming Policy</li>
-    <li><bug>60917</bug>Load Test with embedded resources download : Hits per 
seconds does not take into account the downloaded resources</li>
 </ul>
 
 <h3>General</h3>
 <ul>
-  <li><bug>62684</bug>Distributed Testing : Add automatically to thread name a 
prefix to identify engine. Contributed by Ubik Load Pack (support at 
ubikloadpack.com)</li>
-  <li><bug>62155</bug>Search Feature: Make Search text field get focus</li>
-  <li><bug>62156</bug>Search Feature : Distinguish between node that matches 
search and node that contains a child that matches search</li>
-  <li><bug>62234</bug>Search/Replace Feature : Enhance UX and add 
Replace/Next/Previous/Replace &amp; Find features. Contributed by Ubik Load 
Pack (support at ubikloadpack.com)</li>
-  <li><bug>62238</bug>Add ability to Switch to next iteration of Current Loop. 
Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
-  <li><bug>62239</bug>Add ability to Break Current Loop</li>
-  <li><bug>61635</bug>Add a menu to restart JMeter</li>
-  <li><bug>62470</bug>CSV Output : Enable logging of sub results when 
<code>jmeter.save.saveservice.subresults=true</code>. Contributed by Ubik Load 
Pack (support at ubikloadpack.com)</li>
-  <li><bug>62473</bug>Setting "<code>saveservice_properties</code>" has 
counter intuitive behaviour</li>
-  <li><bug>62354</bug>Correct calculation and usage of units for second per 
user (reported by jffagot05 at gmail.com)</li>
-  <li><bug>62700</bug>Introduce <code>jsr223.init.file</code> to allow calling 
a JSR-223 script on JMeter startup</li>
-  <li><bug>62128</bug>Try to guess <code>JMETER_HOME</code> correctly, when 
<code>jmeter.bat</code> is called from a batch file in another directory. 
Contributed by logox01 (logox01 at gmx.at)</li>
-  <li><pr>386</pr>Add parameter support for RMI keystore creation scripts. 
Contributed by Logan Mauzaize (t524467 at airfrance.fr)</li>
-  <li><bug>62065</bug>Use Maven artifact for JAF Module instead of embedded 
module</li>
-  <li><bug>61714</bug>Update Real-time results documentation</li>
-  <li><pr>382</pr>Correct typo in documentation. Reported by Perze Ababa 
(perze.ababa at gmail.com>)</li>
-  <li><pr>392</pr>Correct typo in documentation. Reported by Aaron Levin</li>
-  <li><pr>379</pr> Improve chinese translations. Contributed by XmeterNet</li>
 </ul>
 
 <ch_section>Non-functional changes</ch_section>
 <ul>
-    <li><pr>358</pr><pr>365</pr><pr>366</pr><pr>375</pr>Updated to latest 
checkstyle (v8.8). Expanded Checkstyle to files
-      in <code>src</code> and <code>test</code>; fixed newly checked files. 
Based on contribution
-      by Graham Russell (graham at ham1.co.uk)</li>
-    <li><bug>62095</bug>Correct description for right boundary parameter in 
Boundary Extractor. Contributed by orimarko (orimarko at gmail.com)</li>
-    <li><bug>62113</bug>Updated to latest Bouncycastle (v1.60). Based on 
contribution by Olaf Flebbe (oflebbe at apache.org)</li>
-    <li><bug>62171</bug>Remove <code>.md5</code> checksums and keep only 
<code>.sha512</code> checksums for source and binary archives</li>
-    <li>Updated to groovy-all-2.4.15 (from groovy-all-2.4.13)</li>
-    <li>Updated to asm-6.1 (from 6.1)</li>
-    <li>Updated to tika-core and tika-parsers 1.18 (from 1.17)</li>
-    <li><bug>62482</bug>Sync documentation to the implementation of the 
ForEachController. Based on contribution by orimarko (orimarko at 
gmail.com)</li>
-    <li><bug>62529</bug>Updated to httpclient-4.5.6 (from httpclient 4.5.5) 
and updated to freemarker-2.3.28 (from freemarker-2.3.23). Based on patch by 
orimarko (orimarko at gmail.com)</li>
-    <li>Updated to httpmime-4.5.6 (from httpmime-4.5.5)</li>
-    <li>Updated to caffeine-2.6.2 (from caffeine-2.6.1)</li>
-    <li>Updated to cglib-nodep-3.2.7 (from cglib-nodep-3.2.6)</li>
-    <li>Updated to commons-dbcp2-2.4.0 (from commons-dbcp2-2.2.0)</li>
-    <li>Updated to commons-pool2-2.6.0 (from commons-pool2-2.5.0)</li>
-    <li>Updated to httpcore-4.4.10 (from httpcore-4.4.9)</li>
-    <li>Updated to httpcore-nio-4.4.10 (from httpcore-nio-4.4.9)</li>
-    <li>Updated to log4j-2.11.0 (from log4j-2.10.0)</li>
-    <li>Updated to ph-css-6.1.1 (from ph-css-6.0.0)</li>
-    <li>Updated to ph-commons-9.1.2 (from ph-commons-9.0.0)</li>
-    <li>Updated to rhino-1.7.10 (from +rhino-1.7.7.2)</li>
-    <li>Updated to commons-lang3-3.8 (from commons-lang3-3.7)</li>
 </ul>
 
  <!-- =================== Bug fixes =================== -->
@@ -249,42 +120,22 @@ this behaviour, set <code>httpclient.res
 
 <h3>HTTP Samplers and Test Script Recorder</h3>
 <ul>
-    <li><bug>62114</bug>HTTP(S) Test Script Recorder : Client certificate 
authentication uses the first SSLManager created. Contributed by Ubik Load Pack 
(support at ubikloadpack.com)</li>
-    <li><bug>61058</bug>HTTP Request : Add option 
<code>httpclient4.deflate_relax_mode</code> to avoid "Unexpected end of ZLIB 
input stream" when deflating what seems to be invalid streams. Contributed by 
Ubik Load Pack (support at ubikloadpack.com)</li>
-    <li><bug>43612</bug>HTTP PUT does not honor request parameters. 
Implemented by Artem Fedorov (artem.fedorov at blazemeter.com) and contributed 
by BlazeMeter Ltd.</li>
-    <li><bug>60190</bug>Content-Type is added for <code>POST</code> 
unconditionally. Contributed by Ubik Load Pack (support at 
ubikloadpack.com)</li>
-    <li><bug>62462</bug><pr>387</pr>Make delegation of credentials in SPNEGO 
possible again.</li>
-    <li><bug>58807</bug><code>Reset SSL State on Thread Group iteration only 
(was https.use.cached.ssl.context=false</code> is broken)</li>
-    <li><bug>62716</bug>When Recording, JMeter removes Authorization from 
generated Header Manager when using Bearer Token</li>
 </ul>
 
 <h3>Other Samplers</h3>
 <ul>
-    <li><bug>62235</bug>Java 9 - illegal reflective access by 
org.apache.jmeter.util.HostNameSetter</li>
-    <li><bug>62464</bug>Set start- and end-time on JMS publisher sampler, even 
if initialization fails.</li>
-    <li><bug>62616</bug>FTPSampler: Upload file-size is not counted in 
sentBytes</li>
 </ul>
 
 <h3>Controllers</h3>
 <ul>
-    <li><bug>62265</bug>ModuleController behaves strangely</li>
 </ul>
 
 <h3>Listeners</h3>
 <ul>
-  <li><bug>62097</bug>Update JTable in Aggregate Report only when new data has 
arrived. That way selections of rows will be kept longer around.</li>
-  <li><bug>62203</bug>Influxdb BackendListener client: store user tags to 
annotation and internal transaction. Contributed by Sergey Batalin 
(sergey_batalin at mail.ru)</li>
-  <li><bug>62251</bug>TextGraphiteMetricsSender does not invalidate lost 
connections in case of network errors </li>
-  <li><bug>60705</bug>Fix headers of Aggregate Reports and friends when 
columns are moved around.</li>
 </ul>
 
 <h3>Timers, Assertions, Config, Pre- &amp; Post-Processors</h3>
 <ul>
-    <li><bug>61664</bug>HTTP Authorization Manager : Digest works only with 
legacy <rfc link="2069" />, <rfc link="2617" /> is not implemented. Contributed 
by Ubik Load Pack (support at ubikloadpack.com)</li>
-    <li><bug>62252</bug>HTTP header merging logic does not correspond to the 
documentation</li>
-    <li><bug>62554</bug>BoundaryExtractor : Field to check is not reset</li>
-    <li><bug>62553</bug>Random element might return same value even if 
property "Per thread user (User)" is set to TRUE</li>
-    <li><bug>62637</bug>Take scheduler into account when calcuting delay for 
Synchronizing Timer</li>
 </ul>
 
 <h3>Functions</h3>
@@ -293,40 +144,18 @@ this behaviour, set <code>httpclient.res
 
 <h3>I18N</h3>
 <ul>
-    <li><bug>62310</bug>French translation of Precise Throughput Timer 
label</li>
 </ul>
 
 <h3>Report / Dashboard</h3>
 <ul>
-    <li><bug>62333</bug>Report Dashboard - When one series contains no value, 
the graph colors logic is wrong. Contributed by Ubik Load Pack (support at 
ubikloadpack.com)</li>
-    <li><bug>62283</bug>Report Dashboard - Date is not correctly displayed on 
chart when granularity is &lt;= 1 day</li>
-    <li><bug>62520</bug>The tool-tip text when we hover on the point in 
'Latency Vs Request' graph should be 'Median Latency'</li>
 </ul>
 
 <h3>Documentation</h3>
 <ul>
-    <li><bug>62211</bug>Fix HTTP Request Server Documentation. Contributed by 
orimarko at gmail.com</li>
-    <li><pr>388</pr>Fix a typo. Contributed by Giancarlo Romeo (giancarloromeo 
at gmail.com)</li>
 </ul>
 
 <h3>General</h3>
 <ul>
-  <li><bug>62107</bug>JMeter fails to start under Windows when 
<code>JM_LAUNCH</code> contains spaces</li>
-  <li><bug>62110</bug>A broken JUnit class (due to missing dependency) breaks 
JMeter menus. Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
-  <li><pr>377</pr>Small fix of the docs. Contributed by Peter Doornbosch 
(peter.doornbosch at luminis.eu)</li>
-  <li><bug>62124</bug>Recording templates : Add more exclusions and use 
Transaction Name by default</li>
-  <li><bug>62127</bug>Store filename as String instead of File in FileEditor. 
This will prevent conversion of filenames from Unix style path separators to 
Windows style when used for example in CSV Data Set Config.</li>
-  <li><bug>56150</bug>Keep the index right, when scrolling through the menu 
items.</li>
-  <li><bug>62240</bug>If SampleMonitor implementation is a TestBean if will 
not be initialized correctly</li>
-  <li><bug>62295</bug>Correct order of elements when duplicating a selection 
of multiple elements.</li>
-  <li><bug>62397</bug>Don't break lines at commata when using JSON Path 
Tester</li> 
-  <li><bug>62281</bug>Prevent NPE in MapProperty. Patch by belugabehr (dam6923 
at gmail.com)</li>
-  <li><bug>62457</bug>In usermanual, the UUID Function's example is wrong. 
Contributed by helppass (onegaicimasu at hotmail.com)</li>
-  <li><bug>62478</bug>Escape commata in parameters when constructing function 
strings in the GUI function helper. Reported by blue414 (blue414 at 
163.com)</li>
-  <li><bug>62463</bug>Fix usage of ports, when 
<code>client.rmi.localport</code> is set for distributed runs.</li>
-  <li><bug>62545</bug>Don't use a colon as part of the "tab" string when 
indenting JSON in RenderAsJSON.</li>
-  <li>Part of <bug>62637</bug> Avoid Integer overrun when dealing with very 
large values in <code>TimerService#adjustDelay</code></li>
-  <li><bug>62683</bug>Error dialog has no text when user opens completely 
invalid test plan.</li>
 </ul>
 
  <!--  =================== Thanks =================== -->
@@ -335,28 +164,6 @@ this behaviour, set <code>httpclient.res
 <p>We thank all contributors mentioned in bug and improvement sections above:
 </p>
 <ul>
-    <li>Graham Russell (graham at ham1.co.uk)</li>
-    <li>orimarko at gmail.com</li>
-    <li>Davide Angelocola (davide.angelocola at fisglobal.com)</li>
-    <li><a href="https://ubikloadpack.com";>Ubik Load Pack</a></li>
-    <li>Olaf Flebbe (oflebbe at apache.org)</li>
-    <li>Peter Doornbosch (peter.doornbosch at luminis.eu)</li>
-    <li>logox01 (logox01 at gmx.at)</li>
-    <li>Sergey Batalin (sergey_batalin at mail.ru)</li>
-    <li><a href="https://www.xmeter.net";>XMeter</a></li>
-    <li>Imane Ankhila (iankhila at ahlane.net)</li>
-    <li>jffagot05 (jffagot05 at gmail.com)</li>
-    <li>Perze Ababa (perze.ababa at gmail.com)</li>
-    <li>Martha Laks (laks.martha at gmail.com)</li>
-    <li>Logan Mauzaize (t524467 at airfrance.fr)</li>
-    <li>belugabehr (dam6923 at gmail.com)</li>
-    <li>Giancarlo Romeo (giancarloromeo at gmail.com)</li>
-    <li>helppass (onegaicimasu at hotmail.com)</li>
-    <li>blue414 (blue414 at 163.com)</li>
-    <li>Aaron Levin</li>
-    <li>Allen (444104595 at qq.com)</li>
-    <li>Felipe Cuozzo (felipe.cuozzo at gmail.com)</li>
-    <li>bangnab (ambrosetti.nicola at gmail.com)</li>
 </ul>
 <p>We also thank bug reporters who helped us improve JMeter.</p>
 <p>

Modified: jmeter/trunk/xdocs/changes_history.xml
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes_history.xml?rev=1841290&r1=1841289&r2=1841290&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes_history.xml [utf-8] (original)
+++ jmeter/trunk/xdocs/changes_history.xml [utf-8] Wed Sep 19 06:34:02 2018
@@ -39,6 +39,390 @@ Current changes are detailed in <a href=
 <p><b>Changes sections are chronologically ordered from top (most recent) to 
bottom 
 (least recent)</b></p>
 
+<!--  =================== 5.0 =================== -->
+
+<h1>Version 5.0</h1>
+<p>
+Summary
+</p>
+<ul>
+<li><a href="#New and Noteworthy">New and Noteworthy</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="#Known problems and workarounds">Known problems and 
workarounds</a></li>
+<li><a href="#Thanks">Thanks</a></li>
+
+</ul>
+
+<ch_section>New and Noteworthy</ch_section>
+<ch_title>Core improvements</ch_title>
+<p>Rest support has been improved in many fields
+<ul>
+    <li>Multipart/form-data requests now work for <code>PUT</code>, 
<code>DELETE</code> &hellip;</li>
+    <li>It is now also possible to send a JSON Body with attached file</li>
+    <li>Parameters entered in Parameters Tab are now used in body instead of 
being ignored</li>
+</ul>
+<figure width="1216" height="340" image="changes/5.0/jmeter_5_rest1.png" />
+<figure width="1223" height="314" image="changes/5.0/jmeter_5_rest2.png" />
+</p>
+<p>In distributed testing, JMeter now automatically prefixes thread names with 
engine host and port, this makes the counting of threads correct in the HTML 
report without any other configuration as it was required before
+<figure width="1156" height="543" image="changes/5.0/jmeter_5_distributed.png" 
/>
+</p>
+<p>XPath 2.0 is supported in a new element called <code>XPath2 
extractor</code> providing easier XML namespaces handling, up to date XPath 
syntax and better performances
+<figure width="879" height="340" 
image="changes/5.0/jmeter_5_xpath2_extractor.png" />
+<figure width="1213" height="730" 
image="changes/5.0/jmeter_5_xpath2_tester.png" />
+</p>
+<p>Upgrade to HTTP Components 4.6 last APIs has been completed and JMeter does 
not rely anymore on deprecated APIs of this library</p>
+<p>It is now possible to control in an easier way Loop breaking and Loop 
switching to next iteration. This is available in <code>Flow Control 
Action</code> and <code>Result Status Action Handler</code> elements
+<figure width="772" height="270" 
image="changes/5.0/jmeter_5_flow_control_action.png" />
+<figure width="615" height="212" 
image="changes/5.0/jmeter_5_result_status_handler.png" />
+
+</p>
+<p>While Controller now exports a variable containing its current index named 
<code>__jm__&lt;Name of your element&gt;__idx</code>. So for
+example, if your While Controller is named WC, then you can access the looping 
index through <code>${__jm__WC__idx}</code></p>
+
+<ch_title>Scripting / Debugging enhancements</ch_title>
+<p>Search feature has been improved to allow you to iterate in the tree over 
search results and do necessary replacements through 
<code>Next</code>/<code>Previous</code>/<code>Replace</code>/<code>Replace/Find</code>
 buttons
+<figure width="829" height="524" 
image="changes/5.0/jmeter_5_search_feature.png" />
+</p>
+<p>In View Results Tree, the request and response headers/body are clearly 
separated to allow you to better inspect requests and responses. You can also 
search in all those tabs for a particular value
+<figure width="737" height="366" 
image="changes/5.0/jmeter_5_vrt_request_body.png" />
+<figure width="771" height="552" 
image="changes/5.0/jmeter_5_vrt_response_body.png" />
+</p>
+<p>Recording feature has been improved to provide a popup that is always on 
top when you navigate in browser allowing you to name transactions while you 
navigate in your application.
+<figure width="1425" height="796" image="changes/5.0/jmeter_5_recording.png" />
+</p>
+<p>You can now restart JMeter from menu 
<menuchoice><guimenuitem>File</guimenuitem><guimenuitem>Restart</guimenuitem></menuchoice>
+<figure width="199" height="318" image="changes/5.0/jmeter_5_restart.png" />
+</p>
+
+<ch_title>Live Reporting and Web Report</ch_title>
+Reporting feature has been enhanced 
+<p>A new Graph Total Transactions per second has been added to the HTML Web 
Report
+<figure width="1156" height="536" 
image="changes/5.0/jmeter_5_total_trans_per_sec.png" />
+</p> 
+<p>It is now possible to graph over time custom metrics available as JMeter 
Variables through <code>sample_variables</code>. Those custom metrics graphs 
will be 
+available in the HTML Report in <code>Custom Graphs section</code>
+<figure width="1426" height="755" 
image="changes/5.0/jmeter_5_custom_graphs.png" />
+</p>
+<p>Hits per second graph now takes into account the embedded resources
+<figure width="1153" height="537" 
image="changes/5.0/jmeter_5_hits_per_sec.png" />
+</p>
+
+<p>In Live reporting, the sent and received bytes are now sent to Backends 
(InfluxDB or Graphite)</p>
+
+<ch_title>Functions</ch_title>
+<p>A New function <code><funclink name="__threadGroupName"/></code> has been 
introduced to obtain ThreadGroup name.</p>
+
+<!-- =================== Incompatible changes =================== -->
+
+<ch_section>Incompatible changes</ch_section>
+<ul>
+<li>Since JMeter 5.0, when using default HC4 Implementation, JMeter will reset 
HTTP state (SSL State + Connections) on each thread group iteration. If you 
don't want
+this behaviour, set 
<code>httpclient.reset_state_on_thread_group_iteration=false</code></li>
+<li>Since JMeter 5.0, in relation to above remark, 
<code>https.use.cached.ssl.context</code> is deprecated and not used 
anymore.</li>
+<li>Since JMeter 5.0, when using CSV output, sub results will now be also 
output to CSV file. To revert to previous behaviour set 
<code>jmeter.save.saveservice.subresults=false</code>, see 
<bugzilla>62470</bugzilla>, <bugzilla>60917</bugzilla>, 
<bugzilla>62550</bugzilla>.</li>
+<li>Since JMeter 5.0, <code>CSS/JQuery Extractor</code> has been renamed to 
<code>CSS Selector Extractor</code></li>
+<li>Since JMeter 5.0, <code>Test Action</code> has been renamed to <code>Flow 
Control Action</code></li>
+
+</ul>
+<!-- =================== Improvements =================== -->
+
+<ch_section>Improvements</ch_section>
+
+<h3>HTTP Samplers and Test Script Recorder</h3>
+<ul>
+    <li><bug>62260</bug>Improve Rest support. Contributed by Ubik Load Pack 
(support at ubikloadpack.com)</li>
+    <li><bug>58757</bug>HTTP Request : Updated deprecated methods of 
HttpComponents to last APIs of httpclient-4.5.X. Contributed by Ubik Load Pack 
(support at ubikloadpack.com)</li>
+    <li><bug>62212</bug>Recorder : Improve UX by providing a popup above all 
windows to be able to change Transaction names and pauses while using Browser. 
Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
+    <li><bug>62248</bug>HTTP Request : Parameters entered in Parameters Tab 
should be used in body instead of being ignored. Partly based on a patch by 
Artem Fedorov contributed by Blazemeter.</li>
+    <li><bug>60015</bug>Multipart/form-data works only for <code>POST</code> 
using HTTPClient4 while it should for <code>PUT</code>, <code>DELETE</code>, 
&hellip; Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
+    <li><bug>62317</bug>HTTP(S) Test Script Recorder: allow to add ResultSaver 
to created sampler</li>
+</ul>
+
+<h3>Other samplers</h3>
+<ul>
+  <li><pr>376</pr>JUnitSampler logs exceptions except assertion-failures from 
test cases as warnings. Contributed by Davide Angelocola (davide.angelocola at 
fisglobal.com)</li>
+  <li><bug>62244</bug>Rename <code>Test Action</code> to <code>Flow Control 
Action</code></li>
+  <li><bug>62302</bug>Move JSR223 Sampler up the menu. Contributed by orimarko 
at gmail.com</li>
+  <li><bug>62595</bug>SMTPSampler does not allow configuring the SSL/TLS 
protocols to be used on handshake. Contributed by Felipe Cuozzo (felipe.cuozzo 
at gmail.com)</li>
+</ul>
+
+<h3>Controllers</h3>
+<ul>
+    <li><bug>62237</bug>While Controller : Export variable containing current 
index of iteration. Contributed by Ubik Load Pack (support at 
ubikloadpack.com)</li>
+</ul>
+
+<h3>Listeners</h3>
+<ul>
+    <li><bug>62195</bug>Save Responses to a file : Improve component and UI. 
Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
+    <li><bug>62209</bug>InfluxBackendListenerClient: First Assertion Failure 
Message must be sent if error code and response code are empty or OK</li>
+    <li><bug>62269</bug>Bug 62269 - View Results Tree : Response and Request 
Tabs should contains Header and Body tabs. Contributed by Ubik Load Pack 
(support at ubikloadpack.com)</li>
+    <li><bug>62270</bug>View Results Tree : Allow searching in Request 
headers, Response Headers, and Request body. Contributed by Ubik Load Pack 
(support at ubikloadpack.com)</li>
+    <li><bug>62276</bug>InfluxDBBackendListenerClient / 
GraphiteBackendListenerClient : Add sent and received bytes to metrics. 
Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
+</ul>
+
+<h3>Timers, Assertions, Config, Pre- &amp; Post-Processors</h3>
+<ul>
+    <li><bug>62320</bug>Counter : Reference Name property is not clear</li>
+    <li><bug>60991</bug>XPath Extractor : Implement XPath 2.0. Contributed by 
Ubik Load Pack (support at ubikloadpack.com)</li>
+    <li><bug>62593</bug>Rename CSS/JQuery Extractor to CSS Selector Extractor. 
Contributed by orimarko at gmail.com</li>
+</ul>
+
+<h3>Functions</h3>
+<ul>
+    <li><bug>62178</bug>Add default value to <code><funclink 
name="__V"/></code> function. Contributed by orimarko at gmail.com</li>
+    <li><bug>62178</bug>Add function <code><funclink 
name="__threadGroupName"/></code> function to obtain ThreadGroup name. Mainly 
contributed by orimarko at gmail.com</li>
+    <li><bug>62533</bug>Allow use epoch time as Date String value in function 
<code><funclink name="__dateTimeConvert"/></code> </li>
+    <li><bug>62541</bug>Allow <code>funclink name="__jexl3"/></code>, 
<code><funclink name="__jexl2"/></code> functions to support new syntax as 
<code>var x;</code>. Contributed by orimarko at gmail.com</li>
+    <li><bug>61834</bug>Function Helper Dialog : Improve tests by showing 
variables and keeping them available between evaluations</li>
+</ul>
+<h3>I18N</h3>
+<ul>
+</ul>
+
+<h3>Report / Dashboard</h3>
+<ul>
+    <li><bug>62243</bug>Dashboard : make option 
"<code>--forceDeleteResultFile</code>"/"<code>-f</code>" option delete folder 
referenced by "<code>-o</code>" option</li>
+    <li><bug>62367</bug>HTML Report Generator: Add Graph Total Transactions 
per Second. Contributed mainly by Martha Laks (laks.martha at gmail.com)</li>
+    <li><bug>62166</bug>Report/Dashboard: Provide ability to register custom 
graphs and metrics in the JMeter Dashboard. Contributed by Ubik Load Pack 
(support at ubikloadpack.com)</li>
+    <li><bug>62542</bug>Report/Dashboard : Display more information on filters 
when graph is empty. Contributed by Ubik Load Pack (support at 
ubikloadpack.com)</li>
+    <li><bug>62426</bug>Optimize performance of report generation. Based on 
feedback by Allen (444104595 at qq.com)</li>
+    <li><bug>62550</bug>Modify SubResult Naming Policy</li>
+    <li><bug>60917</bug>Load Test with embedded resources download : Hits per 
seconds does not take into account the downloaded resources</li>
+</ul>
+
+<h3>General</h3>
+<ul>
+  <li><bug>62684</bug>Distributed Testing : Add automatically to thread name a 
prefix to identify engine. Contributed by Ubik Load Pack (support at 
ubikloadpack.com)</li>
+  <li><bug>62155</bug>Search Feature: Make Search text field get focus</li>
+  <li><bug>62156</bug>Search Feature : Distinguish between node that matches 
search and node that contains a child that matches search</li>
+  <li><bug>62234</bug>Search/Replace Feature : Enhance UX and add 
Replace/Next/Previous/Replace &amp; Find features. Contributed by Ubik Load 
Pack (support at ubikloadpack.com)</li>
+  <li><bug>62238</bug>Add ability to Switch to next iteration of Current Loop. 
Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
+  <li><bug>62239</bug>Add ability to Break Current Loop</li>
+  <li><bug>61635</bug>Add a menu to restart JMeter</li>
+  <li><bug>62470</bug>CSV Output : Enable logging of sub results when 
<code>jmeter.save.saveservice.subresults=true</code>. Contributed by Ubik Load 
Pack (support at ubikloadpack.com)</li>
+  <li><bug>62473</bug>Setting "<code>saveservice_properties</code>" has 
counter intuitive behaviour</li>
+  <li><bug>62354</bug>Correct calculation and usage of units for second per 
user (reported by jffagot05 at gmail.com)</li>
+  <li><bug>62700</bug>Introduce <code>jsr223.init.file</code> to allow calling 
a JSR-223 script on JMeter startup</li>
+  <li><bug>62128</bug>Try to guess <code>JMETER_HOME</code> correctly, when 
<code>jmeter.bat</code> is called from a batch file in another directory. 
Contributed by logox01 (logox01 at gmx.at)</li>
+  <li><pr>386</pr>Add parameter support for RMI keystore creation scripts. 
Contributed by Logan Mauzaize (t524467 at airfrance.fr)</li>
+  <li><bug>62065</bug>Use Maven artifact for JAF Module instead of embedded 
module</li>
+  <li><bug>61714</bug>Update Real-time results documentation</li>
+  <li><pr>382</pr>Correct typo in documentation. Reported by Perze Ababa 
(perze.ababa at gmail.com>)</li>
+  <li><pr>392</pr>Correct typo in documentation. Reported by Aaron Levin</li>
+  <li><pr>379</pr> Improve chinese translations. Contributed by XmeterNet</li>
+</ul>
+
+<ch_section>Non-functional changes</ch_section>
+<ul>
+    <li><pr>358</pr><pr>365</pr><pr>366</pr><pr>375</pr>Updated to latest 
checkstyle (v8.8). Expanded Checkstyle to files
+      in <code>src</code> and <code>test</code>; fixed newly checked files. 
Based on contribution
+      by Graham Russell (graham at ham1.co.uk)</li>
+    <li><bug>62095</bug>Correct description for right boundary parameter in 
Boundary Extractor. Contributed by orimarko (orimarko at gmail.com)</li>
+    <li><bug>62113</bug>Updated to latest Bouncycastle (v1.60). Based on 
contribution by Olaf Flebbe (oflebbe at apache.org)</li>
+    <li><bug>62171</bug>Remove <code>.md5</code> checksums and keep only 
<code>.sha512</code> checksums for source and binary archives</li>
+    <li>Updated to groovy-all-2.4.15 (from groovy-all-2.4.13)</li>
+    <li>Updated to asm-6.1 (from 6.1)</li>
+    <li>Updated to tika-core and tika-parsers 1.18 (from 1.17)</li>
+    <li><bug>62482</bug>Sync documentation to the implementation of the 
ForEachController. Based on contribution by orimarko (orimarko at 
gmail.com)</li>
+    <li><bug>62529</bug>Updated to httpclient-4.5.6 (from httpclient 4.5.5) 
and updated to freemarker-2.3.28 (from freemarker-2.3.23). Based on patch by 
orimarko (orimarko at gmail.com)</li>
+    <li>Updated to httpmime-4.5.6 (from httpmime-4.5.5)</li>
+    <li>Updated to caffeine-2.6.2 (from caffeine-2.6.1)</li>
+    <li>Updated to cglib-nodep-3.2.7 (from cglib-nodep-3.2.6)</li>
+    <li>Updated to commons-dbcp2-2.4.0 (from commons-dbcp2-2.2.0)</li>
+    <li>Updated to commons-pool2-2.6.0 (from commons-pool2-2.5.0)</li>
+    <li>Updated to httpcore-4.4.10 (from httpcore-4.4.9)</li>
+    <li>Updated to httpcore-nio-4.4.10 (from httpcore-nio-4.4.9)</li>
+    <li>Updated to log4j-2.11.0 (from log4j-2.10.0)</li>
+    <li>Updated to ph-css-6.1.1 (from ph-css-6.0.0)</li>
+    <li>Updated to ph-commons-9.1.2 (from ph-commons-9.0.0)</li>
+    <li>Updated to rhino-1.7.10 (from +rhino-1.7.7.2)</li>
+    <li>Updated to commons-lang3-3.8 (from commons-lang3-3.7)</li>
+</ul>
+
+ <!-- =================== Bug fixes =================== -->
+
+<ch_section>Bug fixes</ch_section>
+
+<h3>HTTP Samplers and Test Script Recorder</h3>
+<ul>
+    <li><bug>62114</bug>HTTP(S) Test Script Recorder : Client certificate 
authentication uses the first SSLManager created. Contributed by Ubik Load Pack 
(support at ubikloadpack.com)</li>
+    <li><bug>61058</bug>HTTP Request : Add option 
<code>httpclient4.deflate_relax_mode</code> to avoid "Unexpected end of ZLIB 
input stream" when deflating what seems to be invalid streams. Contributed by 
Ubik Load Pack (support at ubikloadpack.com)</li>
+    <li><bug>43612</bug>HTTP PUT does not honor request parameters. 
Implemented by Artem Fedorov (artem.fedorov at blazemeter.com) and contributed 
by BlazeMeter Ltd.</li>
+    <li><bug>60190</bug>Content-Type is added for <code>POST</code> 
unconditionally. Contributed by Ubik Load Pack (support at 
ubikloadpack.com)</li>
+    <li><bug>62462</bug><pr>387</pr>Make delegation of credentials in SPNEGO 
possible again.</li>
+    <li><bug>58807</bug><code>Reset SSL State on Thread Group iteration only 
(was https.use.cached.ssl.context=false</code> is broken)</li>
+    <li><bug>62716</bug>When Recording, JMeter removes Authorization from 
generated Header Manager when using Bearer Token</li>
+</ul>
+
+<h3>Other Samplers</h3>
+<ul>
+    <li><bug>62235</bug>Java 9 - illegal reflective access by 
org.apache.jmeter.util.HostNameSetter</li>
+    <li><bug>62464</bug>Set start- and end-time on JMS publisher sampler, even 
if initialization fails.</li>
+    <li><bug>62616</bug>FTPSampler: Upload file-size is not counted in 
sentBytes</li>
+</ul>
+
+<h3>Controllers</h3>
+<ul>
+    <li><bug>62265</bug>ModuleController behaves strangely</li>
+</ul>
+
+<h3>Listeners</h3>
+<ul>
+  <li><bug>62097</bug>Update JTable in Aggregate Report only when new data has 
arrived. That way selections of rows will be kept longer around.</li>
+  <li><bug>62203</bug>Influxdb BackendListener client: store user tags to 
annotation and internal transaction. Contributed by Sergey Batalin 
(sergey_batalin at mail.ru)</li>
+  <li><bug>62251</bug>TextGraphiteMetricsSender does not invalidate lost 
connections in case of network errors </li>
+  <li><bug>60705</bug>Fix headers of Aggregate Reports and friends when 
columns are moved around.</li>
+</ul>
+
+<h3>Timers, Assertions, Config, Pre- &amp; Post-Processors</h3>
+<ul>
+    <li><bug>61664</bug>HTTP Authorization Manager : Digest works only with 
legacy <rfc link="2069" />, <rfc link="2617" /> is not implemented. Contributed 
by Ubik Load Pack (support at ubikloadpack.com)</li>
+    <li><bug>62252</bug>HTTP header merging logic does not correspond to the 
documentation</li>
+    <li><bug>62554</bug>BoundaryExtractor : Field to check is not reset</li>
+    <li><bug>62553</bug>Random element might return same value even if 
property "Per thread user (User)" is set to TRUE</li>
+    <li><bug>62637</bug>Take scheduler into account when calcuting delay for 
Synchronizing Timer</li>
+</ul>
+
+<h3>Functions</h3>
+<ul>
+</ul>
+
+<h3>I18N</h3>
+<ul>
+    <li><bug>62310</bug>French translation of Precise Throughput Timer 
label</li>
+</ul>
+
+<h3>Report / Dashboard</h3>
+<ul>
+    <li><bug>62333</bug>Report Dashboard - When one series contains no value, 
the graph colors logic is wrong. Contributed by Ubik Load Pack (support at 
ubikloadpack.com)</li>
+    <li><bug>62283</bug>Report Dashboard - Date is not correctly displayed on 
chart when granularity is &lt;= 1 day</li>
+    <li><bug>62520</bug>The tool-tip text when we hover on the point in 
'Latency Vs Request' graph should be 'Median Latency'</li>
+</ul>
+
+<h3>Documentation</h3>
+<ul>
+    <li><bug>62211</bug>Fix HTTP Request Server Documentation. Contributed by 
orimarko at gmail.com</li>
+    <li><pr>388</pr>Fix a typo. Contributed by Giancarlo Romeo (giancarloromeo 
at gmail.com)</li>
+</ul>
+
+<h3>General</h3>
+<ul>
+  <li><bug>62107</bug>JMeter fails to start under Windows when 
<code>JM_LAUNCH</code> contains spaces</li>
+  <li><bug>62110</bug>A broken JUnit class (due to missing dependency) breaks 
JMeter menus. Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
+  <li><pr>377</pr>Small fix of the docs. Contributed by Peter Doornbosch 
(peter.doornbosch at luminis.eu)</li>
+  <li><bug>62124</bug>Recording templates : Add more exclusions and use 
Transaction Name by default</li>
+  <li><bug>62127</bug>Store filename as String instead of File in FileEditor. 
This will prevent conversion of filenames from Unix style path separators to 
Windows style when used for example in CSV Data Set Config.</li>
+  <li><bug>56150</bug>Keep the index right, when scrolling through the menu 
items.</li>
+  <li><bug>62240</bug>If SampleMonitor implementation is a TestBean if will 
not be initialized correctly</li>
+  <li><bug>62295</bug>Correct order of elements when duplicating a selection 
of multiple elements.</li>
+  <li><bug>62397</bug>Don't break lines at commata when using JSON Path 
Tester</li> 
+  <li><bug>62281</bug>Prevent NPE in MapProperty. Patch by belugabehr (dam6923 
at gmail.com)</li>
+  <li><bug>62457</bug>In usermanual, the UUID Function's example is wrong. 
Contributed by helppass (onegaicimasu at hotmail.com)</li>
+  <li><bug>62478</bug>Escape commata in parameters when constructing function 
strings in the GUI function helper. Reported by blue414 (blue414 at 
163.com)</li>
+  <li><bug>62463</bug>Fix usage of ports, when 
<code>client.rmi.localport</code> is set for distributed runs.</li>
+  <li><bug>62545</bug>Don't use a colon as part of the "tab" string when 
indenting JSON in RenderAsJSON.</li>
+  <li>Part of <bug>62637</bug> Avoid Integer overrun when dealing with very 
large values in <code>TimerService#adjustDelay</code></li>
+  <li><bug>62683</bug>Error dialog has no text when user opens completely 
invalid test plan.</li>
+</ul>
+
+ <!--  =================== Thanks =================== -->
+
+<ch_section>Thanks</ch_section>
+<p>We thank all contributors mentioned in bug and improvement sections above:
+</p>
+<ul>
+    <li>Graham Russell (graham at ham1.co.uk)</li>
+    <li>orimarko at gmail.com</li>
+    <li>Davide Angelocola (davide.angelocola at fisglobal.com)</li>
+    <li><a href="https://ubikloadpack.com";>Ubik Load Pack</a></li>
+    <li>Olaf Flebbe (oflebbe at apache.org)</li>
+    <li>Peter Doornbosch (peter.doornbosch at luminis.eu)</li>
+    <li>logox01 (logox01 at gmx.at)</li>
+    <li>Sergey Batalin (sergey_batalin at mail.ru)</li>
+    <li><a href="https://www.xmeter.net";>XMeter</a></li>
+    <li>Imane Ankhila (iankhila at ahlane.net)</li>
+    <li>jffagot05 (jffagot05 at gmail.com)</li>
+    <li>Perze Ababa (perze.ababa at gmail.com)</li>
+    <li>Martha Laks (laks.martha at gmail.com)</li>
+    <li>Logan Mauzaize (t524467 at airfrance.fr)</li>
+    <li>belugabehr (dam6923 at gmail.com)</li>
+    <li>Giancarlo Romeo (giancarloromeo at gmail.com)</li>
+    <li>helppass (onegaicimasu at hotmail.com)</li>
+    <li>blue414 (blue414 at 163.com)</li>
+    <li>Aaron Levin</li>
+    <li>Allen (444104595 at qq.com)</li>
+    <li>Felipe Cuozzo (felipe.cuozzo at gmail.com)</li>
+    <li>bangnab (ambrosetti.nicola at gmail.com)</li>
+</ul>
+<p>We also thank bug reporters who helped us improve JMeter.</p>
+<p>
+Apologies if we have omitted anyone else.
+</p>
+ <!--  =================== Known bugs or issues related to JAVA Bugs 
=================== -->
+
+<ch_section>Known problems and workarounds</ch_section>
+<ul>
+<li>View Results Tree may freeze rendering large response particularly if this 
response has no spaces, see <bugzilla>60816</bugzilla>.
+This is due to an identified Java Bug <a 
href="https://bugs.openjdk.java.net/browse/JDK-8172336";>UI stuck when calling 
<code>JEditorPane.setText()</code> or <code>JTextArea.setText()</code> with 
long text without space</a>.
+</li>
+</ul>
+<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 <code>0</code> (see <bugzilla>55510</bugzilla>).
+</li>
+
+<li>
+Note that under some windows systems you may have this WARNING:
+<source>
+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.
+</source>
+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>
+You may encounter the following error:
+<source>java.security.cert.CertificateException: Certificates does not conform 
to algorithm constraints</source>
+ 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 <code>md2WithRSAEncryption</code>) or with a SSL 
certificate with a size lower than 1024 bits.
+This error is related to increased security in Java 8+.
+<br></br>
+To allow you to perform your HTTPS request, you can downgrade the security of 
your Java installation by editing
+the Java <code>jdk.certpath.disabledAlgorithms</code> property. Remove the MD2 
value or the constraint on size, depending on your case.
+<br></br>
+This property is in this file:
+<source>JAVA_HOME/jre/lib/security/java.security</source>
+See  <bugzilla>56357</bugzilla> for details.
+</li>
+
+<li>
+Under Mac OSX Aggregate Graph will show wrong values due to mirroring effect 
on numbers.
+This is due to a known Java bug, see Bug <a 
href="https://bugs.openjdk.java.net/browse/JDK-8065373"; >JDK-8065373</a>
+The fix is to use JDK8_u45 or later.
+</li>
+
+<li>
+View Results Tree may fail to display some HTML code under HTML renderer, see 
<bugzilla>54586</bugzilla>.
+This is due to a known Java bug which fails to parse "<code>px</code>" units 
in row/col attributes.
+See Bug <a href="https://bugs.openjdk.java.net/browse/JDK-8031109"; 
>JDK-8031109</a>
+The fix is to use JDK9 b65 or later.
+</li>
+
+<li>
+JTable selection with keyboard 
(<keycombo><keysym>SHIFT</keysym><keysym>up/down</keysym></keycombo>) is 
totally unusable with Java 7 on Mac OSX.
+This is due to a known Java bug <a 
href="https://bugs.openjdk.java.net/browse/JDK-8025126"; >JDK-8025126</a>
+The fix is to use JDK 8 b132 or later.
+</li>
+</ul>
 
 <!--  =================== 4.0 =================== -->
 


Reply via email to