You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2018/04/11 16:19:05 UTC

svn commit: r1828914 - /jmeter/trunk/xdocs/changes.xml

Author: pmouawad
Date: Wed Apr 11 16:19:05 2018
New Revision: 1828914

URL: http://svn.apache.org/viewvc?rev=1828914&view=rev
Log:
Bug 62235 - Java 9 - illegal reflective access by org.apache.jmeter.util.HostNameSetter
Fixed within commit:
http://svn.apache.org/viewvc?rev=1828614&view=rev
Bugzilla Id: 62235

Modified:
    jmeter/trunk/xdocs/changes.xml

Modified: jmeter/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1828914&r1=1828913&r2=1828914&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml [utf-8] (original)
+++ jmeter/trunk/xdocs/changes.xml [utf-8] Wed Apr 11 16:19:05 2018
@@ -168,6 +168,7 @@ this behaviour, set <code>httpclient.res
 <h3>Other Samplers</h3>
 <ul>
     <li><bug>58807</bug><code>https.use.cached.ssl.context=false</code> is broken</li>
+    <li><bug>62235</bug>Java 9 - illegal reflective access by org.apache.jmeter.util.HostNameSetter</li>
 </ul>
 
 <h3>Controllers</h3>