Author: fschumacher
Date: Sun Mar 24 12:25:20 2019
New Revision: 1856142
URL: http://svn.apache.org/viewvc?rev=1856142&view=rev
Log:
Next dev version (5.2-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=1856142&r1=1856141&r2=1856142&view=diff
==============================================================================
--- jmeter/trunk/build.xml (original)
+++ jmeter/trunk/build.xml Sun Mar 24 12:25:20 2019
@@ -592,7 +592,7 @@
JMeter version
This is overridden for formal releases.
-->
- <property name="jmeter.version" value="5.1.1-SNAPSHOT"/>
+ <property name="jmeter.version" value="5.2-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=1856142&r1=1856141&r2=1856142&view=diff
==============================================================================
--- jmeter/trunk/src/core/org/apache/jmeter/util/JMeterVersion.java (original)
+++ jmeter/trunk/src/core/org/apache/jmeter/util/JMeterVersion.java Sun Mar 24
12:25:20 2019
@@ -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.1.1";
+ private static final String VERSION = "5.2-SNAPSHOT";
private static final String IMPLEMENTATION;
Modified: jmeter/trunk/xdocs/changes.xml
URL:
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1856142&r1=1856141&r2=1856142&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml [utf-8] (original)
+++ jmeter/trunk/xdocs/changes.xml [utf-8] Sun Mar 24 12:25:20 2019
@@ -39,9 +39,9 @@ Earlier changes are detailed in the <a h
</note>
-<!-- =================== 5.1.1 =================== -->
+<!-- =================== 5.2 =================== -->
-<h1>Version 5.1.1</h1>
+<h1>Version 5.2</h1>
<p>
Summary
</p>
@@ -59,7 +59,7 @@ Summary
<ch_section>New and Noteworthy</ch_section>
<p>
This release is mainly a bugfix release. Please see the <a
href="changes_history.html">Changes history page</a>
-to view the last major behaviors with the version 5.1.
+to view the last major behaviors with the version 5.1.1.
</p>
<!--
<ch_title>Core improvements</ch_title>
@@ -67,13 +67,6 @@ to view the last major behaviors with th
<ch_title>Test Plan</ch_title>
<ch_title>Scripting / Debugging enhancements</ch_title>
-->
-<ch_title>Live Reporting and Web Report</ch_title>
-<p>A new menu entry has been added to the <b>Tools</b> menu. It's allow to
generate
-a results report from a previous CSV/JTL file.
-<figure width="1209" height="341"
image="changes/5.1.1/01_menu_generate_report.png" />
-<br/>
-<figure width="1624" height="565"
image="changes/5.1.1/02_windows_generate_report.png" />
-</p>
<!--
<ch_title>Functions</ch_title>
-->
@@ -88,12 +81,10 @@ a results report from a previous CSV/JTL
<h3>HTTP Samplers and Test Script Recorder</h3>
<ul>
- <li><bug>62977</bug>Allow sending HTTP requests without a default
User-Agent header</li>
</ul>
<h3>Other samplers</h3>
<ul>
- <li><bug>63185</bug>LDAP related elements: Add option to implicitly trust
SSL/TLS connections/Disable hostname verification. Based on contribution by
Brian Wolfe (wolfebrian2120 at gmail.com)</li>
</ul>
<h3>Controllers</h3>
@@ -106,7 +97,6 @@ a results report from a previous CSV/JTL
<h3>Timers, Assertions, Config, Pre- & Post-Processors</h3>
<ul>
- <li><bug>63178</bug>CSS Selector Extractor: Improve performance of JODD
(JoddExtractor) based implementation</li>
</ul>
<h3>Functions</h3>
@@ -119,21 +109,14 @@ a results report from a previous CSV/JTL
<h3>Report / Dashboard</h3>
<ul>
- <li><bug>59896</bug> Report / Dashboard: Add a menu entry to generate a
report on demand from a CSV file. Contributed by Ubik Load Pack (support at
ubikloadpack.com)</li>
</ul>
<h3>General</h3>
<ul>
- <li><pr>444</pr>Update to latest Spock v1.2 (was 1.0). Contributed by
Graham Russell (graham at ham1.co.uk)</li>
- <li><pr>446</pr>Improve Unit tests readability and use of Spock.
Contributed by Graham Russell (graham at ham1.co.uk)</li>
</ul>
<ch_section>Non-functional changes</ch_section>
<ul>
- <li><bug>63203</bug>Unit Tests: Replace use of <code>@Deprecated</code> by
<code>@VisibleForTesting</code> for methods/constructors/classes made public
for Unit Testing only</li>
- <li><pr>449</pr>Refactor and Test
ResponseTimePercentilesOverTimeGraphConsumer. Contributed by Graham Russell
(graham at ham1.co.uk)</li>
- <li><pr>450</pr>Abstract graph consumer improvements. Contributed by
Graham Russell (graham at ham1.co.uk)</li>
- <li><pr>451</pr>Improve a few unit tests and classes. Contributed by
Graham Russell (graham at ham1.co.uk)</li>
</ul>
<!-- =================== Bug fixes =================== -->
@@ -146,7 +129,6 @@ a results report from a previous CSV/JTL
<h3>Other Samplers</h3>
<ul>
- <li><bug>63202</bug>JMS Publisher: ObjectMessageRenderer creates XStream
instance with uninitialized security</li>
</ul>
<h3>Controllers</h3>
@@ -155,18 +137,14 @@ a results report from a previous CSV/JTL
<h3>Listeners</h3>
<ul>
- <li><bug>63204</bug><code>RenderAsJSON#prettyJSON</code>:
<code>JSONParser#parse</code> cannot return JSONValue</li>
</ul>
<h3>Timers, Assertions, Config, Pre- & Post-Processors</h3>
<ul>
- <li><bug>62446</bug>Counter documentation is wrong in required fieds.
Contributed by orimarko at gmail.com</li>
- <li><bug>62327</bug>TestPlan: In library table if path is modified and
plan saved, the modification is lost on file reload</li>
</ul>
<h3>Functions</h3>
<ul>
- <li><bug>63241</bug><code>__threadGroupName</code> causes a
NullPointerException if called from non Test threads</li>
</ul>
<h3>I18N</h3>
@@ -175,7 +153,6 @@ a results report from a previous CSV/JTL
<h3>Report / Dashboard</h3>
<ul>
- <li><bug>63198</bug>Response Time Vs Request and Latency Vs Request graphs
don't line up with throughput. Contributed by Ubik Load Pack (support at
ubikloadpack.com)</li>
</ul>
<h3>Documentation</h3>
@@ -184,10 +161,6 @@ a results report from a previous CSV/JTL
<h3>General</h3>
<ul>
- <li><bug>63201</bug>SearchTreeDialog disappears behind master JFrame.
Contributed by Benoit Vatan (benoit.vatan at gmail.com)</li>
- <li><bug></bug><code>Function Helper Dialog</code>, <code>Export
transactions for report</code> and <code>Import from cURL</code> disappear
being master JFrame. Contributed by Ubik Load Pack (support at
ubikloadpack.com)</li>
- <li><bug>63207</bug>java.lang.NullPointerException: null when run Jmeter
5.1 with proxy options</li>
- <li><bug>58183</bug>Rampup may not be respected if thread take time to
start leading to threads continuing to start post ramp up time</li>
</ul>
<!-- =================== Thanks =================== -->
@@ -196,11 +169,6 @@ a results report from a previous CSV/JTL
<p>We thank all contributors mentioned in bug and improvement sections above:
</p>
<ul>
- <li><a href="https://ubikloadpack.com">Ubik Load Pack</a></li>
- <li>Benoit Vatan (benoit.vatan at gmail.com)</li>
- <li>Graham Russell (graham at ham1.co.uk)</li>
- <li>Brian Wolfe (wolfebrian2120 at gmail.com)</li>
- <li>orimarko at gmail.com</li>
</ul>
<p>We also thank bug reporters who helped us improve JMeter.</p>
<ul>
Modified: jmeter/trunk/xdocs/changes_history.xml
URL:
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes_history.xml?rev=1856142&r1=1856141&r2=1856142&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes_history.xml [utf-8] (original)
+++ jmeter/trunk/xdocs/changes_history.xml [utf-8] Sun Mar 24 12:25:20 2019
@@ -40,6 +40,232 @@ 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.1.1 =================== -->
+
+<h1>Version 5.1.1</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>
+<p>
+This release is mainly a bugfix release. Please see the <a
href="changes_history.html">Changes history page</a>
+to view the last major behaviors with the version 5.1.
+</p>
+<!--
+<ch_title>Core improvements</ch_title>
+<ch_title>UX improvements</ch_title>
+<ch_title>Test Plan</ch_title>
+<ch_title>Scripting / Debugging enhancements</ch_title>
+-->
+<ch_title>Live Reporting and Web Report</ch_title>
+<p>A new menu entry has been added to the <b>Tools</b> menu. It's allow to
generate
+a results report from a previous CSV/JTL file.
+<figure width="1209" height="341"
image="changes/5.1.1/01_menu_generate_report.png" />
+<br/>
+<figure width="1624" height="565"
image="changes/5.1.1/02_windows_generate_report.png" />
+</p>
+<!--
+<ch_title>Functions</ch_title>
+-->
+<!-- =================== Incompatible changes =================== -->
+
+<ch_section>Incompatible changes</ch_section>
+<ul>
+</ul>
+<!-- =================== Improvements =================== -->
+
+<ch_section>Improvements</ch_section>
+
+<h3>HTTP Samplers and Test Script Recorder</h3>
+<ul>
+ <li><bug>62977</bug>Allow sending HTTP requests without a default
User-Agent header</li>
+</ul>
+
+<h3>Other samplers</h3>
+<ul>
+ <li><bug>63185</bug>LDAP related elements: Add option to implicitly trust
SSL/TLS connections/Disable hostname verification. Based on contribution by
Brian Wolfe (wolfebrian2120 at gmail.com)</li>
+</ul>
+
+<h3>Controllers</h3>
+<ul>
+</ul>
+
+<h3>Listeners</h3>
+<ul>
+</ul>
+
+<h3>Timers, Assertions, Config, Pre- & Post-Processors</h3>
+<ul>
+ <li><bug>63178</bug>CSS Selector Extractor: Improve performance of JODD
(JoddExtractor) based implementation</li>
+</ul>
+
+<h3>Functions</h3>
+<ul>
+</ul>
+
+<h3>I18N</h3>
+<ul>
+</ul>
+
+<h3>Report / Dashboard</h3>
+<ul>
+ <li><bug>59896</bug> Report / Dashboard: Add a menu entry to generate a
report on demand from a CSV file. Contributed by Ubik Load Pack (support at
ubikloadpack.com)</li>
+</ul>
+
+<h3>General</h3>
+<ul>
+ <li><pr>444</pr>Update to latest Spock v1.2 (was 1.0). Contributed by
Graham Russell (graham at ham1.co.uk)</li>
+ <li><pr>446</pr>Improve Unit tests readability and use of Spock.
Contributed by Graham Russell (graham at ham1.co.uk)</li>
+</ul>
+
+<ch_section>Non-functional changes</ch_section>
+<ul>
+ <li><bug>63203</bug>Unit Tests: Replace use of <code>@Deprecated</code> by
<code>@VisibleForTesting</code> for methods/constructors/classes made public
for Unit Testing only</li>
+ <li><pr>449</pr>Refactor and Test
ResponseTimePercentilesOverTimeGraphConsumer. Contributed by Graham Russell
(graham at ham1.co.uk)</li>
+ <li><pr>450</pr>Abstract graph consumer improvements. Contributed by
Graham Russell (graham at ham1.co.uk)</li>
+ <li><pr>451</pr>Improve a few unit tests and classes. Contributed by
Graham Russell (graham at ham1.co.uk)</li>
+</ul>
+
+ <!-- =================== Bug fixes =================== -->
+
+<ch_section>Bug fixes</ch_section>
+
+<h3>HTTP Samplers and Test Script Recorder</h3>
+<ul>
+</ul>
+
+<h3>Other Samplers</h3>
+<ul>
+ <li><bug>63202</bug>JMS Publisher: ObjectMessageRenderer creates XStream
instance with uninitialized security</li>
+</ul>
+
+<h3>Controllers</h3>
+<ul>
+</ul>
+
+<h3>Listeners</h3>
+<ul>
+ <li><bug>63204</bug><code>RenderAsJSON#prettyJSON</code>:
<code>JSONParser#parse</code> cannot return JSONValue</li>
+</ul>
+
+<h3>Timers, Assertions, Config, Pre- & Post-Processors</h3>
+<ul>
+ <li><bug>62446</bug>Counter documentation is wrong in required fieds.
Contributed by orimarko at gmail.com</li>
+ <li><bug>62327</bug>TestPlan: In library table if path is modified and
plan saved, the modification is lost on file reload</li>
+</ul>
+
+<h3>Functions</h3>
+<ul>
+ <li><bug>63241</bug><code>__threadGroupName</code> causes a
NullPointerException if called from non Test threads</li>
+</ul>
+
+<h3>I18N</h3>
+<ul>
+</ul>
+
+<h3>Report / Dashboard</h3>
+<ul>
+ <li><bug>63198</bug>Response Time Vs Request and Latency Vs Request graphs
don't line up with throughput. Contributed by Ubik Load Pack (support at
ubikloadpack.com)</li>
+</ul>
+
+<h3>Documentation</h3>
+<ul>
+</ul>
+
+<h3>General</h3>
+<ul>
+ <li><bug>63201</bug>SearchTreeDialog disappears behind master JFrame.
Contributed by Benoit Vatan (benoit.vatan at gmail.com)</li>
+ <li><bug></bug><code>Function Helper Dialog</code>, <code>Export
transactions for report</code> and <code>Import from cURL</code> disappear
being master JFrame. Contributed by Ubik Load Pack (support at
ubikloadpack.com)</li>
+ <li><bug>63207</bug>java.lang.NullPointerException: null when run Jmeter
5.1 with proxy options</li>
+ <li><bug>58183</bug>Rampup may not be respected if thread take time to
start leading to threads continuing to start post ramp up time</li>
+</ul>
+
+ <!-- =================== Thanks =================== -->
+
+<ch_section>Thanks</ch_section>
+<p>We thank all contributors mentioned in bug and improvement sections above:
+</p>
+<ul>
+ <li><a href="https://ubikloadpack.com">Ubik Load Pack</a></li>
+ <li>Benoit Vatan (benoit.vatan at gmail.com)</li>
+ <li>Graham Russell (graham at ham1.co.uk)</li>
+ <li>Brian Wolfe (wolfebrian2120 at gmail.com)</li>
+ <li>orimarko at gmail.com</li>
+</ul>
+<p>We also thank bug reporters who helped us improve JMeter.</p>
+<ul>
+</ul>
+<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>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(…) 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>
+
<!-- =================== 5.1 =================== -->
<h1>Version 5.1</h1>