Modified: jmeter/trunk/docs/changes_history.html
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/docs/changes_history.html?rev=1853306&r1=1853305&r2=1853306&view=diff
==============================================================================
--- jmeter/trunk/docs/changes_history.html (original)
+++ jmeter/trunk/docs/changes_history.html Sun Feb 10 12:41:03 2019
@@ -203,6 +203,1243 @@ Current changes are detailed in <a href=
 
 
 
+<h1>Version 5.0</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>
+
+
+<h2 class="ch_section" id="New and Noteworthy">New and Noteworthy</h2>
+
+<h3 class="ch_title">Core improvements</h3>
+
+<p>Rest support has been improved in many fields
+<ul>
+    
+<li>Multipart/form-data requests now work for <span class="code">PUT</span>, 
<span class="code">DELETE</span> &hellip;</li>
+    
+<li>It is now also possible to send a JSON Body with attached file</li>
+    
+<li>Parameters entered in Parameters Tab are now used in body instead of being 
ignored</li>
+
+</ul>
+
+<figure>
+<a href="./images/screenshots/changes/5.0/jmeter_5_rest1.png"><img 
src="./images/screenshots/changes/5.0/jmeter_5_rest1.png" width="1216" 
height="340" alt=""></a>
+<figcaption></figcaption>
+</figure>
+
+<figure>
+<a href="./images/screenshots/changes/5.0/jmeter_5_rest2.png"><img 
src="./images/screenshots/changes/5.0/jmeter_5_rest2.png" width="1223" 
height="314" alt=""></a>
+<figcaption></figcaption>
+</figure>
+
+</p>
+
+<p>In distributed testing, JMeter now automatically prefixes thread names with 
engine host and port, this makes the counting of threads correct in the HTML 
report without any other configuration as it was required before
+<figure>
+<a href="./images/screenshots/changes/5.0/jmeter_5_distributed.png"><img 
src="./images/screenshots/changes/5.0/jmeter_5_distributed.png" width="1156" 
height="543" alt=""></a>
+<figcaption></figcaption>
+</figure>
+
+</p>
+
+<p>XPath 2.0 is supported in a new element called <span class="code">XPath2 
extractor</span> providing easier XML namespaces handling, up to date XPath 
syntax and better performances
+<figure>
+<a href="./images/screenshots/changes/5.0/jmeter_5_xpath2_extractor.png"><img 
src="./images/screenshots/changes/5.0/jmeter_5_xpath2_extractor.png" 
width="879" height="340" alt=""></a>
+<figcaption></figcaption>
+</figure>
+
+<figure>
+<a href="./images/screenshots/changes/5.0/jmeter_5_xpath2_tester.png"><img 
src="./images/screenshots/changes/5.0/jmeter_5_xpath2_tester.png" width="1213" 
height="730" alt=""></a>
+<figcaption></figcaption>
+</figure>
+
+</p>
+
+<p>Upgrade to HTTP Components 4.6 last APIs has been completed and JMeter does 
not rely anymore on deprecated APIs of this library</p>
+
+<p>It is now possible to control in an easier way Loop breaking and Loop 
switching to next iteration. This is available in <span class="code">Flow 
Control Action</span> and <span class="code">Result Status Action 
Handler</span> elements
+<figure>
+<a 
href="./images/screenshots/changes/5.0/jmeter_5_flow_control_action.png"><img 
src="./images/screenshots/changes/5.0/jmeter_5_flow_control_action.png" 
width="772" height="270" alt=""></a>
+<figcaption></figcaption>
+</figure>
+
+<figure>
+<a 
href="./images/screenshots/changes/5.0/jmeter_5_result_status_handler.png"><img 
src="./images/screenshots/changes/5.0/jmeter_5_result_status_handler.png" 
width="615" height="212" alt=""></a>
+<figcaption></figcaption>
+</figure>
+
+
+</p>
+
+<p>While Controller now exports a variable containing its current index named 
<span class="code">__jm__&lt;Name of your element&gt;__idx</span>. So for
+example, if your While Controller is named WC, then you can access the looping 
index through <span class="code">${__jm__WC__idx}</span>
+</p>
+
+
+<h3 class="ch_title">Scripting / Debugging enhancements</h3>
+
+<p>Search feature has been improved to allow you to iterate in the tree over 
search results and do necessary replacements through <span 
class="code">Next</span>/<span class="code">Previous</span>/<span 
class="code">Replace</span>/<span class="code">Replace/Find</span> buttons
+<figure>
+<a href="./images/screenshots/changes/5.0/jmeter_5_search_feature.png"><img 
src="./images/screenshots/changes/5.0/jmeter_5_search_feature.png" width="829" 
height="524" alt=""></a>
+<figcaption></figcaption>
+</figure>
+
+</p>
+
+<p>In View Results Tree, the request and response headers/body are clearly 
separated to allow you to better inspect requests and responses. You can also 
search in all those tabs for a particular value
+<figure>
+<a href="./images/screenshots/changes/5.0/jmeter_5_vrt_request_body.png"><img 
src="./images/screenshots/changes/5.0/jmeter_5_vrt_request_body.png" 
width="737" height="366" alt=""></a>
+<figcaption></figcaption>
+</figure>
+
+<figure>
+<a href="./images/screenshots/changes/5.0/jmeter_5_vrt_response_body.png"><img 
src="./images/screenshots/changes/5.0/jmeter_5_vrt_response_body.png" 
width="771" height="552" alt=""></a>
+<figcaption></figcaption>
+</figure>
+
+</p>
+
+<p>Recording feature has been improved to provide a popup that is always on 
top when you navigate in browser allowing you to name transactions while you 
navigate in your application.
+<figure>
+<a href="./images/screenshots/changes/5.0/jmeter_5_recording.png"><img 
src="./images/screenshots/changes/5.0/jmeter_5_recording.png" width="1425" 
height="796" alt=""></a>
+<figcaption></figcaption>
+</figure>
+
+</p>
+
+<p>You can now restart JMeter from menu <span class="menuchoice"><span 
class="guimenuitem">File</span>&nbsp;&rarr;&nbsp;<span 
class="guimenuitem">Restart</span></span>
+
+<figure>
+<a href="./images/screenshots/changes/5.0/jmeter_5_restart.png"><img 
src="./images/screenshots/changes/5.0/jmeter_5_restart.png" width="199" 
height="318" alt=""></a>
+<figcaption></figcaption>
+</figure>
+
+</p>
+
+
+<h3 class="ch_title">Live Reporting and Web Report</h3>
+Reporting feature has been enhanced 
+<p>A new Graph Total Transactions per second has been added to the HTML Web 
Report
+<figure>
+<a 
href="./images/screenshots/changes/5.0/jmeter_5_total_trans_per_sec.png"><img 
src="./images/screenshots/changes/5.0/jmeter_5_total_trans_per_sec.png" 
width="1156" height="536" alt=""></a>
+<figcaption></figcaption>
+</figure>
+
+</p> 
+
+<p>It is now possible to graph over time custom metrics available as JMeter 
Variables through <span class="code">sample_variables</span>. Those custom 
metrics graphs will be 
+available in the HTML Report in <span class="code">Custom Graphs section</span>
+
+<figure>
+<a href="./images/screenshots/changes/5.0/jmeter_5_custom_graphs.png"><img 
src="./images/screenshots/changes/5.0/jmeter_5_custom_graphs.png" width="1426" 
height="755" alt=""></a>
+<figcaption></figcaption>
+</figure>
+
+</p>
+
+<p>Hits per second graph now takes into account the embedded resources
+<figure>
+<a href="./images/screenshots/changes/5.0/jmeter_5_hits_per_sec.png"><img 
src="./images/screenshots/changes/5.0/jmeter_5_hits_per_sec.png" width="1153" 
height="537" alt=""></a>
+<figcaption></figcaption>
+</figure>
+
+</p>
+
+
+<p>In Live reporting, the sent and received bytes are now sent to Backends 
(InfluxDB or Graphite)</p>
+
+
+<h3 class="ch_title">Functions</h3>
+
+<p>A New function <span class="code"><a 
href="./usermanual/functions.html#__threadGroupName">__threadGroupName</a></span>
 has been introduced to obtain ThreadGroup name.</p>
+
+
+
+
+<h2 class="ch_section" id="Incompatible changes">Incompatible changes</h2>
+
+<ul>
+
+<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
+this behaviour, set <span 
class="code">httpclient.reset_state_on_thread_group_iteration=false</span>
+</li>
+
+<li>Since JMeter 5.0, in relation to above remark, <span 
class="code">https.use.cached.ssl.context</span> is deprecated and not used 
anymore.</li>
+
+<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 <span 
class="code">jmeter.save.saveservice.subresults=false</span>, see <a 
href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62470";>
+      Bug
+      62470</a>, <a 
href="https://bz.apache.org/bugzilla/show_bug.cgi?id=60917";>
+      Bug
+      60917</a>, <a 
href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62550";>
+      Bug
+      62550</a>.</li>
+
+<li>Since JMeter 5.0, <span class="code">CSS/JQuery Extractor</span> has been 
renamed to <span class="code">CSS Selector Extractor</span>
+</li>
+
+<li>Since JMeter 5.0, <span class="code">Test Action</span> has been renamed 
to <span class="code">Flow Control Action</span>
+</li>
+
+<li>Since JMeter 5.0, JMeter renames subResults to <span 
class="code">parentName-N</span> where N is a number to ensure that Hits Per 
Second graph includes resources downloads, see <a 
href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62550";>
+      Bug
+      62550</a>, <a 
href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62470";>
+      Bug
+      62470</a> and <a 
href="https://bz.apache.org/bugzilla/show_bug.cgi?id=60917";>
+      Bug
+      60917</a>
+</li>
+
+
+</ul>
+
+
+
+<h2 class="ch_section" id="Improvements">Improvements</h2>
+
+
+<h3>HTTP Samplers and Test Script Recorder</h3>
+
+<ul>
+    
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62260";>
+      Bug
+      62260</a>
+    -
+  Improve Rest support. Contributed by Ubik Load Pack (support at 
ubikloadpack.com)</li>
+    
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=58757";>
+      Bug
+      58757</a>
+    -
+  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>
+    
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62212";>
+      Bug
+      62212</a>
+    -
+  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>
+    
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62248";>
+      Bug
+      62248</a>
+    -
+  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>
+    
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=60015";>
+      Bug
+      60015</a>
+    -
+  Multipart/form-data works only for <span class="code">POST</span> using 
HTTPClient4 while it should for <span class="code">PUT</span>, <span 
class="code">DELETE</span>, &hellip; Contributed by Ubik Load Pack (support at 
ubikloadpack.com)</li>
+    
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62317";>
+      Bug
+      62317</a>
+    -
+  HTTP(S) Test Script Recorder: allow to add ResultSaver to created 
sampler</li>
+
+</ul>
+
+
+<h3>Other samplers</h3>
+
+<ul>
+  
+<li>
+<a href="https://github.com/apache/jmeter/pull/376";>
+      Pull request #376</a>
+    -
+  JUnitSampler logs exceptions except assertion-failures from test cases as 
warnings. Contributed by Davide Angelocola (davide.angelocola at 
fisglobal.com)</li>
+  
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62244";>
+      Bug
+      62244</a>
+    -
+  Rename <span class="code">Test Action</span> to <span class="code">Flow 
Control Action</span>
+</li>
+  
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62302";>
+      Bug
+      62302</a>
+    -
+  Move JSR223 Sampler up the menu. Contributed by Ori Marko (orimarko at 
gmail.com)</li>
+  
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62595";>
+      Bug
+      62595</a>
+    -
+  SMTPSampler does not allow configuring the SSL/TLS protocols to be used on 
handshake. Contributed by Felipe Cuozzo (felipe.cuozzo at gmail.com)</li>
+
+</ul>
+
+
+<h3>Controllers</h3>
+
+<ul>
+    
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62237";>
+      Bug
+      62237</a>
+    -
+  While Controller : Export variable containing current index of iteration. 
Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
+
+</ul>
+
+
+<h3>Listeners</h3>
+
+<ul>
+    
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62195";>
+      Bug
+      62195</a>
+    -
+  Save Responses to a file : Improve component and UI. Contributed by Ubik 
Load Pack (support at ubikloadpack.com)</li>
+    
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62209";>
+      Bug
+      62209</a>
+    -
+  InfluxBackendListenerClient: First Assertion Failure Message must be sent if 
error code and response code are empty or OK</li>
+    
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62269";>
+      Bug
+      62269</a>
+    -
+  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>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62270";>
+      Bug
+      62270</a>
+    -
+  View Results Tree : Allow searching in Request headers, Response Headers, 
and Request body. Contributed by Ubik Load Pack (support at 
ubikloadpack.com)</li>
+    
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62276";>
+      Bug
+      62276</a>
+    -
+  InfluxDBBackendListenerClient / GraphiteBackendListenerClient : Add sent and 
received bytes to metrics. Contributed by Ubik Load Pack (support at 
ubikloadpack.com)</li>
+
+</ul>
+
+
+<h3>Timers, Assertions, Config, Pre- &amp; Post-Processors</h3>
+
+<ul>
+    
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62320";>
+      Bug
+      62320</a>
+    -
+  Counter : Reference Name property is not clear</li>
+    
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=60991";>
+      Bug
+      60991</a>
+    -
+  XPath Extractor : Implement XPath 2.0. Contributed by Ubik Load Pack 
(support at ubikloadpack.com)</li>
+    
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62593";>
+      Bug
+      62593</a>
+    -
+  Rename CSS/JQuery Extractor to CSS Selector Extractor. Contributed by Ori 
Marko (orimarko at gmail.com)</li>
+
+</ul>
+
+
+<h3>Functions</h3>
+
+<ul>
+    
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62178";>
+      Bug
+      62178</a>
+    -
+  Add default value to <span class="code"><a 
href="./usermanual/functions.html#__V">__V</a></span> function. Contributed by 
Ori Marko (orimarko at gmail.com)</li>
+    
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62178";>
+      Bug
+      62178</a>
+    -
+  Add function <span class="code"><a 
href="./usermanual/functions.html#__threadGroupName">__threadGroupName</a></span>
 function to obtain ThreadGroup name. Mainly contributed by Ori Marko (orimarko 
at gmail.com)</li>
+    
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62533";>
+      Bug
+      62533</a>
+    -
+  Allow use epoch time as Date String value in function <span class="code"><a 
href="./usermanual/functions.html#__dateTimeConvert">__dateTimeConvert</a></span>
 
+</li>
+    
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62541";>
+      Bug
+      62541</a>
+    -
+  Allow <span class="code"><a 
href="./usermanual/functions.html#__jexl3">__jexl3</a></span>, <span 
class="code"><a href="./usermanual/functions.html#__jexl2">__jexl2</a></span> 
functions to support new syntax as <span class="code">var x;</span>. 
Contributed by Ori Marko (orimarko at gmail.com)</li>
+    
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=61834";>
+      Bug
+      61834</a>
+    -
+  Function Helper Dialog : Improve tests by showing variables and keeping them 
available between evaluations</li>
+
+</ul>
+
+<h3>I18N</h3>
+
+<ul>
+
+</ul>
+
+
+<h3>Report / Dashboard</h3>
+
+<ul>
+    
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62243";>
+      Bug
+      62243</a>
+    -
+  Dashboard : make option "<span 
class="code">--forceDeleteResultFile</span>"/"<span class="code">-f</span>" 
option delete folder referenced by "<span class="code">-o</span>" option</li>
+    
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62367";>
+      Bug
+      62367</a>
+    -
+  HTML Report Generator: Add Graph Total Transactions per Second. Contributed 
mainly by Martha Laks (laks.martha at gmail.com)</li>
+    
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62166";>
+      Bug
+      62166</a>
+    -
+  Report/Dashboard: Provide ability to register custom graphs and metrics in 
the JMeter Dashboard. Contributed by Ubik Load Pack (support at 
ubikloadpack.com)</li>
+    
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62542";>
+      Bug
+      62542</a>
+    -
+  Report/Dashboard : Display more information on filters when graph is empty. 
Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
+    
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62426";>
+      Bug
+      62426</a>
+    -
+  Optimize performance of report generation. Based on feedback by Allen 
(444104595 at qq.com)</li>
+    
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62550";>
+      Bug
+      62550</a>
+    -
+  Modify SubResult Naming Policy</li>
+    
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=60917";>
+      Bug
+      60917</a>
+    -
+  Load Test with embedded resources download : Hits per seconds does not take 
into account the downloaded resources</li>
+
+</ul>
+
+
+<h3>General</h3>
+
+<ul>
+  
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62684";>
+      Bug
+      62684</a>
+    -
+  Distributed Testing : Add automatically to thread name a prefix to identify 
engine. Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
+  
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62155";>
+      Bug
+      62155</a>
+    -
+  Search Feature: Make Search text field get focus</li>
+  
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62156";>
+      Bug
+      62156</a>
+    -
+  Search Feature : Distinguish between node that matches search and node that 
contains a child that matches search</li>
+  
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62234";>
+      Bug
+      62234</a>
+    -
+  Search/Replace Feature : Enhance UX and add Replace/Next/Previous/Replace 
&amp; Find features. Contributed by Ubik Load Pack (support at 
ubikloadpack.com)</li>
+  
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62238";>
+      Bug
+      62238</a>
+    -
+  Add ability to Switch to next iteration of Current Loop. Contributed by Ubik 
Load Pack (support at ubikloadpack.com)</li>
+  
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62239";>
+      Bug
+      62239</a>
+    -
+  Add ability to Break Current Loop</li>
+  
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=61635";>
+      Bug
+      61635</a>
+    -
+  Add a menu to restart JMeter</li>
+  
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62470";>
+      Bug
+      62470</a>
+    -
+  CSV Output : Enable logging of sub results when <span 
class="code">jmeter.save.saveservice.subresults=true</span>. Contributed by 
Ubik Load Pack (support at ubikloadpack.com)</li>
+  
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62473";>
+      Bug
+      62473</a>
+    -
+  Setting "<span class="code">saveservice_properties</span>" has counter 
intuitive behaviour</li>
+  
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62354";>
+      Bug
+      62354</a>
+    -
+  Correct calculation and usage of units for second per user (reported by 
jffagot05 at gmail.com)</li>
+  
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62700";>
+      Bug
+      62700</a>
+    -
+  Introduce <span class="code">jsr223.init.file</span> to allow calling a 
JSR-223 script on JMeter startup</li>
+  
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62128";>
+      Bug
+      62128</a>
+    -
+  Try to guess <span class="code">JMETER_HOME</span> correctly, when <span 
class="code">jmeter.bat</span> is called from a batch file in another 
directory. Contributed by logox01 (logox01 at gmx.at)</li>
+  
+<li>
+<a href="https://github.com/apache/jmeter/pull/386";>
+      Pull request #386</a>
+    -
+  Add parameter support for RMI keystore creation scripts. Contributed by 
Logan Mauzaize (t524467 at airfrance.fr)</li>
+  
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62065";>
+      Bug
+      62065</a>
+    -
+  Use Maven artifact for JAF Module instead of embedded module</li>
+  
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=61714";>
+      Bug
+      61714</a>
+    -
+  Update Real-time results documentation</li>
+  
+<li>
+<a href="https://github.com/apache/jmeter/pull/382";>
+      Pull request #382</a>
+    -
+  Correct typo in documentation. Reported by Perze Ababa (perze.ababa at 
gmail.com&gt;)</li>
+  
+<li>
+<a href="https://github.com/apache/jmeter/pull/392";>
+      Pull request #392</a>
+    -
+  Correct typo in documentation. Reported by Aaron Levin</li>
+  
+<li>
+<a href="https://github.com/apache/jmeter/pull/379";>
+      Pull request #379</a>
+    -
+   Improve chinese translations. Contributed by XmeterNet</li>
+
+</ul>
+
+
+<h2 class="ch_section" id="Non-functional changes">Non-functional changes</h2>
+
+<ul>
+    
+<li>
+<a href="https://github.com/apache/jmeter/pull/358";>
+      Pull request #358</a>,
+  <a href="https://github.com/apache/jmeter/pull/365";>
+      Pull request #365</a>,
+  <a href="https://github.com/apache/jmeter/pull/366";>
+      Pull request #366</a>,
+  <a href="https://github.com/apache/jmeter/pull/375";>
+      Pull request #375</a>
+    -
+  Updated to latest checkstyle (v8.8). Expanded Checkstyle to files
+      in <span class="code">src</span> and <span class="code">test</span>; 
fixed newly checked files. Based on contribution
+      by Graham Russell (graham at ham1.co.uk)</li>
+    
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62095";>
+      Bug
+      62095</a>
+    -
+  Correct description for right boundary parameter in Boundary Extractor. 
Contributed by Ori Marko (orimarko at gmail.com)</li>
+    
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62113";>
+      Bug
+      62113</a>
+    -
+  Updated to latest Bouncycastle (v1.60). Based on contribution by Olaf Flebbe 
(oflebbe at apache.org)</li>
+    
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62171";>
+      Bug
+      62171</a>
+    -
+  Remove <span class="code">.md5</span> checksums and keep only <span 
class="code">.sha512</span> checksums for source and binary archives</li>
+    
+<li>Updated to groovy-all-2.4.15 (from groovy-all-2.4.13)</li>
+    
+<li>Updated to asm-6.1 (from 6.0)</li>
+    
+<li>Updated to tika-core and tika-parsers 1.18 (from 1.17)</li>
+    
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62482";>
+      Bug
+      62482</a>
+    -
+  Sync documentation to the implementation of the ForEachController. Based on 
contribution by Ori Marko (orimarko at gmail.com)</li>
+    
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62529";>
+      Bug
+      62529</a>
+    -
+  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 Ori Marko 
(orimarko at gmail.com)</li>
+    
+<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>
+    
+<li>Updated to cglib-nodep-3.2.7 (from cglib-nodep-3.2.6)</li>
+    
+<li>Updated to commons-dbcp2-2.4.0 (from commons-dbcp2-2.2.0)</li>
+    
+<li>Updated to commons-pool2-2.6.0 (from commons-pool2-2.5.0)</li>
+    
+<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>
+    
+<li>Updated to log4j-2.11.0 (from log4j-2.10.0)</li>
+    
+<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>
+    
+<li>Updated to rhino-1.7.10 (from +rhino-1.7.7.2)</li>
+    
+<li>Updated to commons-lang3-3.8 (from commons-lang3-3.7)</li>
+
+</ul>
+
+ 
+
+
+<h2 class="ch_section" id="Bug fixes">Bug fixes</h2>
+
+
+<h3>HTTP Samplers and Test Script Recorder</h3>
+
+<ul>
+    
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62114";>
+      Bug
+      62114</a>
+    -
+  HTTP(S) Test Script Recorder : Client certificate authentication uses the 
first SSLManager created. Contributed by Ubik Load Pack (support at 
ubikloadpack.com)</li>
+    
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=61058";>
+      Bug
+      61058</a>
+    -
+  HTTP Request : Add option <span 
class="code">httpclient4.deflate_relax_mode</span> 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>
+    
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=43612";>
+      Bug
+      43612</a>
+    -
+  HTTP PUT does not honor request parameters. Implemented by Artem Fedorov 
(artem.fedorov at blazemeter.com) and contributed by BlazeMeter Ltd.</li>
+    
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=60190";>
+      Bug
+      60190</a>
+    -
+  Content-Type is added for <span class="code">POST</span> unconditionally. 
Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
+    
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62462";>
+      Bug
+      62462</a>
+    -
+  <a href="https://github.com/apache/jmeter/pull/387";>
+      Pull request #387</a>
+    -
+  Make delegation of credentials in SPNEGO possible again.</li>
+    
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=58807";>
+      Bug
+      58807</a>
+    -
+  <span class="code">Reset SSL State on Thread Group iteration only (was 
https.use.cached.ssl.context=false</span> is broken)</li>
+    
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62716";>
+      Bug
+      62716</a>
+    -
+  When Recording, JMeter removes Authorization from generated Header Manager 
when using Bearer Token</li>
+
+</ul>
+
+
+<h3>Other Samplers</h3>
+
+<ul>
+    
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62235";>
+      Bug
+      62235</a>
+    -
+  Java 9 - illegal reflective access by 
org.apache.jmeter.util.HostNameSetter</li>
+    
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62464";>
+      Bug
+      62464</a>
+    -
+  Set start- and end-time on JMS publisher sampler, even if initialization 
fails.</li>
+    
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62616";>
+      Bug
+      62616</a>
+    -
+  FTPSampler: Upload file-size is not counted in sentBytes</li>
+
+</ul>
+
+
+<h3>Controllers</h3>
+
+<ul>
+    
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62265";>
+      Bug
+      62265</a>
+    -
+  ModuleController behaves strangely</li>
+
+</ul>
+
+
+<h3>Listeners</h3>
+
+<ul>
+  
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62097";>
+      Bug
+      62097</a>
+    -
+  Update JTable in Aggregate Report only when new data has arrived. That way 
selections of rows will be kept longer around.</li>
+  
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62203";>
+      Bug
+      62203</a>
+    -
+  Influxdb BackendListener client: store user tags to annotation and internal 
transaction. Contributed by Sergey Batalin (sergey_batalin at mail.ru)</li>
+  
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62251";>
+      Bug
+      62251</a>
+    -
+  TextGraphiteMetricsSender does not invalidate lost connections in case of 
network errors </li>
+  
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=60705";>
+      Bug
+      60705</a>
+    -
+  Fix headers of Aggregate Reports and friends when columns are moved 
around.</li>
+
+</ul>
+
+
+<h3>Timers, Assertions, Config, Pre- &amp; Post-Processors</h3>
+
+<ul>
+    
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=61664";>
+      Bug
+      61664</a>
+    -
+  HTTP Authorization Manager : Digest works only with legacy <a 
href="https://tools.ietf.org/html/2069";>RFC 2069</a>, <a 
href="https://tools.ietf.org/html/2617";>RFC 2617</a> is not implemented. 
Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
+    
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62252";>
+      Bug
+      62252</a>
+    -
+  HTTP header merging logic does not correspond to the documentation</li>
+    
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62554";>
+      Bug
+      62554</a>
+    -
+  BoundaryExtractor : Field to check is not reset</li>
+    
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62553";>
+      Bug
+      62553</a>
+    -
+  Random element might return same value even if property "Per thread user 
(User)" is set to TRUE</li>
+    
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62637";>
+      Bug
+      62637</a>
+    -
+  Take scheduler into account when calcuting delay for Synchronizing Timer</li>
+
+</ul>
+
+
+<h3>Functions</h3>
+
+<ul>
+
+</ul>
+
+
+<h3>I18N</h3>
+
+<ul>
+    
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62310";>
+      Bug
+      62310</a>
+    -
+  French translation of Precise Throughput Timer label</li>
+
+</ul>
+
+
+<h3>Report / Dashboard</h3>
+
+<ul>
+    
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62333";>
+      Bug
+      62333</a>
+    -
+  Report Dashboard - When one series contains no value, the graph colors logic 
is wrong. Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
+    
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62283";>
+      Bug
+      62283</a>
+    -
+  Report Dashboard - Date is not correctly displayed on chart when granularity 
is &le;&nbsp;1 day</li>
+    
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62520";>
+      Bug
+      62520</a>
+    -
+  The tool-tip text when we hover on the point in 'Latency Vs Request' graph 
should be 'Median Latency'</li>
+
+</ul>
+
+
+<h3>Documentation</h3>
+
+<ul>
+    
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62211";>
+      Bug
+      62211</a>
+    -
+  Fix HTTP Request Server Documentation. Contributed by Ori Marko (orimarko at 
gmail.com)</li>
+    
+<li>
+<a href="https://github.com/apache/jmeter/pull/388";>
+      Pull request #388</a>
+    -
+  Fix a typo. Contributed by Giancarlo Romeo (giancarloromeo at gmail.com)</li>
+
+</ul>
+
+
+<h3>General</h3>
+
+<ul>
+  
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62107";>
+      Bug
+      62107</a>
+    -
+  JMeter fails to start under Windows when <span class="code">JM_LAUNCH</span> 
contains spaces</li>
+  
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62110";>
+      Bug
+      62110</a>
+    -
+  A broken JUnit class (due to missing dependency) breaks JMeter menus. 
Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
+  
+<li>
+<a href="https://github.com/apache/jmeter/pull/377";>
+      Pull request #377</a>
+    -
+  Small fix of the docs. Contributed by Peter Doornbosch (peter.doornbosch at 
luminis.eu)</li>
+  
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62124";>
+      Bug
+      62124</a>
+    -
+  Recording templates : Add more exclusions and use Transaction Name by 
default</li>
+  
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62127";>
+      Bug
+      62127</a>
+    -
+  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>
+  
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=56150";>
+      Bug
+      56150</a>
+    -
+  Keep the index right, when scrolling through the menu items.</li>
+  
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62240";>
+      Bug
+      62240</a>
+    -
+  If SampleMonitor implementation is a TestBean if will not be initialized 
correctly</li>
+  
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62295";>
+      Bug
+      62295</a>
+    -
+  Correct order of elements when duplicating a selection of multiple 
elements.</li>
+  
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62397";>
+      Bug
+      62397</a>
+    -
+  Don't break lines at commata when using JSON Path Tester</li> 
+  
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62281";>
+      Bug
+      62281</a>
+    -
+  Prevent NPE in MapProperty. Patch by belugabehr (dam6923 at gmail.com)</li>
+  
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62457";>
+      Bug
+      62457</a>
+    -
+  In usermanual, the UUID Function's example is wrong. Contributed by helppass 
(onegaicimasu at hotmail.com)</li>
+  
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62478";>
+      Bug
+      62478</a>
+    -
+  Escape commata in parameters when constructing function strings in the GUI 
function helper. Reported by blue414 (blue414 at 163.com)</li>
+  
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62463";>
+      Bug
+      62463</a>
+    -
+  Fix usage of ports, when <span class="code">client.rmi.localport</span> is 
set for distributed runs.</li>
+  
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62545";>
+      Bug
+      62545</a>
+    -
+  Don't use a colon as part of the "tab" string when indenting JSON in 
RenderAsJSON.</li>
+  
+<li>Part of <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62637";>
+      Bug
+      62637</a>
+    -
+   Avoid Integer overrun when dealing with very large values in <span 
class="code">TimerService#adjustDelay</span>
+</li>
+  
+<li>
+<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62683";>
+      Bug
+      62683</a>
+    -
+  Error dialog has no text when user opens completely invalid test plan.</li>
+
+</ul>
+
+ 
+
+
+<h2 class="ch_section" id="Thanks">Thanks</h2>
+
+<p>We thank all contributors mentioned in bug and improvement sections above:
+</p>
+
+<ul>
+    
+<li>Graham Russell (graham at ham1.co.uk)</li>
+    
+<li>Ori Marko (orimarko at gmail.com)</li>
+    
+<li>Davide Angelocola (davide.angelocola at fisglobal.com)</li>
+    
+<li>
+<a href="https://ubikloadpack.com";>Ubik Load Pack</a>
+</li>
+    
+<li>Olaf Flebbe (oflebbe at apache.org)</li>
+    
+<li>Peter Doornbosch (peter.doornbosch at luminis.eu)</li>
+    
+<li>logox01 (logox01 at gmx.at)</li>
+    
+<li>Sergey Batalin (sergey_batalin at mail.ru)</li>
+    
+<li>
+<a href="https://www.xmeter.net";>XMeter</a>
+</li>
+    
+<li>Imane Ankhila (iankhila at ahlane.net)</li>
+    
+<li>jffagot05 (jffagot05 at gmail.com)</li>
+    
+<li>Perze Ababa (perze.ababa at gmail.com)</li>
+    
+<li>Martha Laks (laks.martha at gmail.com)</li>
+    
+<li>Logan Mauzaize (t524467 at airfrance.fr)</li>
+    
+<li>belugabehr (dam6923 at gmail.com)</li>
+    
+<li>Giancarlo Romeo (giancarloromeo at gmail.com)</li>
+    
+<li>helppass (onegaicimasu at hotmail.com)</li>
+    
+<li>blue414 (blue414 at 163.com)</li>
+    
+<li>Aaron Levin</li>
+    
+<li>Allen (444104595 at qq.com)</li>
+    
+<li>Felipe Cuozzo (felipe.cuozzo at gmail.com)</li>
+    
+<li>bangnab (ambrosetti.nicola at gmail.com)</li>
+
+</ul>
+
+<p>We also thank bug reporters who helped us improve JMeter.</p>
+
+<p>
+Apologies if we have omitted anyone else.
+</p>
+ 
+
+
+<h2 class="ch_section" id="Known problems and workarounds">Known problems and 
workarounds</h2>
+
+<ul>
+
+<li>View Results Tree may freeze rendering large response particularly if this 
response has no spaces, see <a 
href="https://bz.apache.org/bugzilla/show_bug.cgi?id=60816";>
+      Bug
+      60816</a>.
+This is due to an identified Java Bug <a 
href="https://bugs.openjdk.java.net/browse/JDK-8172336";>UI stuck when calling 
<span class="code">JEditorPane.setText()</span> or <span 
class="code">JTextArea.setText()</span> with long text without space</a>.
+</li>
+
+</ul>
+
+<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 <span class="code">0</span> (see <a 
href="https://bz.apache.org/bugzilla/show_bug.cgi?id=55510";>
+      Bug
+      55510</a>).
+</li>
+
+
+<li>
+Note that under some windows systems you may have this WARNING:
+<pre class="source">
+java.util.prefs.WindowsPreferences
+WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0
+x80000002. Windows RegCreateKeyEx(&hellip;) returned error code 5.
+</pre>
+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:
+<pre class="source">java.security.cert.CertificateException: Certificates does 
not conform to algorithm constraints</pre>
+ 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 <span class="code">md2WithRSAEncryption</span>) or 
with a SSL certificate with a size lower than 1024 bits.
+This error is related to increased security in Java 8+.
+<br>
+To allow you to perform your HTTPS request, you can downgrade the security of 
your Java installation by editing
+the Java <span class="code">jdk.certpath.disabledAlgorithms</span> property. 
Remove the MD2 value or the constraint on size, depending on your case.
+<br>
+This property is in this file:
+<pre class="source">JAVA_HOME/jre/lib/security/java.security</pre>
+See  <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=56357";>
+      Bug
+      56357</a> 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 
<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=54586";>
+      Bug
+      54586</a>.
+This is due to a known Java bug which fails to parse "<span 
class="code">px</span>" 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 (<span class="keycombo"><span 
class="keysym">SHIFT</span>&nbsp;+&nbsp;<span 
class="keysym">up/down</span></span>) 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>
+
+
+
 
 <h1>Version 4.0</h1>
 
@@ -2880,8 +4117,6 @@ jmeter.reportgenerator.apdex_per_transac
             
 <li>avalon-framework-4.1.4.jar</li>
             
-<li>avalon-framework-4.1.4.jar</li>
-            
 <li>commons-logging-1.2.jar</li>
             
 <li>excalibur-logger-1.1.jar</li>
@@ -20789,9 +22024,6 @@ test engine code.</li>
 <li class="twitter">
 <a data-social-url="https://twitter.com/intent/tweet?url="; title="Tweet on 
twitter"><i class="fa fa-twitter" aria-hidden="true"></i>tweet</a>
 </li>
-<li class="gplus">
-<a data-social-url="https://plus.google.com/share?url="; title="Share on 
Google+"><i class="fa fa-google-plus" aria-hidden="true"></i>share</a>
-</li>
 </ul>
 </div>
 <a href="#top" id="topButton">Go to top</a>
@@ -20800,7 +22032,7 @@ test engine code.</li>
 <div class="copyright">
             Copyright &copy;
             1999 &ndash;
-            2018
+            2019
             , Apache Software Foundation
           </div>
 <div class="trademarks">Apache, Apache JMeter, JMeter, the Apache

Added: jmeter/trunk/docs/creating-templates.html
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/docs/creating-templates.html?rev=1853306&view=auto
==============================================================================
--- jmeter/trunk/docs/creating-templates.html (added)
+++ jmeter/trunk/docs/creating-templates.html Sun Feb 10 12:41:03 2019
@@ -0,0 +1,411 @@
+<!DOCTYPE html SYSTEM "about:legacy-compat">
+<html lang="en">
+<head>
+<META http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
+<title>Apache JMeter
+          -
+          User guide: Customizables templates</title>
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<link href="https://fonts.googleapis.com/css?family=Merriweather:400normal"; 
rel="stylesheet" type="text/css">
+<link 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css";
 rel="stylesheet" type="text/css">
+<link rel="stylesheet" type="text/css" href="./css/new-style.css">
+<link rel="apple-touch-icon-precomposed" href="./images/apple-touch-icon.png">
+<link rel="icon" href="./images/favicon.png">
+<meta name="msapplication-TileColor" content="#ffffff">
+<meta name="msapplication-TileImage" content="./images/mstile-144x144.png">
+<meta name="theme-color" content="#ffffff">
+</head>
+<body role="document">
+<a href="#content" class="hidden">Main content</a>
+<div class="header">
+<!--
+            APACHE LOGO
+          -->
+<div>
+<a href="https://www.apache.org";><img title="Apache Software Foundation" 
class="asf-logo logo" src="./images/asf-logo.svg" alt="Logo ASF"></a>
+</div>
+<!--
+              PROJECT LOGO
+            -->
+<div>
+<a href="https://jmeter.apache.org/";><img class="logo" src="./images/logo.svg" 
alt="Apache JMeter"></a>
+</div>
+<div class="banner">
+<a href="https://www.apache.org/events/current-event.html";><img 
src="https://www.apache.org/events/current-event-234x60.png"; alt="Current 
Apache event teaser"></a>
+<div class="clear"></div>
+</div>
+</div>
+<div class="nav">
+<ul class="menu">
+<li onClick="return true">
+<div class="menu-title">About</div>
+<ul>
+<li>
+<a href="./index.html">Overview</a>
+</li>
+<li>
+<a href="https://www.apache.org/licenses/";>License</a>
+</li>
+</ul>
+</li>
+</ul>
+<ul class="menu">
+<li onClick="return true">
+<div class="menu-title">Download</div>
+<ul>
+<li>
+<a href="./download_jmeter.cgi">Download Releases</a>
+</li>
+<li>
+<a href="./changes.html">Release Notes</a>
+</li>
+</ul>
+</li>
+</ul>
+<ul class="menu">
+<li onClick="return true">
+<div class="menu-title">Documentation</div>
+<ul>
+<li>
+<a href="./usermanual/get-started.html">Get Started</a>
+</li>
+<li>
+<a href="./usermanual/index.html">User Manual</a>
+</li>
+<li>
+<a href="./usermanual/best-practices.html">Best Practices</a>
+</li>
+<li>
+<a href="./usermanual/component_reference.html">Component Reference</a>
+</li>
+<li>
+<a href="./usermanual/functions.html">Functions Reference</a>
+</li>
+<li>
+<a href="./usermanual/properties_reference.html">Properties Reference</a>
+</li>
+<li>
+<a href="./changes_history.html">Change History</a>
+</li>
+<li>
+<a href="./api/index.html">Javadocs</a>
+</li>
+<li>
+<a href="https://wiki.apache.org/jmeter";>JMeter Wiki</a>
+</li>
+<li>
+<a href="https://wiki.apache.org/jmeter/JMeterFAQ";>FAQ (Wiki)</a>
+</li>
+</ul>
+</li>
+</ul>
+<ul class="menu">
+<li onClick="return true">
+<div class="menu-title">Tutorials</div>
+<ul>
+<li>
+<a 
href="./usermanual/jmeter_distributed_testing_step_by_step.html">Distributed 
Testing</a>
+</li>
+<li>
+<a href="./usermanual/jmeter_proxy_step_by_step.html">Recording Tests</a>
+</li>
+<li>
+<a href="./usermanual/junitsampler_tutorial.html">JUnit Sampler</a>
+</li>
+<li>
+<a href="./usermanual/jmeter_accesslog_sampler_step_by_step.html">Access Log 
Sampler</a>
+</li>
+<li>
+<a href="./usermanual/jmeter_tutorial.html">Extending JMeter</a>
+</li>
+</ul>
+</li>
+</ul>
+<ul class="menu">
+<li onClick="return true">
+<div class="menu-title">Community</div>
+<ul>
+<li>
+<a href="./issues.html">Issue Tracking</a>
+</li>
+<li>
+<a href="https://www.apache.org/security/";>Security</a>
+</li>
+<li>
+<a href="./mail.html">Mailing Lists</a>
+</li>
+<li>
+<a href="./svnindex.html">Source Repositories</a>
+</li>
+<li>
+<a href="./building.html">Building and Contributing</a>
+</li>
+<li>
+<a href="https://projects.apache.org/project.html?jmeter";>Project info at 
Apache</a>
+</li>
+<li>
+<a href="https://wiki.apache.org/jmeter/JMeterCommitters";>Contributors</a>
+</li>
+</ul>
+</li>
+</ul>
+<ul class="menu">
+<li onClick="return true">
+<div class="menu-title">Foundation</div>
+<ul>
+<li>
+<a href="https://www.apache.org/";>The Apache Software Foundation (ASF)</a>
+</li>
+<li>
+<a href="https://www.apache.org/foundation/getinvolved.html";>Get Involved in 
the ASF</a>
+</li>
+<li>
+<a href="https://www.apache.org/foundation/sponsorship.html";>Sponsorship</a>
+</li>
+<li>
+<a href="https://www.apache.org/foundation/thanks.html";>Thanks</a>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="main" id="content">
+<div class="social-media">
+<ul class="social-media-links">
+<li class="twitter">
+<a href="https://twitter.com/ApacheJMeter"; title="Follow us on Twitter"><i 
class="fa fa-twitter" aria-hidden="true"></i>Twitter</a>
+</li>
+<li class="github">
+<a href="https://github.com/apache/jmeter"; title="Fork us on github"><i 
class="fa fa-github" aria-hidden="true"></i>github</a>
+</li>
+</ul>
+</div>
+<div class="section">
+<h1>Customizable template</h1>
+            
+<p>
+                This document describes how to create a customizable template.
+            </p>
+            
+<div class="subsection">
+<h2 id="folder_structure">1 Folder structure<a class="sectionlink" 
href="#folder_structure" title="Link to here">&para;</a>
+</h2>
+                    
+<p>
+                        The template feature uses the bin/templates folder 
which contains :<br>
+                        
+<ul>
+                            
+<li>templates.xml, the file where you declare the templates you want to be 
able to use</li>
+                            
+<li>some .jmx and .jmx.fmkr files which are the templates</li>
+                        
+</ul>
+                    
+</p>
+                    
+<p>Here is how it looks like:
+                    <figure>
+<a href="./images/screenshots/templates/template_folder.png"><img 
src="./images/screenshots/templates/template_folder.png" width="" height="" 
alt="Figure 1 - template folder"></a>
+<figcaption>Figure 1 - template folder</figcaption>
+</figure>
+                    
+</p>
+            
+</div>
+            
+<div class="subsection">
+<h2 id="template_creation">2 Template declaration<a class="sectionlink" 
href="#template_creation" title="Link to here">&para;</a>
+</h2>
+                
+<div class="subsection">
+<h2 id="basic_template_declaration">2.1 Basic template declaration<a 
class="sectionlink" href="#basic_template_declaration" title="Link to 
here">&para;</a>
+</h2>
+                    
+<p>
+                        First of all you must declare your template. To do 
that, look into the templates.xml file.<br>
+                        This file respect a DTD <br>
+                        Below is the already existing Recording template 
declaration inside the templates.xml :
+                        <figure>
+<a href="./images/screenshots/templates/templates_xml.png"><img 
src="./images/screenshots/templates/templates_xml.png" width="" height="" 
alt="Figure 2 - recording template declaration"></a>
+<figcaption>Figure 2 - recording template declaration</figcaption>
+</figure>
+                        A template declaration is made as follow :<br>
+                        
+<ul>
+                            
+<li>
+<span class="code">template</span> element which contains the informations 
described in the followings tags</li>
+                            
+<li>
+<span class="code">name</span> element which contains the template name the 
user will see</li>
+                            
+<li>
+<span class="code">fileName</span> element which contains the relative path of 
the template.</li>
+                            
+<li>
+<span class="code">description</span> element which uses html to describe the 
template</li>
+                            
+<li>
+<span class="code">optional</span> parameters tag (will be discussed 
later)</li>
+                        
+</ul>
+                    
+</p>
+                
+</div>
+                
+<div class="subsection">
+<h2 id="customizable_template_declaration">2.2 Customizable template 
declaration<a class="sectionlink" href="#customizable_template_declaration" 
title="Link to here">&para;</a>
+</h2>
+                    
+<p>
+                        Let's say we want the exact same Recording template as 
in the 2.1 section, but we want to choose the name
+                        of the xml file where the recording of view result 
tree will be saved.<br>
+<br>
+                        To do so we will use the parameters tag to tell JMeter 
to ask the user about a name for the concerned file :
+                        <figure>
+<a href="./images/screenshots/templates/templates_xml_parameters.png"><img 
src="./images/screenshots/templates/templates_xml_parameters.png" width="" 
height="" alt="Figure 3 - recording template with parameters"></a>
+<figcaption>Figure 3 - recording template with parameters</figcaption>
+</figure>
+                        
+<div class="clear"></div>
+<div class="note">You can put as many parameter tags as you want in the 
parameters tag.</div>
+<div class="clear"></div>
+                        Let's see what changed here.<br>
+                        Firstly, customs templates are <span 
class="code">.jmx.fmkr</span> files and not only <span 
class="code">.jmx</span>.<br>
+<br>
+                        Lastly, we added a <span 
class="code">parameters</span> tag.<br> As you can see in the image, a <span 
class="code">parameters</span> tag contains <span class="code">parameter</span> 
tags.<br>
+                        Parameter tags are empty and contains 2 attributes :
+                        <ul>
+                            
+<li>
+<span class="code">key</span> is the name of the parameter you will ask the 
user to fill.</li>
+                            
+<li>
+<span class="code">defaultValue</span> is as its name says, the default value 
the user will see for the parameter.</li>
+                        
+</ul>
+                    
+</p>
+                
+</div>
+            
+</div>
+            
+<div class="subsection">
+<h2 id="template_file">3 Template file<a class="sectionlink" 
href="#template_file" title="Link to here">&para;</a>
+</h2>
+                
+<div class="subsection">
+<h2 id="basic_template_file">3.1 Basic template file<a class="sectionlink" 
href="#basic_template_file" title="Link to here">&para;</a>
+</h2>
+                    
+<p>
+                        The template file is the one you used in the fileName 
tag when you declared your template.
+                        A template file is just the saving of a JMeter test 
plan.
+                    </p>
+                
+</div>
+                
+                
+<div class="subsection">
+<h2 id="customizable_template_file">3.2 Customizable template file<a 
class="sectionlink" href="#customizable_template_file" title="Link to 
here">&para;</a>
+</h2>
+                    
+<p>
+                        In the 2.2 section we saw that a custom template file 
is a .jmx.fmkr file.<br>
+                        The single difference between them is the .jmx.fmkr 
will be analyzed by JMeter to<br>
+                        detect customs tag. If a custom tag is found, JMeter 
will try to replace it by the corresponding
+                        given value from the user.<br>
+<br>
+                        A custom tag is defined as follow : 
+                        <pre class="source">[=&lt;key&gt;]</pre>
+                        This is based on <a 
href="https://freemarker.apache.org/docs/dgui_misc_alternativesyntax.html#dgui_misc_alternativesyntax_interpolation";>Freemarker
 alternative Interpolation syntax</a>.
+                        Let's illustrate how it works with an example.<br>
+                        Consider the following part of the recording.jmx 
template file : <br>
+                        
+<figure>
+<a href="./images/screenshots/templates/template_recording_filename.png"><img 
src="./images/screenshots/templates/template_recording_filename.png" width="" 
height="" alt="Figure 4 - recording.jmx save file"></a>
+<figcaption>Figure 4 - recording.jmx save file</figcaption>
+</figure>
+                        The surrounded area correspond to the name of the xml 
file where the View Results Tree output will be saved.
+                        As it is, when you use the template you will always 
have the same saving filename : <span class="code">recording.xml</span>.<br>
+<br>
+                        To make it customizable, change your recording 
template declaration in the templates.xml files by the<br>
+                        one shown in the 2.2 section. Then, rename the 
recording.jmx file to recording.jmx.fmkr.<br>
+<br>
+                        When it's done, Change the above selected line by this 
one : 
+                        <pre class="source">&lt;stringProp 
name="filename"&gt;[=xmlFileName]&lt;/stringProp&gt;</pre>
+                        
+<br>
+                        It's over ! With this configuration, if you chose to 
use the recording template, JMeter will ask you
+                        a xmlFileName (correspond to the key value in the 
declaration).
+                        <figure>
+<a href="./images/screenshots/templates/template_parameters_window.png"><img 
src="./images/screenshots/templates/template_parameters_window.png" width="" 
height="" alt="Figure 5 - JMeter asks you the value you want to put for the 
key"></a>
+<figcaption>Figure 5 - JMeter asks you the value you want to put for the 
key</figcaption>
+</figure>
+                        Then, you will find the expected value in the created 
template where you placed the [=xmlFileName] tag :
+                        <figure>
+<a 
href="./images/screenshots/templates/template_recording_retrieved_value.png"><img
 src="./images/screenshots/templates/template_recording_retrieved_value.png" 
width="" height="" alt="Figure 6 - the value changed"></a>
+<figcaption>Figure 6 - the value changed</figcaption>
+</figure>
+                    
+</p>
+                
+</div>
+            
+</div>
+        
+</div>
+<div class="share-links">
+      Share this page:
+      <ul>
+<li class="fb">
+<a data-social-url="https://facebook.com/sharer/sharer.php?u="; title="Share on 
facebook"><i class="fa fa-facebook" aria-hidden="true"></i>share</a>
+</li>
+<li class="twitter">
+<a data-social-url="https://twitter.com/intent/tweet?url="; title="Tweet on 
twitter"><i class="fa fa-twitter" aria-hidden="true"></i>tweet</a>
+</li>
+</ul>
+</div>
+<a href="#top" id="topButton">Go to top</a>
+</div>
+<div class="footer">
+<div class="copyright">
+            Copyright &copy;
+            1999 &ndash;
+            2019
+            , Apache Software Foundation
+          </div>
+<div class="trademarks">Apache, Apache JMeter, JMeter, the Apache
+            feather, and the Apache JMeter logo are
+            trademarks of the
+            Apache Software Foundation.
+          </div>
+</div>
+<script>(function(){
+            "use strict";
+            // enable 'go to top' button functionality
+            document.addEventListener('scroll', function() {
+                if (document.body.scrollTop > 500 || 
document.documentElement.scrollTop > 500) {
+                    document.getElementById("topButton").style.display = 
"block";
+                } else {
+                    document.getElementById("topButton").style.display = 
"none";
+                }
+            });
+            // fill in the current location into social links on this page.
+            var as = document.getElementsByTagName('a');
+            var loc = document.location.href;
+            if (!loc.toLowerCase().startsWith('http')) {
+                return;
+            }
+            for (var i=0; i<as.length; i++) {
+                var href = as[i].getAttribute('data-social-url');
+                if (href !== null) {
+                    as[i].href = href + encodeURIComponent(loc);
+                }
+            }
+        })();</script>
+</body>
+</html>

Propchange: jmeter/trunk/docs/creating-templates.html
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: jmeter/trunk/docs/css/new-style.css
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/docs/css/new-style.css?rev=1853306&r1=1853305&r2=1853306&view=diff
==============================================================================
--- jmeter/trunk/docs/css/new-style.css (original)
+++ jmeter/trunk/docs/css/new-style.css Sun Feb 10 12:41:03 2019
@@ -70,10 +70,6 @@
   padding-right: 0.2rem;
 }
 
-.gplus {
-  background-color: #d34836 !important;
-}
-
 .twitter {
   background-color: #55acee !important;
 }

Modified: jmeter/trunk/docs/devguide-dashboard.html
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/docs/devguide-dashboard.html?rev=1853306&r1=1853305&r2=1853306&view=diff
==============================================================================
--- jmeter/trunk/docs/devguide-dashboard.html (original)
+++ jmeter/trunk/docs/devguide-dashboard.html Sun Feb 10 12:41:03 2019
@@ -593,9 +593,6 @@
 <li class="twitter">
 <a data-social-url="https://twitter.com/intent/tweet?url="; title="Tweet on 
twitter"><i class="fa fa-twitter" aria-hidden="true"></i>tweet</a>
 </li>
-<li class="gplus">
-<a data-social-url="https://plus.google.com/share?url="; title="Share on 
Google+"><i class="fa fa-google-plus" aria-hidden="true"></i>share</a>
-</li>
 </ul>
 </div>
 <a href="#top" id="topButton">Go to top</a>
@@ -604,7 +601,7 @@
 <div class="copyright">
             Copyright &copy;
             1999 &ndash;
-            2018
+            2019
             , Apache Software Foundation
           </div>
 <div class="trademarks">Apache, Apache JMeter, JMeter, the Apache

Modified: jmeter/trunk/docs/download_jmeter.html
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/docs/download_jmeter.html?rev=1853306&r1=1853305&r2=1853306&view=diff
==============================================================================
--- jmeter/trunk/docs/download_jmeter.html (original)
+++ jmeter/trunk/docs/download_jmeter.html Sun Feb 10 12:41:03 2019
@@ -245,7 +245,7 @@
     
 </div>
 <div class="section">
-<h1>Apache JMeter 5.0 (Requires Java 8 or 9.)</h1>
+<h1>Apache JMeter 5.1 (Requires Java 8+)</h1>
       
 <div class="subsection">
 <h2 id="binaries">Binaries<a class="sectionlink" href="#binaries" title="Link 
to here">&para;</a>
@@ -255,17 +255,17 @@
           
 <tr>
               
-<td><a 
href="[preferred]/jmeter/binaries/apache-jmeter-5.0.tgz">apache-jmeter-5.0.tgz</a></td>
-              <td><a 
href="https://www.apache.org/dist/jmeter/binaries/apache-jmeter-5.0.tgz.sha512";>sha512</a></td>
-              <td><a 
href="https://www.apache.org/dist/jmeter/binaries/apache-jmeter-5.0.tgz.asc";>pgp</a></td>
+<td><a 
href="[preferred]/jmeter/binaries/apache-jmeter-5.1.tgz">apache-jmeter-5.1.tgz</a></td>
+              <td><a 
href="https://www.apache.org/dist/jmeter/binaries/apache-jmeter-5.1.tgz.sha512";>sha512</a></td>
+              <td><a 
href="https://www.apache.org/dist/jmeter/binaries/apache-jmeter-5.1.tgz.asc";>pgp</a></td>
           
 </tr>
           
 <tr>
               
-<td><a 
href="[preferred]/jmeter/binaries/apache-jmeter-5.0.zip">apache-jmeter-5.0.zip</a></td>
-              <td><a 
href="https://www.apache.org/dist/jmeter/binaries/apache-jmeter-5.0.zip.sha512";>sha512</a></td>
-              <td><a 
href="https://www.apache.org/dist/jmeter/binaries/apache-jmeter-5.0.zip.asc";>pgp</a></td>
+<td><a 
href="[preferred]/jmeter/binaries/apache-jmeter-5.1.zip">apache-jmeter-5.1.zip</a></td>
+              <td><a 
href="https://www.apache.org/dist/jmeter/binaries/apache-jmeter-5.1.zip.sha512";>sha512</a></td>
+              <td><a 
href="https://www.apache.org/dist/jmeter/binaries/apache-jmeter-5.1.zip.asc";>pgp</a></td>
           
 </tr>
         
@@ -281,17 +281,17 @@
           
 <tr>
               
-<td><a 
href="[preferred]/jmeter/source/apache-jmeter-5.0_src.tgz">apache-jmeter-5.0_src.tgz</a></td>
-              <td><a 
href="https://www.apache.org/dist/jmeter/source/apache-jmeter-5.0_src.tgz.sha512";>sha512</a></td>
-              <td><a 
href="https://www.apache.org/dist/jmeter/source/apache-jmeter-5.0_src.tgz.asc";>pgp</a></td>
+<td><a 
href="[preferred]/jmeter/source/apache-jmeter-5.1_src.tgz">apache-jmeter-5.1_src.tgz</a></td>
+              <td><a 
href="https://www.apache.org/dist/jmeter/source/apache-jmeter-5.1_src.tgz.sha512";>sha512</a></td>
+              <td><a 
href="https://www.apache.org/dist/jmeter/source/apache-jmeter-5.1_src.tgz.asc";>pgp</a></td>
           
 </tr>
           
 <tr>
               
-<td><a 
href="[preferred]/jmeter/source/apache-jmeter-5.0_src.zip">apache-jmeter-5.0_src.zip</a></td>
-              <td><a 
href="https://www.apache.org/dist/jmeter/source/apache-jmeter-5.0_src.zip.sha512";>sha512</a></td>
-              <td><a 
href="https://www.apache.org/dist/jmeter/source/apache-jmeter-5.0_src.zip.asc";>pgp</a></td>
+<td><a 
href="[preferred]/jmeter/source/apache-jmeter-5.1_src.zip">apache-jmeter-5.1_src.zip</a></td>
+              <td><a 
href="https://www.apache.org/dist/jmeter/source/apache-jmeter-5.1_src.zip.sha512";>sha512</a></td>
+              <td><a 
href="https://www.apache.org/dist/jmeter/source/apache-jmeter-5.1_src.zip.asc";>pgp</a></td>
           
 </tr>
         
@@ -342,9 +342,6 @@
 <li class="twitter">
 <a data-social-url="https://twitter.com/intent/tweet?url="; title="Tweet on 
twitter"><i class="fa fa-twitter" aria-hidden="true"></i>tweet</a>
 </li>
-<li class="gplus">
-<a data-social-url="https://plus.google.com/share?url="; title="Share on 
Google+"><i class="fa fa-google-plus" aria-hidden="true"></i>share</a>
-</li>
 </ul>
 </div>
 <a href="#top" id="topButton">Go to top</a>
@@ -353,7 +350,7 @@
 <div class="copyright">
             Copyright &copy;
             1999 &ndash;
-            2018
+            2019
             , Apache Software Foundation
           </div>
 <div class="trademarks">Apache, Apache JMeter, JMeter, the Apache

Added: jmeter/trunk/docs/images/screenshots/templates/template_folder.png
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/docs/images/screenshots/templates/template_folder.png?rev=1853306&view=auto
==============================================================================
Binary file - no diff available.

Propchange: jmeter/trunk/docs/images/screenshots/templates/template_folder.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: jmeter/trunk/docs/images/screenshots/templates/template_parameters.png
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/docs/images/screenshots/templates/template_parameters.png?rev=1853306&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
jmeter/trunk/docs/images/screenshots/templates/template_parameters.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: 
jmeter/trunk/docs/images/screenshots/templates/template_parameters_window.png
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/docs/images/screenshots/templates/template_parameters_window.png?rev=1853306&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
jmeter/trunk/docs/images/screenshots/templates/template_parameters_window.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: 
jmeter/trunk/docs/images/screenshots/templates/template_recording_custom_filename.png
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/docs/images/screenshots/templates/template_recording_custom_filename.png?rev=1853306&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
jmeter/trunk/docs/images/screenshots/templates/template_recording_custom_filename.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: 
jmeter/trunk/docs/images/screenshots/templates/template_recording_filename.png
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/docs/images/screenshots/templates/template_recording_filename.png?rev=1853306&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
jmeter/trunk/docs/images/screenshots/templates/template_recording_filename.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: 
jmeter/trunk/docs/images/screenshots/templates/template_recording_retrieved_value.png
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/docs/images/screenshots/templates/template_recording_retrieved_value.png?rev=1853306&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
jmeter/trunk/docs/images/screenshots/templates/template_recording_retrieved_value.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: 
jmeter/trunk/docs/images/screenshots/templates/templates_xml_parameters.png
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/docs/images/screenshots/templates/templates_xml_parameters.png?rev=1853306&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
jmeter/trunk/docs/images/screenshots/templates/templates_xml_parameters.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Modified: jmeter/trunk/docs/index.html
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/docs/index.html?rev=1853306&r1=1853305&r2=1853306&view=diff
==============================================================================
--- jmeter/trunk/docs/index.html (original)
+++ jmeter/trunk/docs/index.html Sun Feb 10 12:41:03 2019
@@ -389,9 +389,6 @@ Nor does it render the HTML pages as a b
 <li class="twitter">
 <a data-social-url="https://twitter.com/intent/tweet?url="; title="Tweet on 
twitter"><i class="fa fa-twitter" aria-hidden="true"></i>tweet</a>
 </li>
-<li class="gplus">
-<a data-social-url="https://plus.google.com/share?url="; title="Share on 
Google+"><i class="fa fa-google-plus" aria-hidden="true"></i>share</a>
-</li>
 </ul>
 </div>
 <a href="#top" id="topButton">Go to top</a>
@@ -400,7 +397,7 @@ Nor does it render the HTML pages as a b
 <div class="copyright">
             Copyright &copy;
             1999 &ndash;
-            2018
+            2019
             , Apache Software Foundation
           </div>
 <div class="trademarks">Apache, Apache JMeter, JMeter, the Apache

Modified: jmeter/trunk/docs/issues.html
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/docs/issues.html?rev=1853306&r1=1853305&r2=1853306&view=diff
==============================================================================
--- jmeter/trunk/docs/issues.html (original)
+++ jmeter/trunk/docs/issues.html Sun Feb 10 12:41:03 2019
@@ -353,9 +353,6 @@ also the terms and conditions noted on t
 <li class="twitter">
 <a data-social-url="https://twitter.com/intent/tweet?url="; title="Tweet on 
twitter"><i class="fa fa-twitter" aria-hidden="true"></i>tweet</a>
 </li>
-<li class="gplus">
-<a data-social-url="https://plus.google.com/share?url="; title="Share on 
Google+"><i class="fa fa-google-plus" aria-hidden="true"></i>share</a>
-</li>
 </ul>
 </div>
 <a href="#top" id="topButton">Go to top</a>
@@ -364,7 +361,7 @@ also the terms and conditions noted on t
 <div class="copyright">
             Copyright &copy;
             1999 &ndash;
-            2018
+            2019
             , Apache Software Foundation
           </div>
 <div class="trademarks">Apache, Apache JMeter, JMeter, the Apache

Modified: jmeter/trunk/docs/jmeter_irc.html
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/docs/jmeter_irc.html?rev=1853306&r1=1853305&r2=1853306&view=diff
==============================================================================
--- jmeter/trunk/docs/jmeter_irc.html (original)
+++ jmeter/trunk/docs/jmeter_irc.html Sun Feb 10 12:41:03 2019
@@ -202,9 +202,6 @@ Room: <strong>#jmeter</strong>
 <li class="twitter">
 <a data-social-url="https://twitter.com/intent/tweet?url="; title="Tweet on 
twitter"><i class="fa fa-twitter" aria-hidden="true"></i>tweet</a>
 </li>
-<li class="gplus">
-<a data-social-url="https://plus.google.com/share?url="; title="Share on 
Google+"><i class="fa fa-google-plus" aria-hidden="true"></i>share</a>
-</li>
 </ul>
 </div>
 <a href="#top" id="topButton">Go to top</a>
@@ -213,7 +210,7 @@ Room: <strong>#jmeter</strong>
 <div class="copyright">
             Copyright &copy;
             1999 &ndash;
-            2018
+            2019
             , Apache Software Foundation
           </div>
 <div class="trademarks">Apache, Apache JMeter, JMeter, the Apache

Modified: jmeter/trunk/docs/localising/index.html
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/docs/localising/index.html?rev=1853306&r1=1853305&r2=1853306&view=diff
==============================================================================
--- jmeter/trunk/docs/localising/index.html (original)
+++ jmeter/trunk/docs/localising/index.html Sun Feb 10 12:41:03 2019
@@ -363,9 +363,6 @@ the project:
 <li class="twitter">
 <a data-social-url="https://twitter.com/intent/tweet?url="; title="Tweet on 
twitter"><i class="fa fa-twitter" aria-hidden="true"></i>tweet</a>
 </li>
-<li class="gplus">
-<a data-social-url="https://plus.google.com/share?url="; title="Share on 
Google+"><i class="fa fa-google-plus" aria-hidden="true"></i>share</a>
-</li>
 </ul>
 </div>
 <a href="#top" id="topButton">Go to top</a>
@@ -374,7 +371,7 @@ the project:
 <div class="copyright">
             Copyright &copy;
             1999 &ndash;
-            2018
+            2019
             , Apache Software Foundation
           </div>
 <div class="trademarks">Apache, Apache JMeter, JMeter, the Apache

Modified: jmeter/trunk/docs/mail.html
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/docs/mail.html?rev=1853306&r1=1853305&r2=1853306&view=diff
==============================================================================
--- jmeter/trunk/docs/mail.html (original)
+++ jmeter/trunk/docs/mail.html Sun Feb 10 12:41:03 2019
@@ -411,9 +411,6 @@ yourself the embarrassment.
 <li class="twitter">
 <a data-social-url="https://twitter.com/intent/tweet?url="; title="Tweet on 
twitter"><i class="fa fa-twitter" aria-hidden="true"></i>tweet</a>
 </li>
-<li class="gplus">
-<a data-social-url="https://plus.google.com/share?url="; title="Share on 
Google+"><i class="fa fa-google-plus" aria-hidden="true"></i>share</a>
-</li>
 </ul>
 </div>
 <a href="#top" id="topButton">Go to top</a>
@@ -422,7 +419,7 @@ yourself the embarrassment.
 <div class="copyright">
             Copyright &copy;
             1999 &ndash;
-            2018
+            2019
             , Apache Software Foundation
           </div>
 <div class="trademarks">Apache, Apache JMeter, JMeter, the Apache

Modified: jmeter/trunk/docs/mail2.html
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/docs/mail2.html?rev=1853306&r1=1853305&r2=1853306&view=diff
==============================================================================
--- jmeter/trunk/docs/mail2.html (original)
+++ jmeter/trunk/docs/mail2.html Sun Feb 10 12:41:03 2019
@@ -425,9 +425,6 @@ There are several 3<sup>rd</sup> party s
 <li class="twitter">
 <a data-social-url="https://twitter.com/intent/tweet?url="; title="Tweet on 
twitter"><i class="fa fa-twitter" aria-hidden="true"></i>tweet</a>
 </li>
-<li class="gplus">
-<a data-social-url="https://plus.google.com/share?url="; title="Share on 
Google+"><i class="fa fa-google-plus" aria-hidden="true"></i>share</a>
-</li>
 </ul>
 </div>
 <a href="#top" id="topButton">Go to top</a>
@@ -436,7 +433,7 @@ There are several 3<sup>rd</sup> party s
 <div class="copyright">
             Copyright &copy;
             1999 &ndash;
-            2018
+            2019
             , Apache Software Foundation
           </div>
 <div class="trademarks">Apache, Apache JMeter, JMeter, the Apache

Modified: jmeter/trunk/docs/nightly.html
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/docs/nightly.html?rev=1853306&r1=1853305&r2=1853306&view=diff
==============================================================================
--- jmeter/trunk/docs/nightly.html (original)
+++ jmeter/trunk/docs/nightly.html Sun Feb 10 12:41:03 2019
@@ -290,9 +290,6 @@ For each file you will also find a hash
 <li class="twitter">
 <a data-social-url="https://twitter.com/intent/tweet?url="; title="Tweet on 
twitter"><i class="fa fa-twitter" aria-hidden="true"></i>tweet</a>
 </li>
-<li class="gplus">
-<a data-social-url="https://plus.google.com/share?url="; title="Share on 
Google+"><i class="fa fa-google-plus" aria-hidden="true"></i>share</a>
-</li>
 </ul>
 </div>
 <a href="#top" id="topButton">Go to top</a>
@@ -301,7 +298,7 @@ For each file you will also find a hash
 <div class="copyright">
             Copyright &copy;
             1999 &ndash;
-            2018
+            2019
             , Apache Software Foundation
           </div>
 <div class="trademarks">Apache, Apache JMeter, JMeter, the Apache

Modified: jmeter/trunk/docs/svnindex.html
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/docs/svnindex.html?rev=1853306&r1=1853305&r2=1853306&view=diff
==============================================================================
--- jmeter/trunk/docs/svnindex.html (original)
+++ jmeter/trunk/docs/svnindex.html Sun Feb 10 12:41:03 2019
@@ -295,9 +295,6 @@ page</a>. </p>
 <li class="twitter">
 <a data-social-url="https://twitter.com/intent/tweet?url="; title="Tweet on 
twitter"><i class="fa fa-twitter" aria-hidden="true"></i>tweet</a>
 </li>
-<li class="gplus">
-<a data-social-url="https://plus.google.com/share?url="; title="Share on 
Google+"><i class="fa fa-google-plus" aria-hidden="true"></i>share</a>
-</li>
 </ul>
 </div>
 <a href="#top" id="topButton">Go to top</a>
@@ -306,7 +303,7 @@ page</a>. </p>
 <div class="copyright">
             Copyright &copy;
             1999 &ndash;
-            2018
+            2019
             , Apache Software Foundation
           </div>
 <div class="trademarks">Apache, Apache JMeter, JMeter, the Apache

Modified: jmeter/trunk/docs/usermanual/best-practices.html
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/docs/usermanual/best-practices.html?rev=1853306&r1=1853305&r2=1853306&view=diff
==============================================================================
--- jmeter/trunk/docs/usermanual/best-practices.html (original)
+++ jmeter/trunk/docs/usermanual/best-practices.html Sun Feb 10 12:41:03 2019
@@ -611,7 +611,7 @@ To run the test with 20 loops, just chan
 <p>
 This quickly becomes tedious if you want to run lots of tests in non-GUI mode.
 One solution to this is to define the Test Plan variable in terms of a 
property,
-for example <span class="code">LOOPS=${__P(loops,10))}</span>.
+for example <span class="code">LOOPS=${__P(loops,10)}</span>.
 This uses the value of the property "<span class="code">loops</span>", 
defaulting to <span class="code">10</span> if the property is not found.
 The "<span class="code">loops</span>" property can then be defined on the 
JMeter command-line:
 <pre class="source">jmeter &hellip; -Jloops=12 &hellip;</pre>
@@ -724,9 +724,6 @@ of the element from there.<br>
 <li class="twitter">
 <a data-social-url="https://twitter.com/intent/tweet?url="; title="Tweet on 
twitter"><i class="fa fa-twitter" aria-hidden="true"></i>tweet</a>
 </li>
-<li class="gplus">
-<a data-social-url="https://plus.google.com/share?url="; title="Share on 
Google+"><i class="fa fa-google-plus" aria-hidden="true"></i>share</a>
-</li>
 </ul>
 </div>
 <a href="#top" id="topButton">Go to top</a>
@@ -735,7 +732,7 @@ of the element from there.<br>
 <div class="copyright">
             Copyright &copy;
             1999 &ndash;
-            2018
+            2019
             , Apache Software Foundation
           </div>
 <div class="trademarks">Apache, Apache JMeter, JMeter, the Apache

Modified: jmeter/trunk/docs/usermanual/boss.html
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/docs/usermanual/boss.html?rev=1853306&r1=1853305&r2=1853306&view=diff
==============================================================================
--- jmeter/trunk/docs/usermanual/boss.html (original)
+++ jmeter/trunk/docs/usermanual/boss.html Sun Feb 10 12:41:03 2019
@@ -470,9 +470,6 @@ garbage-collection, and byte-code level
 <li class="twitter">
 <a data-social-url="https://twitter.com/intent/tweet?url="; title="Tweet on 
twitter"><i class="fa fa-twitter" aria-hidden="true"></i>tweet</a>
 </li>
-<li class="gplus">
-<a data-social-url="https://plus.google.com/share?url="; title="Share on 
Google+"><i class="fa fa-google-plus" aria-hidden="true"></i>share</a>
-</li>
 </ul>
 </div>
 <a href="#top" id="topButton">Go to top</a>
@@ -481,7 +478,7 @@ garbage-collection, and byte-code level
 <div class="copyright">
             Copyright &copy;
             1999 &ndash;
-            2018
+            2019
             , Apache Software Foundation
           </div>
 <div class="trademarks">Apache, Apache JMeter, JMeter, the Apache

Modified: jmeter/trunk/docs/usermanual/build-adv-web-test-plan.html
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/docs/usermanual/build-adv-web-test-plan.html?rev=1853306&r1=1853305&r2=1853306&view=diff
==============================================================================
--- jmeter/trunk/docs/usermanual/build-adv-web-test-plan.html (original)
+++ jmeter/trunk/docs/usermanual/build-adv-web-test-plan.html Sun Feb 10 
12:41:03 2019
@@ -278,9 +278,6 @@ your test.</p>
 <li class="twitter">
 <a data-social-url="https://twitter.com/intent/tweet?url="; title="Tweet on 
twitter"><i class="fa fa-twitter" aria-hidden="true"></i>tweet</a>
 </li>
-<li class="gplus">
-<a data-social-url="https://plus.google.com/share?url="; title="Share on 
Google+"><i class="fa fa-google-plus" aria-hidden="true"></i>share</a>
-</li>
 </ul>
 </div>
 <a href="#top" id="topButton">Go to top</a>
@@ -289,7 +286,7 @@ your test.</p>
 <div class="copyright">
             Copyright &copy;
             1999 &ndash;
-            2018
+            2019
             , Apache Software Foundation
           </div>
 <div class="trademarks">Apache, Apache JMeter, JMeter, the Apache

Modified: jmeter/trunk/docs/usermanual/build-db-test-plan.html
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/docs/usermanual/build-db-test-plan.html?rev=1853306&r1=1853305&r2=1853306&view=diff
==============================================================================
--- jmeter/trunk/docs/usermanual/build-db-test-plan.html (original)
+++ jmeter/trunk/docs/usermanual/build-db-test-plan.html Sun Feb 10 12:41:03 
2019
@@ -474,9 +474,6 @@ Figure 6.7. Graph results Listener</figc
 <li class="twitter">
 <a data-social-url="https://twitter.com/intent/tweet?url="; title="Tweet on 
twitter"><i class="fa fa-twitter" aria-hidden="true"></i>tweet</a>
 </li>
-<li class="gplus">
-<a data-social-url="https://plus.google.com/share?url="; title="Share on 
Google+"><i class="fa fa-google-plus" aria-hidden="true"></i>share</a>
-</li>
 </ul>
 </div>
 <a href="#top" id="topButton">Go to top</a>
@@ -485,7 +482,7 @@ Figure 6.7. Graph results Listener</figc
 <div class="copyright">
             Copyright &copy;
             1999 &ndash;
-            2018
+            2019
             , Apache Software Foundation
           </div>
 <div class="trademarks">Apache, Apache JMeter, JMeter, the Apache

Modified: jmeter/trunk/docs/usermanual/build-ftp-test-plan.html
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/docs/usermanual/build-ftp-test-plan.html?rev=1853306&r1=1853305&r2=1853306&view=diff
==============================================================================
--- jmeter/trunk/docs/usermanual/build-ftp-test-plan.html (original)
+++ jmeter/trunk/docs/usermanual/build-ftp-test-plan.html Sun Feb 10 12:41:03 
2019
@@ -460,9 +460,6 @@ Figure 7.7. View Results in Table Listen
 <li class="twitter">
 <a data-social-url="https://twitter.com/intent/tweet?url="; title="Tweet on 
twitter"><i class="fa fa-twitter" aria-hidden="true"></i>tweet</a>
 </li>
-<li class="gplus">
-<a data-social-url="https://plus.google.com/share?url="; title="Share on 
Google+"><i class="fa fa-google-plus" aria-hidden="true"></i>share</a>
-</li>
 </ul>
 </div>
 <a href="#top" id="topButton">Go to top</a>
@@ -471,7 +468,7 @@ Figure 7.7. View Results in Table Listen
 <div class="copyright">
             Copyright &copy;
             1999 &ndash;
-            2018
+            2019
             , Apache Software Foundation
           </div>
 <div class="trademarks">Apache, Apache JMeter, JMeter, the Apache

Modified: jmeter/trunk/docs/usermanual/build-jms-point-to-point-test-plan.html
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/docs/usermanual/build-jms-point-to-point-test-plan.html?rev=1853306&r1=1853305&r2=1853306&view=diff
==============================================================================
--- jmeter/trunk/docs/usermanual/build-jms-point-to-point-test-plan.html 
(original)
+++ jmeter/trunk/docs/usermanual/build-jms-point-to-point-test-plan.html Sun 
Feb 10 12:41:03 2019
@@ -488,9 +488,6 @@ Figure 10.2. Graph Results Listener</fig
 <li class="twitter">
 <a data-social-url="https://twitter.com/intent/tweet?url="; title="Tweet on 
twitter"><i class="fa fa-twitter" aria-hidden="true"></i>tweet</a>
 </li>
-<li class="gplus">
-<a data-social-url="https://plus.google.com/share?url="; title="Share on 
Google+"><i class="fa fa-google-plus" aria-hidden="true"></i>share</a>
-</li>
 </ul>
 </div>
 <a href="#top" id="topButton">Go to top</a>
@@ -499,7 +496,7 @@ Figure 10.2. Graph Results Listener</fig
 <div class="copyright">
             Copyright &copy;
             1999 &ndash;
-            2018
+            2019
             , Apache Software Foundation
           </div>
 <div class="trademarks">Apache, Apache JMeter, JMeter, the Apache

Modified: jmeter/trunk/docs/usermanual/build-jms-topic-test-plan.html
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/docs/usermanual/build-jms-topic-test-plan.html?rev=1853306&r1=1853305&r2=1853306&view=diff
==============================================================================
--- jmeter/trunk/docs/usermanual/build-jms-topic-test-plan.html (original)
+++ jmeter/trunk/docs/usermanual/build-jms-topic-test-plan.html Sun Feb 10 
12:41:03 2019
@@ -464,9 +464,6 @@ Figure 11.4. Graph Results Listener</fig
 <li class="twitter">
 <a data-social-url="https://twitter.com/intent/tweet?url="; title="Tweet on 
twitter"><i class="fa fa-twitter" aria-hidden="true"></i>tweet</a>
 </li>
-<li class="gplus">
-<a data-social-url="https://plus.google.com/share?url="; title="Share on 
Google+"><i class="fa fa-google-plus" aria-hidden="true"></i>share</a>
-</li>
 </ul>
 </div>
 <a href="#top" id="topButton">Go to top</a>
@@ -475,7 +472,7 @@ Figure 11.4. Graph Results Listener</fig
 <div class="copyright">
             Copyright &copy;
             1999 &ndash;
-            2018
+            2019
             , Apache Software Foundation
           </div>
 <div class="trademarks">Apache, Apache JMeter, JMeter, the Apache

Modified: jmeter/trunk/docs/usermanual/build-ldap-test-plan.html
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/docs/usermanual/build-ldap-test-plan.html?rev=1853306&r1=1853305&r2=1853306&view=diff
==============================================================================
--- jmeter/trunk/docs/usermanual/build-ldap-test-plan.html (original)
+++ jmeter/trunk/docs/usermanual/build-ldap-test-plan.html Sun Feb 10 12:41:03 
2019
@@ -470,9 +470,6 @@ Users element and add a View Results in
 <li class="twitter">
 <a data-social-url="https://twitter.com/intent/tweet?url="; title="Tweet on 
twitter"><i class="fa fa-twitter" aria-hidden="true"></i>tweet</a>
 </li>
-<li class="gplus">
-<a data-social-url="https://plus.google.com/share?url="; title="Share on 
Google+"><i class="fa fa-google-plus" aria-hidden="true"></i>share</a>
-</li>
 </ul>
 </div>
 <a href="#top" id="topButton">Go to top</a>
@@ -481,7 +478,7 @@ Users element and add a View Results in
 <div class="copyright">
             Copyright &copy;
             1999 &ndash;
-            2018
+            2019
             , Apache Software Foundation
           </div>
 <div class="trademarks">Apache, Apache JMeter, JMeter, the Apache

Modified: jmeter/trunk/docs/usermanual/build-ldapext-test-plan.html
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/docs/usermanual/build-ldapext-test-plan.html?rev=1853306&r1=1853305&r2=1853306&view=diff
==============================================================================
--- jmeter/trunk/docs/usermanual/build-ldapext-test-plan.html (original)
+++ jmeter/trunk/docs/usermanual/build-ldapext-test-plan.html Sun Feb 10 
12:41:03 2019
@@ -970,9 +970,6 @@ this is given in a (self defined) xml-st
 <li class="twitter">
 <a data-social-url="https://twitter.com/intent/tweet?url="; title="Tweet on 
twitter"><i class="fa fa-twitter" aria-hidden="true"></i>tweet</a>
 </li>
-<li class="gplus">
-<a data-social-url="https://plus.google.com/share?url="; title="Share on 
Google+"><i class="fa fa-google-plus" aria-hidden="true"></i>share</a>
-</li>
 </ul>
 </div>
 <a href="#top" id="topButton">Go to top</a>
@@ -981,7 +978,7 @@ this is given in a (self defined) xml-st
 <div class="copyright">
             Copyright &copy;
             1999 &ndash;
-            2018
+            2019
             , Apache Software Foundation
           </div>
 <div class="trademarks">Apache, Apache JMeter, JMeter, the Apache

Modified: jmeter/trunk/docs/usermanual/build-monitor-test-plan.html
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/docs/usermanual/build-monitor-test-plan.html?rev=1853306&r1=1853305&r2=1853306&view=diff
==============================================================================
--- jmeter/trunk/docs/usermanual/build-monitor-test-plan.html (original)
+++ jmeter/trunk/docs/usermanual/build-monitor-test-plan.html Sun Feb 10 
12:41:03 2019
@@ -411,9 +411,6 @@ performance or a bug of some sort.</p>
 <li class="twitter">
 <a data-social-url="https://twitter.com/intent/tweet?url="; title="Tweet on 
twitter"><i class="fa fa-twitter" aria-hidden="true"></i>tweet</a>
 </li>
-<li class="gplus">
-<a data-social-url="https://plus.google.com/share?url="; title="Share on 
Google+"><i class="fa fa-google-plus" aria-hidden="true"></i>share</a>
-</li>
 </ul>
 </div>
 <a href="#top" id="topButton">Go to top</a>
@@ -422,7 +419,7 @@ performance or a bug of some sort.</p>
 <div class="copyright">
             Copyright &copy;
             1999 &ndash;
-            2018
+            2019
             , Apache Software Foundation
           </div>
 <div class="trademarks">Apache, Apache JMeter, JMeter, the Apache

Modified: jmeter/trunk/docs/usermanual/build-test-plan.html
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/docs/usermanual/build-test-plan.html?rev=1853306&r1=1853305&r2=1853306&view=diff
==============================================================================
--- jmeter/trunk/docs/usermanual/build-test-plan.html (original)
+++ jmeter/trunk/docs/usermanual/build-test-plan.html Sun Feb 10 12:41:03 2019
@@ -391,9 +391,6 @@ The status of a sample result can be see
 <li class="twitter">
 <a data-social-url="https://twitter.com/intent/tweet?url="; title="Tweet on 
twitter"><i class="fa fa-twitter" aria-hidden="true"></i>tweet</a>
 </li>
-<li class="gplus">
-<a data-social-url="https://plus.google.com/share?url="; title="Share on 
Google+"><i class="fa fa-google-plus" aria-hidden="true"></i>share</a>
-</li>
 </ul>
 </div>
 <a href="#top" id="topButton">Go to top</a>
@@ -402,7 +399,7 @@ The status of a sample result can be see
 <div class="copyright">
             Copyright &copy;
             1999 &ndash;
-            2018
+            2019
             , Apache Software Foundation
           </div>
 <div class="trademarks">Apache, Apache JMeter, JMeter, the Apache


Reply via email to