mirror of https://github.com/apache/jmeter.git
Mention Bug 60816 in release notes under Known problems section
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1785393 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fa70da1361
commit
e2bf8cf371
|
|
@ -375,7 +375,11 @@ Apologies if we have omitted anyone else.
|
||||||
<!-- =================== Known bugs or issues related to JAVA Bugs =================== -->
|
<!-- =================== Known bugs or issues related to JAVA Bugs =================== -->
|
||||||
|
|
||||||
<ch_section>Known problems and workarounds</ch_section>
|
<ch_section>Known problems and workarounds</ch_section>
|
||||||
|
<ul>
|
||||||
|
<li>View Results Tree may freeze rendering large response particularly if this response has no spaces, see <bugzilla>60816</bugzilla>.
|
||||||
|
This is due to an identified Java Bug <a href="https://bugs.openjdk.java.net/browse/JDK-8172336">UI stuck when calling JEditorPane.setText() or JTextArea.setText() with long text without space</a>.
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
<ul>
|
<ul>
|
||||||
<li>The Once Only controller behaves correctly under a Thread Group or Loop Controller,
|
<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>
|
but otherwise its behaviour is not consistent (or clearly specified).</li>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue