Changes
|
Version 5.4.1
Summary
- Restart after LAF change has been reinstated, it had been removed in JMeter 5.3
HTTP Samplers and Test Script RecorderOther samplersControllersListenersTimers, Assertions, Config, Pre- & Post-ProcessorsFunctionsI18NReport / DashboardGeneral
- Bug 65028
- Add documentation for the property client.rmi.localport
- Bug 65012
- Better handling of displaying long comments in the GUI
- Updated SaxonHE to 9.9.1-8 (from 9.9.1-7)
- Updated asm to 9.0 (from 7.3.1)
- Updated bouncycastle to 1.67 (from 1.66)
- Updated caffeine to 2.8.8 (from 2.8.0)
- Updated commons-codec to 1.15 (from 1.14)
- Updated commons-io to 2.8.0 (from 2.7)
- Updated commons-net to 3.7.2 (from 3.7)
- Updated jackson to 2.10.5 (from 2.10.3)
- Updated junit to 4.13.1 (from 4.13)
- Updated ph-commons to 9.5.1 (from 9.4.1)
- Updated ph-css to 6.2.3 (from 6.2.1)
- Updated groovy to 3.0.7 (from 3.0.5)
- Updated xstream to 1.4.15 (from 1.4.14)
HTTP Samplers and Test Script Recorder
- Bug 64955
- Keystore password not reset on reload
- Bug 65002
- HTTP(S) Test Script recorder creates an invalid Basic authentication URL. Contributed by Ubik Load Pack (https://ubikloadpack.com)
- Bug 65004
- HTTP(S) Test Script recorder computes wrong HTTP Request breaking the application. Contributed by Ubik Load Pack (https://ubikloadpack.com)
- Bug 64543
- On MacOSX, Darklaf- IntelliJ Theme throws NPE in javax.swing.ToolTipManager.initiateToolTip
- Bug 65024
- Sending mime type with parameter throws IllegalArgumentException
- Bug 65029
- Try harder to correctly guess the URL for applets, when download embedded URLs is enabled
Other Samplers
- Bug 65034
- Ignore SocketTimeoutException on BinaryTCPClientImpl, when no EOM Byte is set. Regression
introduced by commit c190641e4f0474a34a366a72364b0a8dd25bfc81 which fixed Bug 52104
- . That bug was bout handling
the case of waiting for an EOM.
ControllersListeners
- Bug 64821
- When importing XML formatted jtl files, sub samplers will get renamed
- Bug 65052
- XPath2 Tester and JSON JMESPath Tester are missing in view.results.tree.renderers_order property
Timers, Assertions, Config, Pre- & Post-ProcessorsFunctionsI18NReport / DashboardDocumentation
- Bug 64960
- Change scheduler reference in Thread Group documentation. Contributed by Ori Marko
- Bug 65006
- Illustration for completed HTTP Request Defaults element (Figure 4.4) contains misleading info
General
- Bug 64957
- When importing example test plan JMeter displays an NullPointerException
- Bug 64961
- Darklaf: On Windows 7, NPE in BasicEditorPaneUI.cleanDisplayProperties with Darklaf Intellij
- Bug 64963
- Blank comment tooltip is visible
- Bug 64969
- RemoteJMeterEngineImpl#rexit doesn't unexport RemoteJMeterEngineImpl on exit. Contributed by luo_isaiah at qq.com
- Bug 64984
- Darklaf LAF: Selecting a Test element does not work under certain screen resolutions on Windows. With the help of Jannis Weis
- Bug 65008
- SampleResult.setIgnore() called from PostProcessor is not considered
- Bug 64993
- Daklaf LAF: Menu navigation not working with keyboard shortcuts. With the help of Jannis Weis
- Bug 65013
- POST multipart/form-data cURL code with quoted arguments is not imported correctly
We thank all contributors mentioned in bug and improvement sections above:
We also thank bug reporters who helped us improve JMeter.
Apologies if we have omitted anyone else.
- The Once Only controller behaves correctly under a Thread Group or Loop Controller,
but otherwise its behaviour is not consistent (or clearly specified).
-
The numbers that appear to the left of the green box are the number of active threads / total number of threads,
the total number of threads only applies to a locally run test, otherwise it will show 0 (see Bug 55510
).
-
Note that under some windows systems you may have this WARNING:
 |
 |
 |
 |
java.util.prefs.WindowsPreferences
WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0
x80000002. Windows RegCreateKeyEx(…) returned error code 5.
|
 |
 |
 |
 |
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.
-
You may encounter the following error:
 |
 |
 |
 |
java.security.cert.CertificateException: Certificates does not conform to algorithm constraints |
 |
 |
 |
 |
if you run a HTTPS request on a web site with a SSL certificate (itself or one of SSL certificates in its chain of trust) with a signature
algorithm using MD2 (like md2WithRSAEncryption) or with a SSL certificate with a size lower than 1024 bits.
This error is related to increased security in Java 8+.
To allow you to perform your HTTPS request, you can downgrade the security of your Java installation by editing
the Java jdk.certpath.disabledAlgorithms property. Remove the MD2 value or the constraint on size, depending on your case.
This property is in this file:
 |
 |
 |
 |
JAVA_HOME/jre/lib/security/java.security |
 |
 |
 |
 |
See Bug 56357
for details.
-
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 JDK-8065373
The fix is to use JDK8_u45 or later.
-
View Results Tree may fail to display some HTML code under HTML renderer, see Bug 54586
.
This is due to a known Java bug which fails to parse "px" units in row/col attributes.
See Bug JDK-8031109
The fix is to use JDK9 b65 or later.
-
JTable selection with keyboard (SHIFT + up/down) is totally unusable with Java 7 on Mac OSX.
This is due to a known Java bug JDK-8025126
The fix is to use JDK 8 b132 or later.
-
Since Java 11 the JavaScript implementation Nashorn has been deprecated.
Java will emit the following deprecation warnings, if you are using JavaScript based on Nashorn.
 |
 |
 |
 |
Warning: Nashorn engine is planned to be removed from a future JDK release
|
 |
 |
 |
 |
To silence these warnings, add -Dnashorn.args=--no-deprecation-warning to your Java arguments.
That can be achieved by setting the enviroment variable JVM_ARGS
 |
 |
 |
 |
export JVM_ARGS="-Dnashorn.args=--no-deprecation-warning"
|
 |
 |
 |
 |
-
With Java 15 the JavaScript implementation Nashorn has been removed. To add back a JSR-223 compatible JavaScript engine you have two options:
- Use Mozilla Rhino
- Copy rhino-engine-1.7.13.jar into $JMETER_HOME/lib/ext.
- Use OpenJDK Nashorn
-
The OpenJDK Nashorn implementation comes as a module. To use it, you will have to download it and add it to the module path. A hacky way to download the version 15.0 and its dependencies and set the module path is outlined below:
 |
 |
 |
 |
mkdir lib/modules
pushd lib/modules
wget https://repo1.maven.org/maven2/org/openjdk/nashorn/nashorn-core/15.0/nashorn-core-15.0.jar
wget https://repo1.maven.org/maven2/org/ow2/asm/asm/9.0/asm-9.0.jar
wget https://repo1.maven.org/maven2/org/ow2/asm/asm-commons/9.0/asm-commons-9.0.jar
wget https://repo1.maven.org/maven2/org/ow2/asm/asm-util/9.0/asm-util-9.0.jar
wget https://repo1.maven.org/maven2/org/ow2/asm/asm-tree/9.0/asm-tree-9.0.jar
wget https://repo1.maven.org/maven2/org/ow2/asm/asm-analysis/9.0/asm-analysis-9.0.jar
popd
export JVM_ARGS="--modulepath $PWD/lib/modules"
./bin/jmeter
|
 |
 |
 |
 |
|
|
|