2016-10-30 19:19:00 +08:00
<?xml version="1.0"?>
2004-02-14 09:20:53 +08:00
<!--
2007-01-08 02:50:01 +08:00
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
2016-10-30 19:19:00 +08:00
2004-02-14 09:20:53 +08:00
http://www.apache.org/licenses/LICENSE-2.0
2016-10-30 19:19:00 +08:00
2004-02-14 09:20:53 +08:00
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
2015-08-13 04:13:12 +08:00
< !DOCTYPE document
[
<!ENTITY hellip "…" >
2016-09-25 19:52:31 +08:00
<!ENTITY rarr "→" >
2016-04-02 18:20:21 +08:00
<!ENTITY vellip "⋮" >
2015-08-13 04:13:12 +08:00
]>
2016-10-30 19:19:00 +08:00
<document >
<properties >
<author email= "dev AT jmeter.apache.org" > JMeter developers</author>
<title > Changes</title>
</properties>
<body >
<section name= "Changes" >
2013-01-24 18:11:23 +08:00
<style type= "text/css" > <!--
h2 { color: #960000; }
h3 { color: #960000; }
--></style>
2008-05-16 22:19:21 +08:00
<note >
<b > This page details the changes made in the current version only.</b>
<br > </br>
Earlier changes are detailed in the <a href= "changes_history.html" > History of Previous Changes</a> .
</note>
2008-05-29 07:08:45 +08:00
2011-10-01 06:44:46 +08:00
2018-08-26 04:59:48 +08:00
<!-- =================== 5.0 =================== -->
2008-05-29 07:08:45 +08:00
2018-08-26 04:59:48 +08:00
<h1 > Version 5.0</h1>
2016-11-08 23:41:31 +08:00
<p >
2013-10-13 02:26:09 +08:00
Summary
2016-11-08 23:41:31 +08:00
</p>
2013-10-13 02:26:09 +08:00
<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>
2016-10-31 22:03:50 +08:00
<li > <a href= "#Known problems and workarounds" > Known problems and workarounds</a> </li>
2013-10-13 02:26:09 +08:00
<li > <a href= "#Thanks" > Thanks</a> </li>
</ul>
<ch_section > New and Noteworthy</ch_section>
2017-03-13 05:35:53 +08:00
<!-- <ch_category>Sample category</ch_category> -->
<!-- <ch_title>Sample title</ch_title> -->
<!-- <figure width="846" height="613" image="changes/3.0/view_results_tree_search_feature.png"></figure> -->
2016-11-01 06:04:05 +08:00
<ch_title > Core improvements</ch_title>
2018-02-11 23:45:29 +08:00
2018-01-20 18:45:18 +08:00
<ch_title > UX improvements</ch_title>
2017-09-22 15:39:42 +08:00
2018-01-20 17:48:21 +08:00
<ch_title > Functions</ch_title>
2018-01-20 18:45:18 +08:00
2018-01-20 19:41:50 +08:00
<ch_title > Scripting and Plugin Development</ch_title>
2018-01-20 17:48:21 +08:00
2018-01-20 19:41:50 +08:00
<ch_title > Live Reporting and Web Report</ch_title>
2018-01-24 04:23:40 +08:00
2017-09-17 21:31:03 +08:00
2011-10-03 20:25:39 +08:00
<!-- =================== Incompatible changes =================== -->
2013-10-13 02:26:09 +08:00
<ch_section > Incompatible changes</ch_section>
2017-09-28 03:31:38 +08:00
<ul >
2018-08-26 04:59:48 +08:00
<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
2018-02-26 05:19:42 +08:00
this behaviour, set <code > httpclient.reset_state_on_thread_group_iteration=false</code> </li>
2018-08-26 04:59:48 +08:00
<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> </li>
<li > Since JMeter 5.0, <code > CSS/JQuery Extractor</code> has been renamed to <code > CSS Selector Extractor</code> </li>
2017-09-28 03:31:38 +08:00
</ul>
2015-02-28 05:05:55 +08:00
<!-- =================== Improvements =================== -->
2010-12-02 21:25:36 +08:00
2015-02-28 05:05:55 +08:00
<ch_section > Improvements</ch_section>
2009-05-10 23:47:21 +08:00
2013-11-23 21:08:28 +08:00
<h3 > HTTP Samplers and Test Script Recorder</h3>
2007-11-26 23:12:36 +08:00
<ul >
2018-04-06 03:10:44 +08:00
<li > <bug > 62260</bug> Improve Rest support. Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
2018-04-08 16:38:35 +08:00
<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>
2018-03-22 20:10:01 +08:00
<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>
2018-04-02 20:32:20 +08:00
<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>
2018-07-07 20:23:28 +08:00
<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> , … Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
2018-04-21 14:30:45 +08:00
<li > <bug > 62317</bug> HTTP(S) Test Script Recorder: allow to add ResultSaver to created sampler</li>
2009-05-10 23:47:21 +08:00
</ul>
2015-02-28 05:05:55 +08:00
<h3 > Other samplers</h3>
2009-05-10 23:47:21 +08:00
<ul >
2018-02-16 04:09:16 +08:00
<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>
2018-04-02 04:00:00 +08:00
<li > <bug > 62244</bug> Rename <code > Test Action</code> to <code > Flow Control Action</code> </li>
2018-04-20 23:36:31 +08:00
<li > <bug > 62302</bug> Move JSR223 Sampler up the menu. Contributed by orimarko at gmail.com</li>
2018-08-05 02:46:53 +08:00
<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>
2009-05-10 23:47:21 +08:00
</ul>
<h3 > Controllers</h3>
<ul >
2018-03-31 18:20:07 +08:00
<li > <bug > 62237</bug> While Controller : Export variable containing current index of iteration. Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
2009-05-10 23:47:21 +08:00
</ul>
<h3 > Listeners</h3>
<ul >
2018-03-21 03:23:19 +08:00
<li > <bug > 62195</bug> Save Responses to a file : Improve component and UI. Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
2018-05-10 15:11:04 +08:00
<li > <bug > 62209</bug> InfluxBackendListenerClient: First Assertion Failure Message must be sent if error code and response code are empty or OK</li>
2018-04-07 02:30:23 +08:00
<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>
2018-04-11 00:59:36 +08:00
<li > <bug > 62276</bug> InfluxDBBackendListenerClient / GraphiteBackendListenerClient : Add sent and received bytes to metrics. Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
2009-05-10 23:47:21 +08:00
</ul>
2012-08-23 07:54:57 +08:00
<h3 > Timers, Assertions, Config, Pre- & Post-Processors</h3>
2009-05-10 23:47:21 +08:00
<ul >
2018-04-20 23:20:31 +08:00
<li > <bug > 62320</bug> Counter : Reference Name property is not clear</li>
2018-06-04 03:05:08 +08:00
<li > <bug > 60991</bug> XPath Extractor : Implement XPath 2.0. Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
2018-08-26 04:18:39 +08:00
<li > <bug > 62593</bug> Rename CSS/JQuery Extractor to CSS Selector Extractor. Contributed by orimarko at gmail.com</li>
2009-05-10 23:47:21 +08:00
</ul>
<h3 > Functions</h3>
<ul >
2018-03-18 22:30:39 +08:00
<li > <bug > 62178</bug> Add default value to <code > __V</code> function. Contributed by orimarko at gmail.com</li>
2018-05-12 19:09:47 +08:00
<li > <bug > 62178</bug> Add function <code > __threadGroupName</code> function to obtain ThreadGroup name. Mainly contributed by orimarko at gmail.com</li>
2018-07-12 16:51:22 +08:00
<li > <bug > 62533</bug> Allow use epoch time as Date String value in function <code > __dateTimeConvert</code> </li>
2018-07-19 02:46:32 +08:00
<li > <bug > 62541</bug> Allow <code > __jexl3</code> ,<code > __jexl2</code> functions to support new syntax as <code > var x;</code> . Contributed by orimarko at gmail.com</li>
2009-05-10 23:47:21 +08:00
</ul>
<h3 > I18N</h3>
<ul >
</ul>
2016-09-12 02:33:18 +08:00
<h3 > Report / Dashboard</h3>
2009-05-10 23:47:21 +08:00
<ul >
2018-04-02 21:38:08 +08:00
<li > <bug > 62243</bug> Dashboard : make option "<code > --forceDeleteResultFile</code> "/"<code > -f</code> " option delete folder referenced by "<code > -o</code> " option</li>
2018-05-12 04:00:39 +08:00
<li > <bug > 62367</bug> HTML Report Generator: Add Graph Total Transactions per Second. Contributed mainly by Martha Laks (laks.martha at gmail.com)</li>
2018-06-26 15:30:08 +08:00
<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>
2018-07-16 18:11:27 +08:00
<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>
2018-07-08 19:45:32 +08:00
<li > <bug > 62426</bug> Optimize performance of report generation. Based on feedback by Allen (444104595 at qq.com)</li>
2018-07-26 04:23:50 +08:00
<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>
2016-09-12 02:33:18 +08:00
</ul>
2016-11-25 03:33:08 +08:00
2016-09-12 02:33:18 +08:00
<h3 > General</h3>
<ul >
2018-02-24 17:57:38 +08:00
<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>
2018-03-05 02:00:53 +08:00
<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>
2018-03-30 02:44:27 +08:00
<li > <bug > 62234</bug> Search/Replace Feature : Enhance UX and add Replace/Next/Previous/Replace & Find features. Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
2018-03-31 18:32:33 +08:00
<li > <bug > 62238</bug> Add ability to Switch to next iteration of Current Loop. Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
2018-04-02 04:39:42 +08:00
<li > <bug > 62239</bug> Add ability to Break Current Loop</li>
2018-07-19 03:54:42 +08:00
<li > <bug > 61635</bug> Add a menu to restart JMeter</li>
2018-06-19 00:07:51 +08:00
<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>
2018-07-07 20:23:28 +08:00
<li > <bug > 62473</bug> Setting "<code > saveservice_properties</code> " has counter intuitive behaviour</li>
2018-03-09 06:02:43 +08:00
<li > <bug > 62065</bug> Use Maven artifact for JAF Module instead of embedded module</li>
2018-03-28 04:05:13 +08:00
<li > <pr > 379</pr> Improve chinese translations. Contributed by XmeterNet</li>
2018-04-22 05:15:50 +08:00
<li > <bug > 61714</bug> Update Real-time results documentation</li>
2018-05-05 21:04:52 +08:00
<li > <bug > 62354</bug> Correct calculation and usage of units for second per user (reported by jffagot05 at gmail.com)</li>
2018-05-10 15:01:17 +08:00
<li > <pr > 382</pr> Correct typo in documentation. Reported by Perze Ababa (perze.ababa at gmail.com>)</li>
2018-05-26 19:13:36 +08:00
<li > <pr > 386</pr> Add parameter support for RMI keystore creation scripts. Contributed by Logan Mauzaize (t524467 at airfrance.fr)</li>
2018-07-07 16:00:04 +08:00
<li > <pr > 392</pr> Correct typo in documentation. Reported by Aaron Levin</li>
2007-11-26 23:12:36 +08:00
</ul>
2016-05-30 03:00:17 +08:00
2015-02-28 05:05:55 +08:00
<ch_section > Non-functional changes</ch_section>
<ul >
2018-02-12 20:40:51 +08:00
<li > <pr > 358</pr> <pr > 365</pr> <pr > 366</pr> <pr > 375</pr> Updated to latest checkstyle (v8.8). Expanded Checkstyle to files
2018-02-12 03:21:33 +08:00
in <code > src</code> and <code > test</code> ; fixed newly checked files. Based on contribution
by Graham Russell (graham at ham1.co.uk)</li>
2018-02-12 01:31:20 +08:00
<li > <bug > 62095</bug> Correct description for right boundary parameter in Boundary Extractor. Contributed by orimarko (orimarko at gmail.com)</li>
2018-02-18 18:05:28 +08:00
<li > <bug > 62113</bug> Updated to latest Bouncycastle (v1.59). Based on contribution by Olaf Flebbe (oflebbe at apache.org)</li>
2018-05-10 15:11:04 +08:00
<li > <bug > 62171</bug> Remove <code > .md5</code> checksums and keep only <code > .sha512</code> checksums for source and binary archives</li>
2018-05-13 20:17:51 +08:00
<li > Updated to groovy-all-2.4.15 (from groovy-all-2.4.13)</li>
2018-03-12 05:11:13 +08:00
<li > Updated to asm-6.1 (from 6.1)</li>
2018-04-26 14:49:19 +08:00
<li > Updated to tika-core and tika-parsers 1.18 (from 1.17)</li>
2018-07-14 22:21:36 +08:00
<li > <bug > 62482</bug> Sync documentation to the implementation of the ForEachController. Based on contribution by orimarko (orimarko at gmail.com)</li>
2018-07-15 18:03:58 +08:00
<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>
2018-07-15 18:17:40 +08:00
<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>
2018-07-15 18:21:50 +08:00
<li > Updated to cglib-nodep-3.2.7 (from cglib-nodep-3.2.6)</li>
2018-07-15 18:33:56 +08:00
<li > Updated to commons-dbcp2-2.4.0 (from commons-dbcp2-2.2.0)</li>
2018-07-15 18:40:36 +08:00
<li > Updated to commons-pool2-2.6.0 (from commons-pool2-2.5.0)</li>
2018-07-15 18:53:08 +08:00
<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>
2018-07-15 21:51:28 +08:00
<li > Updated to log4j-2.11.0 (from log4j-2.10.0)</li>
2018-07-15 21:59:21 +08:00
<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>
2018-07-15 22:09:08 +08:00
<li > Updated to rhino-1.7.10 (from +rhino-1.7.7.2)</li>
2018-08-23 00:50:27 +08:00
<li > Updated to commons-lang3-3.8 (from commons-lang3-3.7)</li>
2015-02-28 05:05:55 +08:00
</ul>
2016-10-30 19:19:00 +08:00
2015-02-28 05:05:55 +08:00
<!-- =================== Bug fixes =================== -->
2007-11-26 23:12:36 +08:00
2015-02-28 05:05:55 +08:00
<ch_section > Bug fixes</ch_section>
2009-05-10 23:47:21 +08:00
2014-01-10 03:38:12 +08:00
<h3 > HTTP Samplers and Test Script Recorder</h3>
2007-11-26 23:12:36 +08:00
<ul >
2018-02-19 04:48:21 +08:00
<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>
2018-04-08 16:38:35 +08:00
<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>
2018-04-02 20:32:20 +08:00
<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>
2018-07-07 20:23:28 +08:00
<li > <bug > 60190</bug> Content-Type is added for <code > POST</code> unconditionally. Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
2018-06-16 21:37:58 +08:00
<li > <bug > 62462</bug> <pr > 387</pr> Make delegation of credentials in SPNEGO possible again.</li>
2016-12-30 07:36:59 +08:00
</ul>
2009-05-10 23:47:21 +08:00
2015-02-28 05:05:55 +08:00
<h3 > Other Samplers</h3>
2009-05-10 23:47:21 +08:00
<ul >
2018-02-26 05:19:42 +08:00
<li > <bug > 58807</bug> <code > https.use.cached.ssl.context=false</code> is broken</li>
2018-04-12 00:19:05 +08:00
<li > <bug > 62235</bug> Java 9 - illegal reflective access by org.apache.jmeter.util.HostNameSetter</li>
2018-06-17 18:46:20 +08:00
<li > <bug > 62464</bug> Set start- and end-time on JMS publisher sampler, even if initialization fails.</li>
2018-08-26 04:29:25 +08:00
<li > <bug > 62616</bug> FTPSampler: Upload file-size is not counted in sentBytes</li>
2009-05-10 23:47:21 +08:00
</ul>
<h3 > Controllers</h3>
<ul >
2018-04-06 06:08:54 +08:00
<li > <bug > 62265</bug> ModuleController behaves strangely</li>
2009-05-10 23:47:21 +08:00
</ul>
<h3 > Listeners</h3>
<ul >
2018-02-13 02:58:24 +08:00
<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>
2018-03-24 19:24:46 +08:00
<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>
2018-04-05 19:03:13 +08:00
<li > <bug > 62251</bug> TextGraphiteMetricsSender does not invalidate lost connections in case of network errors </li>
2018-06-29 03:13:00 +08:00
<li > <bug > 60705</bug> Fix headers of Aggregate Reports and friends when columns are moved around.</li>
2009-05-10 23:47:21 +08:00
</ul>
2009-11-03 23:55:56 +08:00
<h3 > Timers, Assertions, Config, Pre- & Post-Processors</h3>
2009-05-10 23:47:21 +08:00
<ul >
2018-07-07 20:51:29 +08:00
<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>
2018-04-11 01:03:44 +08:00
<li > <bug > 62252</bug> HTTP header merging logic does not correspond to the documentation</li>
2018-07-18 22:05:28 +08:00
<li > <bug > 62554</bug> BoundaryExtractor : Field to check is not reset</li>
2018-07-20 03:17:36 +08:00
<li > <bug > 62553</bug> Random element might return same value even if property "Per thread user (User)" is set to TRUE</li>
2018-08-22 23:29:50 +08:00
<li > <bug > 62637</bug> Take scheduler into account when calcuting delay for Synchronizing Timer</li>
2009-05-10 23:47:21 +08:00
</ul>
2015-04-17 03:27:18 +08:00
2009-05-10 23:47:21 +08:00
<h3 > Functions</h3>
<ul >
</ul>
<h3 > I18N</h3>
<ul >
2018-04-19 15:02:22 +08:00
<li > <bug > 62310</bug> French translation of Precise Throughput Timer label</li>
2009-05-10 23:47:21 +08:00
</ul>
2015-04-17 03:27:18 +08:00
2017-02-11 23:19:46 +08:00
<h3 > Report / Dashboard</h3>
<ul >
2018-05-10 15:11:04 +08:00
<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>
2018-05-28 03:53:20 +08:00
<li > <bug > 62283</bug> Report Dashboard - Date is not correctly displayed on chart when granularity is < = 1 day</li>
2018-07-15 21:27:44 +08:00
<li > <bug > 62520</bug> The tool-tip text when we hover on the point in 'Latency Vs Request' graph should be 'Median Latency'</li>
2017-02-11 23:19:46 +08:00
</ul>
2017-04-29 20:18:36 +08:00
2018-03-22 16:04:42 +08:00
<h3 > Documentation</h3>
<ul >
<li > <bug > 62211</bug> Fix HTTP Request Server Documentation. Contributed by orimarko at gmail.com</li>
2018-06-14 03:20:00 +08:00
<li > <pr > 388</pr> Fix a typo. Contributed by Giancarlo Romeo (giancarloromeo at gmail.com)</li>
2018-03-22 16:04:42 +08:00
</ul>
2009-05-10 23:47:21 +08:00
<h3 > General</h3>
2015-04-17 04:22:31 +08:00
<ul >
2018-02-16 03:25:26 +08:00
<li > <bug > 62107</bug> JMeter fails to start under Windows when <code > JM_LAUNCH</code> contains spaces</li>
2018-05-10 15:11:04 +08:00
<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>
2018-02-22 05:11:51 +08:00
<li > <pr > 377</pr> Small fix of the docs. Contributed by Peter Doornbosch (peter.doornbosch at luminis.eu)</li>
2018-02-22 06:01:20 +08:00
<li > <bug > 62124</bug> Recording templates : Add more exclusions and use Transaction Name by default</li>
2018-05-10 15:11:04 +08:00
<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>
2018-03-27 00:56:06 +08:00
<li > <bug > 56150</bug> Keep the index right, when scrolling through the menu items.</li>
2018-03-31 23:08:27 +08:00
<li > <bug > 62240</bug> If SampleMonitor implementation is a TestBean if will not be initialized correctly</li>
2018-04-14 02:14:29 +08:00
<li > <bug > 62295</bug> Correct order of elements when duplicating a selection of multiple elements.</li>
2018-05-30 03:12:30 +08:00
<li > <bug > 62397</bug> Don't break lines at commata when using JSON Path Tester</li>
2018-06-03 21:44:15 +08:00
<li > <bug > 62281</bug> Prevent NPE in MapProperty. Patch by belugabehr (dam6923 at gmail.com)</li>
2018-06-15 15:36:02 +08:00
<li > <bug > 62457</bug> In usermanual, the UUID Function's example is wrong. Contributed by helppass (onegaicimasu at hotmail.com)</li>
2018-06-23 20:07:10 +08:00
<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>
2018-07-07 21:27:20 +08:00
<li > <bug > 62463</bug> Fix usage of ports, when <code > client.rmi.localport</code> is set for distributed runs.</li>
2018-07-17 00:48:21 +08:00
<li > <bug > 62545</bug> Don't use a colon as part of the "tab" string when indenting JSON in RenderAsJSON.</li>
2018-08-22 23:25:41 +08:00
<li > Part of <bug > 62637</bug> Avoid Integer overrun when dealing with very large values in <code > TimerService#adjustDelay</code> </li>
2013-08-12 05:17:32 +08:00
</ul>
2015-02-28 05:05:55 +08:00
<!-- =================== Thanks =================== -->
2013-10-13 02:26:09 +08:00
<ch_section > Thanks</ch_section>
2013-12-31 20:38:28 +08:00
<p > We thank all contributors mentioned in bug and improvement sections above:
2016-04-22 04:36:03 +08:00
</p>
2013-12-31 20:38:28 +08:00
<ul >
2018-02-12 01:31:20 +08:00
<li > Graham Russell (graham at ham1.co.uk)</li>
<li > orimarko at gmail.com</li>
2018-02-16 04:09:16 +08:00
<li > Davide Angelocola (davide.angelocola at fisglobal.com)</li>
2018-02-17 04:42:01 +08:00
<li > <a href= "https://ubikloadpack.com" > Ubik Load Pack</a> </li>
2018-02-18 18:05:28 +08:00
<li > Olaf Flebbe (oflebbe at apache.org)</li>
2018-02-22 05:11:51 +08:00
<li > Peter Doornbosch (peter.doornbosch at luminis.eu)</li>
2018-02-24 17:57:38 +08:00
<li > logox01 (logox01 at gmx.at)</li>
2018-03-24 19:24:46 +08:00
<li > Sergey Batalin (sergey_batalin at mail.ru)</li>
2018-03-28 04:05:13 +08:00
<li > <a href= "https://www.xmeter.net" > XMeter</a> </li>
2018-04-19 15:02:22 +08:00
<li > Imane Ankhila (iankhila at ahlane.net)</li>
2018-05-05 21:04:52 +08:00
<li > jffagot05 (jffagot05 at gmail.com)</li>
2018-05-10 15:01:17 +08:00
<li > Perze Ababa (perze.ababa at gmail.com)</li>
2018-05-12 04:00:39 +08:00
<li > Martha Laks (laks.martha at gmail.com)</li>
2018-05-26 19:13:36 +08:00
<li > Logan Mauzaize (t524467 at airfrance.fr)</li>
2018-06-03 21:44:15 +08:00
<li > belugabehr (dam6923 at gmail.com)</li>
2018-06-14 03:20:00 +08:00
<li > Giancarlo Romeo (giancarloromeo at gmail.com)</li>
2018-06-15 15:36:02 +08:00
<li > helppass (onegaicimasu at hotmail.com)</li>
2018-06-23 20:07:10 +08:00
<li > blue414 (blue414 at 163.com)</li>
2018-07-07 16:00:04 +08:00
<li > Aaron Levin</li>
2018-07-08 19:45:32 +08:00
<li > Allen (444104595 at qq.com)</li>
2018-08-05 02:46:53 +08:00
<li > Felipe Cuozzo (felipe.cuozzo at gmail.com)</li>
2018-08-18 16:25:16 +08:00
<li > bangnab (ambrosetti.nicola at gmail.com)</li>
2007-11-26 23:12:36 +08:00
</ul>
2018-02-11 23:45:29 +08:00
<p > We also thank bug reporters who helped us improve JMeter.</p>
2016-04-22 04:36:03 +08:00
<p >
2013-10-05 17:06:48 +08:00
Apologies if we have omitted anyone else.
2018-02-11 23:45:29 +08:00
</p>
2016-01-14 22:12:14 +08:00
<!-- =================== Known bugs or issues related to JAVA Bugs =================== -->
2016-10-30 19:19:00 +08:00
2016-01-05 04:52:13 +08:00
<ch_section > Known problems and workarounds</ch_section>
2017-03-04 05:25:19 +08:00
<ul >
<li > View Results Tree may freeze rendering large response particularly if this response has no spaces, see <bugzilla > 60816</bugzilla> .
2017-09-17 17:32:02 +08:00
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> .
2017-03-04 05:25:19 +08:00
</li>
</ul>
2015-02-28 05:05:55 +08:00
<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 >
2016-10-30 19:19:00 +08:00
The numbers that appear to the left of the green box are the number of active threads / total number of threads,
2016-04-02 18:20:21 +08:00
the total number of threads only applies to a locally run test, otherwise it will show <code > 0</code> (see <bugzilla > 55510</bugzilla> ).
2015-02-28 05:05:55 +08:00
</li>
<li >
Note that under some windows systems you may have this WARNING:
2016-04-02 18:20:21 +08:00
<source >
2016-10-30 19:19:00 +08:00
java.util.prefs.WindowsPreferences
2015-02-28 05:05:55 +08:00
WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0
2015-08-13 04:13:12 +08:00
x80000002. Windows RegCreateKeyEx(… ) returned error code 5.
2016-04-02 18:20:21 +08:00
</source>
2015-02-28 05:05:55 +08:00
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 >
2016-04-02 18:20:21 +08:00
You may encounter the following error:
<source > java.security.cert.CertificateException: Certificates does not conform to algorithm constraints</source>
2015-02-28 05:05:55 +08:00
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
2017-09-17 17:32:02 +08:00
algorithm using MD2 (like <code > md2WithRSAEncryption</code> ) or with a SSL certificate with a size lower than 1024 bits.
2017-04-01 21:49:40 +08:00
This error is related to increased security in Java 8+.
2015-02-28 05:05:55 +08:00
<br > </br>
2016-10-30 19:19:00 +08:00
To allow you to perform your HTTPS request, you can downgrade the security of your Java installation by editing
2016-04-02 18:20:21 +08:00
the Java <code > jdk.certpath.disabledAlgorithms</code> property. Remove the MD2 value or the constraint on size, depending on your case.
2015-02-28 05:05:55 +08:00
<br > </br>
This property is in this file:
2016-04-02 18:20:21 +08:00
<source > JAVA_HOME/jre/lib/security/java.security</source>
2015-02-28 05:05:55 +08:00
See <bugzilla > 56357</bugzilla> for details.
</li>
2015-06-14 04:52:34 +08:00
<li >
Under Mac OSX Aggregate Graph will show wrong values due to mirroring effect on numbers.
2016-10-30 19:19:00 +08:00
This is due to a known Java bug, see Bug <a href= "https://bugs.openjdk.java.net/browse/JDK-8065373" > JDK-8065373</a>
2017-01-15 20:50:54 +08:00
The fix is to use JDK8_u45 or later.
2015-06-14 04:52:34 +08:00
</li>
2015-06-14 04:54:32 +08:00
<li >
View Results Tree may fail to display some HTML code under HTML renderer, see <bugzilla > 54586</bugzilla> .
2016-04-02 18:20:21 +08:00
This is due to a known Java bug which fails to parse "<code > px</code> " units in row/col attributes.
2016-10-30 19:19:00 +08:00
See Bug <a href= "https://bugs.openjdk.java.net/browse/JDK-8031109" > JDK-8031109</a>
2017-09-17 23:15:34 +08:00
The fix is to use JDK9 b65 or later.
2015-06-14 04:54:32 +08:00
</li>
2016-01-16 04:56:43 +08:00
<li >
2017-09-17 17:32:02 +08:00
JTable selection with keyboard (<keycombo > <keysym > SHIFT</keysym> <keysym > up/down</keysym> </keycombo> ) is totally unusable with Java 7 on Mac OSX.
2016-10-30 19:19:00 +08:00
This is due to a known Java bug <a href= "https://bugs.openjdk.java.net/browse/JDK-8025126" > JDK-8025126</a>
2016-01-16 04:56:43 +08:00
The fix is to use JDK 8 b132 or later.
</li>
2015-02-28 05:05:55 +08:00
</ul>
2016-10-30 19:18:07 +08:00
</section>
</body>
2013-01-29 07:43:33 +08:00
</document>