This is an automated email from the ASF dual-hosted git repository.
vladimirsitnikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git
The following commit(s) were added to refs/heads/master by this push:
new 9a86b6c2a4 doc: add changelog entry for "Java Sampler can't be enabled"
9a86b6c2a4 is described below
commit 9a86b6c2a46c0f802c7e82714187138a35ec2ce4
Author: Vladimir Sitnikov <[email protected]>
AuthorDate: Tue Jun 27 15:37:55 2023 +0300
doc: add changelog entry for "Java Sampler can't be enabled"
---
xdocs/changes.xml | 1 +
xdocs/changes_history.xml | 2 ++
2 files changed, 3 insertions(+)
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index d87170a6fe..ccda1461a9 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -115,6 +115,7 @@ Summary
<h3>Other Samplers</h3>
<ul>
+ <li><pr>6012</pr> Java Request sampler cannot be enabled again after
disabling in UI (regression since 5.6)</li>
</ul>
<h3>Controllers</h3>
diff --git a/xdocs/changes_history.xml b/xdocs/changes_history.xml
index 777dd2e9d2..78c3adb9e3 100644
--- a/xdocs/changes_history.xml
+++ b/xdocs/changes_history.xml
@@ -238,6 +238,8 @@ Apologies if we have omitted anyone else.
<ul>
<li><pr>5987</pr>HTTP sampler sends filenames with percent-encoded UTF-8,
however it is not aligned with the browsers. The workaround is to refrain
non-ASCII filenames</li>
+ <li><issue>6004</issue>Java Request sampler cannot be enabled again after
disabling in UI (fixed in 5.6.1, <pr>6012</pr>)</li>
+
<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>