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
2017-09-22 15:39:42 +08:00
<!-- =================== 3.4 =================== -->
2008-05-29 07:08:45 +08:00
2017-09-22 15:39:42 +08:00
<h1 > Version 3.4</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>
2017-09-22 15:39:42 +08:00
2017-03-29 05:05:04 +08:00
<ch_title > Report/Dashboard improvements</ch_title>
2017-09-22 15:39:42 +08:00
2016-11-01 06:04:05 +08:00
<ch_title > Documentation improvements</ch_title>
2016-04-15 22:44:17 +08:00
2017-09-17 21:31:03 +08:00
<ch_title > Functions</ch_title>
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 >
<li > <code > Start time</code> and <code > End date</code> of Thread Group have been removed, see <bugzilla > 61549</bugzilla> </li>
2017-10-24 04:21:48 +08:00
<li > In distributed testing, mode <code > Hold</code> has been removed. Use alternative and more efficient modes</li>
2017-10-24 04:26:08 +08:00
<li > For 3rd party plugins, the following method in <code > org.apache.jmeter.gui.tree.JMeterTreeNode</code> has been dropped for migration to Java 9 (<bugzilla > 61529</bugzilla> )
2017-10-24 04:21:48 +08:00
<source > public Enumeration< JMeterTreeNode> children()</source>
</li>
2017-10-24 04:26:08 +08:00
<li > <code > tearDown Thread Group</code> will now run on stop and shutdown of a test by default. If you don't want this behaviour,
uncheck <code > Run tearDown Thread Groups after shutdown of main threads</code> on <code > Test Plan</code> element, see <bugzilla > 61656</bugzilla> </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 >
2017-10-24 04:21:48 +08:00
<li > <pr > 316</pr> - Warn about empty truststore loading. Contributed by Vincent Herilier (https://github.com/vherilier)</li>
2017-10-23 00:59:57 +08:00
<li > <bug > 61639</bug> HTTP(S) Test Script Recorder : In request filtering tab, uncheck by default "Notify Child Listeners of filtered samplers"</li>
2017-10-27 05:14:27 +08:00
<li > <bug > 61672</bug> HTTP(S) Test Script Recorder : When a prefix is set don't use path in Sampler Name</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 >
</ul>
<h3 > Controllers</h3>
<ul >
</ul>
<h3 > Listeners</h3>
<ul >
</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 >
2017-10-19 04:11:09 +08:00
<li > <bug > 60213</bug> Boundary based extractor</li>
2017-10-23 02:19:00 +08:00
<li > <bug > 61644</bug> HTTP Cache Manager: "Use Cache-Control/Expires header when processing GET requests" should be checked by default</li>
2017-10-23 03:50:57 +08:00
<li > <bug > 61645</bug> Response Assertion : Add ability to assert on Request Data</li>
2017-10-23 20:08:24 +08:00
<li > <bug > 61534</bug> Convert AssertionError to a failed assertion in the JSR223Assertion allowing users to use assert in their code</li>
2009-05-10 23:47:21 +08:00
</ul>
<h3 > Functions</h3>
<ul >
2017-09-25 19:38:06 +08:00
<li > <bug > 61561</bug> Function helper dialog should display exception in result</li>
2017-10-08 05:26:54 +08:00
<li > <bug > 61593</bug> Remove Detail, Add, Add from Clipboard, Delete buttons in Function Helper GUI</li>
2009-05-10 23:47:21 +08:00
</ul>
<h3 > I18N</h3>
<ul >
2017-09-23 03:44:38 +08:00
<li > <bug > 61559</bug> Better label/translation/documentation for label ignoreFirstLine.displayName for CSV Data Set Config</li>
2017-10-12 04:50:26 +08:00
<li > <bug > 61606</bug> Translate button <code > Browse...</code> in some elements (which use FileEditor class)</li>
2009-05-10 23:47:21 +08:00
</ul>
2016-09-12 02:33:18 +08:00
<h3 > Report / Dashboard</h3>
2009-05-10 23:47:21 +08:00
<ul >
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 >
2017-09-28 03:31:38 +08:00
<li > <bug > 61549</bug> Thread Group : Remove start and end date</li>
2017-10-04 04:24:21 +08:00
<li > <bug > 61529</bug> Migration to Java 9. Partly contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
2017-10-12 05:50:34 +08:00
<li > <bug > 61607</bug> Add browse button in all beanshell elements to select beanshell script</li>
2017-10-18 03:26:26 +08:00
<li > <bug > 61627</bug> Don't clear LogView anymore when clicking on Warning/Errors Indicator</li>
2017-10-18 03:35:27 +08:00
<li > <bug > 61629</bug> Add Think Times to Children menu should not consider disabled elements</li>
2017-10-24 03:37:03 +08:00
<li > <bug > 61655</bug> SampleSender : Drop HoldSampleSender implementation</li>
2017-10-24 04:26:08 +08:00
<li > <bug > 61656</bug> <code > tearDown Thread Group</code> should run by default at stop or shutdown of test</li>
2017-10-24 19:02:25 +08:00
<li > <bug > 61659</bug> JMeterVariables#get() should apply toString() on non string objects</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 >
2017-10-16 04:10:42 +08:00
<li > Updated to bsh-2.0b6 (from bsh-2.0b5)</li>
2017-10-21 17:30:16 +08:00
<li > Updated to rhino-1.7.7.2 (from rhino-1.7.7.1)</li>
2017-10-24 19:12:56 +08:00
<li > <bug > 61642</bug> Improve FTP test coverage</li>
<li > <bug > 61641</bug> Improve JMS test coverage</li>
<li > <bug > 61651</bug> Improve TCP test coverage</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 >
2017-09-28 02:36:16 +08:00
<li > <bug > 61569</bug> JMS Point-to-Point Test Plan: Synchronization issue when putting reply. Contributed by Igor Panainte (panainte.i at gmail.com)</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 >
</ul>
<h3 > Controllers</h3>
<ul >
2017-10-06 04:28:05 +08:00
<li > <bug > 61556</bug> Clarify in documentation performance impacts of ${} var usage in IfController and groovy. Contributed by Justin McCartney (be_strew at yahoo.co.uk)</li>
2009-05-10 23:47:21 +08:00
</ul>
<h3 > Listeners</h3>
<ul >
</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 >
</ul>
2015-04-17 03:27:18 +08:00
2009-05-10 23:47:21 +08:00
<h3 > Functions</h3>
<ul >
2017-10-06 05:01:25 +08:00
<li > <bug > 61588</bug> Better log message for RandomDate function</li>
2017-10-16 02:50:56 +08:00
<li > <bug > 61619</bug> In Function Helper Dialog, the 1st function doesn't display default parameters</li>
2017-10-18 03:35:27 +08:00
<li > <bug > 61628</bug> If split string has empty separator default separator is not used</li>
2009-05-10 23:47:21 +08:00
</ul>
<h3 > I18N</h3>
<ul >
</ul>
2015-04-17 03:27:18 +08:00
2017-02-11 23:19:46 +08:00
<h3 > Report / Dashboard</h3>
<ul >
</ul>
2017-04-29 20:18:36 +08:00
2009-05-10 23:47:21 +08:00
<h3 > General</h3>
2015-04-17 04:22:31 +08:00
<ul >
2017-10-25 21:00:24 +08:00
<li > <bug > 61661</bug> Avoid startup/shutdown problems due to 3rd party Thread Listener plugins throwing RuntimeException</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 >
2017-09-28 02:36:16 +08:00
<li > Igor Panainte (panainte.i at gmail.com)</li>
2017-09-29 03:20:30 +08:00
<li > Emilian Bold (emi at apache.org)</li>
2017-10-04 04:24:21 +08:00
<li > <a href= "http://ubikloadpack.com" > Ubik Load Pack</a> </li>
2017-10-06 04:28:05 +08:00
<li > Justin McCartney (be_strew at yahoo.co.uk)</li>
2017-10-12 03:19:17 +08:00
<li > Vincent Herilier (https://github.com/vherilier)</li>
2013-12-31 20:38:28 +08:00
</ul>
2016-04-30 20:51:12 +08:00
<p > 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:</p>
2013-08-12 05:17:32 +08:00
<ul >
2007-11-26 23:12:36 +08:00
</ul>
2016-04-22 04:36:03 +08:00
<p >
2013-10-05 17:06:48 +08:00
Apologies if we have omitted anyone else.
2013-08-12 05:17:32 +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>