Author: pmouawad
Date: Thu Mar  3 07:33:26 2016
New Revision: 1733419

URL: http://svn.apache.org/viewvc?rev=1733419&view=rev
Log:
Bug 59103 - HTTP Request Java Implementation: Change default 
"http.java.sampler.retries" to align it on HttpClient behaviour and make it 
meaningful
Improve Incompatible changes section for the property.
Bugzilla Id: 59103

Modified:
    jmeter/trunk/xdocs/changes.xml

Modified: jmeter/trunk/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1733419&r1=1733418&r2=1733419&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml (original)
+++ jmeter/trunk/xdocs/changes.xml Thu Mar  3 07:33:26 2016
@@ -103,7 +103,9 @@ Summary
     <li>Since version 3.0, HTTP(S) Test Script recorder uses default port 8888 
as configured when using Recording Template. See <bugzilla>59006</bugzilla></li>
     <li>Since version 3.0, the parser for embedded ressources (replaced since 
2.10 by Lagarto based implementation) relying on htmlparser library 
(HtmlParserHTMLParser) has been dropped as long as its dependencies.</li>
     <li>Since version 3.0, the support for reading old Avalon format JTL 
(result) files has been removed, see <bugzilla>59064</bugzilla></li>
-    <li>Since version 3.0, default property's value 
<code>http.java.sampler.retries</code> has been switched to 0 to avoid any 
retry by default to align it on HttpClient4 default value and behaviour. See 
<bugzilla>59103</bugzilla></li>     
+    <li>Since version 3.0, default property's value 
<code>http.java.sampler.retries</code> has been switched to 0 (no retry by 
default) to align it on HttpClient4's behaviour. 
+    Note also that its meaning has changed, before 3.0, 
<code>http.java.sampler.retries=1</code> meant No Retry, since 3.0 it is more 
litteral, <code>http.java.sampler.retries=1</code> means 1 retry.
+    See <bugzilla>59103</bugzilla></li>     
 </ul>
 
 <!-- =================== Improvements =================== -->


Reply via email to