You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by mi...@apache.org on 2019/10/15 12:35:36 UTC

[jmeter-site-preview] branch gh-pages updated: Update preview for Apache JMeter v5.2-rc3

This is an automated email from the ASF dual-hosted git repository.

milamber pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/jmeter-site-preview.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new a73f283  Update preview for Apache JMeter v5.2-rc3
a73f283 is described below

commit a73f283d82f4f31a3c41dca3e04990ac66e7231f
Author: Milamber <mi...@apache.org>
AuthorDate: Tue Oct 15 13:35:20 2019 +0100

    Update preview for Apache JMeter v5.2-rc3
---
 rat/rat-report.txt                                 |  2 +-
 site/api/index-all.html                            |  8 ++-----
 .../jmeter/assertions/XMLSchemaAssertion.html      | 14 +++++------
 .../apache/jmeter/assertions/gui/AssertionGui.html |  5 +---
 site/api/serialized-form.html                      |  5 +---
 site/changes.html                                  | 27 ++++++++++++++++++----
 site/usermanual/functions.html                     |  4 ++--
 site/usermanual/hints_and_tips.html                |  2 +-
 8 files changed, 36 insertions(+), 31 deletions(-)

diff --git a/rat/rat-report.txt b/rat/rat-report.txt
index f50c424..2270b54 100644
--- a/rat/rat-report.txt
+++ b/rat/rat-report.txt
@@ -2,7 +2,7 @@
 *****************************************************
 Summary
 -------
-Generated at: 2019-10-09T17:48:54+03:00
+Generated at: 2019-10-15T13:33:43+01:00
 
 Notes: 35
 Binaries: 10
diff --git a/site/api/index-all.html b/site/api/index-all.html
index c8fe0f8..b7effbc 100644
--- a/site/api/index-all.html
+++ b/site/api/index-all.html
@@ -1776,9 +1776,7 @@
 <div class="block">GUI interface for a <a href="org/apache/jmeter/assertions/ResponseAssertion.html" title="class in org.apache.jmeter.assertions"><code>ResponseAssertion</code></a>.</div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/assertions/gui/AssertionGui.html#AssertionGui--">AssertionGui()</a></span> - Constructor for class org.apache.jmeter.assertions.gui.<a href="org/apache/jmeter/assertions/gui/AssertionGui.html" title="class in org.apache.jmeter.assertions.gui">AssertionGui</a></dt>
-<dd>
-<div class="block">Create a new AssertionGui panel.</div>
-</dd>
+<dd>&nbsp;</dd>
 <dt><a href="org/apache/jmeter/assertions/AssertionResult.html" title="class in org.apache.jmeter.assertions"><span class="typeNameLink">AssertionResult</span></a> - Class in <a href="org/apache/jmeter/assertions/package-summary.html">org.apache.jmeter.assertions</a></dt>
 <dd>
 <div class="block">Implements Response Assertion checking.</div>
@@ -13134,9 +13132,7 @@
 <div class="block">Returns the result of the Assertion.</div>
 </dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/assertions/XMLSchemaAssertion.html#getResult-org.apache.jmeter.samplers.SampleResult-">getResult(SampleResult)</a></span> - Method in class org.apache.jmeter.assertions.<a href="org/apache/jmeter/assertions/XMLSchemaAssertion.html" title="class in org.apache.jmeter.assertions">XMLSchemaAssertion</a></dt>
-<dd>
-<div class="block">getResult</div>
-</dd>
+<dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/jmeter/assertions/XPath2Assertion.html#getResult-org.apache.jmeter.samplers.SampleResult-">getResult(SampleResult)</a></span> - Method in class org.apache.jmeter.assertions.<a href="org/apache/jmeter/assertions/XPath2Assertion.html" title="class in org.apache.jmeter.assertions">XPath2Assertion</a></dt>
 <dd>
 <div class="block">Returns the result of the Assertion.</div>
diff --git a/site/api/org/apache/jmeter/assertions/XMLSchemaAssertion.html b/site/api/org/apache/jmeter/assertions/XMLSchemaAssertion.html
index 6624e3d..10b3ed2 100644
--- a/site/api/org/apache/jmeter/assertions/XMLSchemaAssertion.html
+++ b/site/api/org/apache/jmeter/assertions/XMLSchemaAssertion.html
@@ -206,7 +206,8 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializab
 <tr id="i0" class="altColor">
 <td class="colFirst"><code><a href="../../../../org/apache/jmeter/assertions/AssertionResult.html" title="class in org.apache.jmeter.assertions">AssertionResult</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/jmeter/assertions/XMLSchemaAssertion.html#getResult-org.apache.jmeter.samplers.SampleResult-">getResult</a></span>(<a href="../../../../org/apache/jmeter/samplers/SampleResult.html" title="class in org.apache.jmeter.samplers">SampleResult</a>&nbsp;response)</code>
-<div class="block">getResult</div>
+<div class="block">Returns the AssertionResult object encapsulating information about the
+ success or failure of the assertion.</div>
 </td>
 </tr>
 <tr id="i1" class="rowColor">
@@ -350,7 +351,9 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializab
 <li class="blockList">
 <h4>getResult</h4>
 <pre>public&nbsp;<a href="../../../../org/apache/jmeter/assertions/AssertionResult.html" title="class in org.apache.jmeter.assertions">AssertionResult</a>&nbsp;getResult(<a href="../../../../org/apache/jmeter/samplers/SampleResult.html" title="class in org.apache.jmeter.samplers">SampleResult</a>&nbsp;response)</pre>
-<div class="block">getResult</div>
+<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../org/apache/jmeter/assertions/Assertion.html#getResult-org.apache.jmeter.samplers.SampleResult-">Assertion</a></code></span></div>
+<div class="block">Returns the AssertionResult object encapsulating information about the
+ success or failure of the assertion.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a href="../../../../org/apache/jmeter/assertions/Assertion.html#getResult-org.apache.jmeter.samplers.SampleResult-">getResult</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/jmeter/assertions/Assertion.html" title="interface in org.apache.jmeter.assertions">Assertion</a></code></dd>
@@ -369,12 +372,7 @@ implements <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializab
 <ul class="blockList">
 <li class="blockList">
 <h4>setXsdFileName</h4>
-<pre>public&nbsp;void&nbsp;setXsdFileName(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;xmlSchemaFileName)
-                    throws <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></pre>
-<dl>
-<dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code></dd>
-</dl>
+<pre>public&nbsp;void&nbsp;setXsdFileName(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;xmlSchemaFileName)</pre>
 </li>
 </ul>
 <a name="getXsdFileName--">
diff --git a/site/api/org/apache/jmeter/assertions/gui/AssertionGui.html b/site/api/org/apache/jmeter/assertions/gui/AssertionGui.html
index aa66a7c..480b70c 100644
--- a/site/api/org/apache/jmeter/assertions/gui/AssertionGui.html
+++ b/site/api/org/apache/jmeter/assertions/gui/AssertionGui.html
@@ -245,9 +245,7 @@ extends <a href="../../../../../org/apache/jmeter/assertions/gui/AbstractAsserti
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/assertions/gui/AssertionGui.html#AssertionGui--">AssertionGui</a></span>()</code>
-<div class="block">Create a new AssertionGui panel.</div>
-</td>
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/jmeter/assertions/gui/AssertionGui.html#AssertionGui--">AssertionGui</a></span>()</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -387,7 +385,6 @@ extends <a href="../../../../../org/apache/jmeter/assertions/gui/AbstractAsserti
 <li class="blockList">
 <h4>AssertionGui</h4>
 <pre>public&nbsp;AssertionGui()</pre>
-<div class="block">Create a new AssertionGui panel.</div>
 </li>
 </ul>
 </li>
diff --git a/site/api/serialized-form.html b/site/api/serialized-form.html
index 3607d47..184ec91 100644
--- a/site/api/serialized-form.html
+++ b/site/api/serialized-form.html
@@ -405,8 +405,7 @@
 <li class="blockList">
 <h4>containsBox</h4>
 <pre><a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JRadioButton.html?is-external=true" title="class or interface in javax.swing">JRadioButton</a> containsBox</pre>
-<div class="block">Radio button indicating to test if the field contains one of the
- patterns.</div>
+<div class="block">Radio button indicating to test if the field contains one of the patterns.</div>
 </li>
 <li class="blockList">
 <h4>matchesBox</h4>
@@ -432,7 +431,6 @@
 <li class="blockList">
 <h4>orBox</h4>
 <pre><a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JCheckBox.html?is-external=true" title="class or interface in javax.swing">JCheckBox</a> orBox</pre>
-<div class="block">Add new OR checkbox.</div>
 </li>
 <li class="blockList">
 <h4>stringTable</h4>
@@ -442,7 +440,6 @@
 <li class="blockList">
 <h4>deletePattern</h4>
 <pre><a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JButton.html?is-external=true" title="class or interface in javax.swing">JButton</a> deletePattern</pre>
-<div class="block">Button to delete a pattern.</div>
 </li>
 <li class="blockList">
 <h4>tableModel</h4>
diff --git a/site/changes.html b/site/changes.html
index 147ced5..c9d8a18 100644
--- a/site/changes.html
+++ b/site/changes.html
@@ -512,7 +512,8 @@ to view the last release notes of version 5.1.1.
       Bug
       63355</a>
     -
-  View Results Tree: Browser view option is not Available with Java 11, document how to make it available</li>
+  View Results Tree: Browser view option is not Available since Java 11, document how to make it available, see <a href="./usermanual/hints_and_tips.html#browser_renderer_view_results_tree">this</a>
+</li>
     
 <li>
 <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62861">
@@ -563,6 +564,10 @@ to view the last release notes of version 5.1.1.
 <li>Updated to Saxon-HE 9.9.1-5 (from 9.9.1-1)</li>
     
 <li>Updated to slf4j 1.7.28 (from 1.7.25)</li>
+    
+<li>Updated to tika-core and tika-parsers 1.22 (from 1.21)</li>
+    
+<li>Updated jackson-annotations, jackson-core and jackson-databind to 2.9.10 (from 2.9.8)</li>
 
 </ul>
 
@@ -581,10 +586,6 @@ to view the last release notes of version 5.1.1.
     -
   Switch build from Apache Ant to Gradle</li>
     
-<li>Updated to tika-core and tika-parsers 1.22 (from 1.21)</li>
-    
-<li>Updated jackson-annotations, jackson-core and jackson-databind to 2.9.10 (from 2.9.8)</li>
-    
 <li>
 <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=63529">
       Bug
@@ -1010,6 +1011,22 @@ This is due to a known Java bug <a href="https://bugs.openjdk.java.net/browse/JD
 The fix is to use JDK 8 b132 or later.
 </li>
 
+
+<li>
+Since Java 11 the JavaScript implementation <a href="https://openjdk.java.net/jeps/335">Nashorn has been deprecated</a>.
+Java will emit the following deprecation warnings, if you are using JavaScript based on Nashorn.
+<pre class="source">
+Warning: Nashorn engine is planned to be removed from a future JDK release
+</pre>
+To silence these warnings, add <span class="code">-Dnashorn.args=--no-deprecation-warning</span> to your Java arguments.
+That can be achieved by setting the enviroment variable <span class="code">JVM_ARGS</span>
+
+<pre class="source">
+export JVM_ARGS="-Dnashorn.args=--no-deprecation-warning"
+</pre>
+
+</li>
+
 </ul>
 
 
diff --git a/site/usermanual/functions.html b/site/usermanual/functions.html
index 0001173..a0a0903 100644
--- a/site/usermanual/functions.html
+++ b/site/usermanual/functions.html
@@ -378,7 +378,7 @@ Alternatively, just use <span class="code">/</span> instead for the path separat
 </tr>
         
 <tr>
-<td>Scripting</td><td> <a href="#__groovy">groovy</a></td><td>run a Groovy script</td><td>3.1</td>
+<td>Scripting</td><td> <a href="#__groovy">groovy</a></td><td>run an Apache Groovy script</td><td>3.1</td>
 </tr>
         
 <tr>
@@ -2343,7 +2343,7 @@ Instead do the following, which can be cached: <pre class="source">${__groovy(va
         
 <div class="property">
 <div class="name req-true">Expression to evaluate</div>
-<div class="description req-true">A groovy script (not a file name)
+<div class="description req-true">An Apache Groovy script (not a file name)
         <div class="clear"></div>
 <div class="note">Argument values that themselves contain commas should be escaped as necessary.
         If you need to include a comma in your parameter value, escape it like this: '<span class="code">\,</span>'</div>
diff --git a/site/usermanual/hints_and_tips.html b/site/usermanual/hints_and_tips.html
index ddfa7bc..5db5c21 100644
--- a/site/usermanual/hints_and_tips.html
+++ b/site/usermanual/hints_and_tips.html
@@ -245,7 +245,7 @@ You can use these to determine the correct property setting to change the loggin
 
 <p>
 It is sometimes very useful to see Log messages to debug dynamic scripting languages like BeanShell or
-groovy used in JMeter.
+Apache Groovy used in JMeter.
 You can view log messages directly in JMeter GUI, to do so:</p>
 
 <ul>