Skip to content

Commit

Permalink
Revert "Revert "doc: update documentation for sampleresult.default.en…
Browse files Browse the repository at this point in the history
…coding default value""

This reverts commit 78a51ce.
  • Loading branch information
jvangaalen committed Dec 10, 2024
1 parent cbf186f commit 47cbb05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 38 deletions.
4 changes: 2 additions & 2 deletions bin/jmeter.properties
Original file line number Diff line number Diff line change
Expand Up @@ -1101,8 +1101,8 @@ csvdataset.file.encoding_list=UTF-8|UTF-16|ISO-8859-15|US-ASCII
# List of extra HTTP methods that should be available in select box
#httpsampler.user_defined_methods=VERSION-CONTROL,REPORT,CHECKOUT,CHECKIN,UNCHECKOUT,MKWORKSPACE,UPDATE,LABEL,MERGE,BASELINE-CONTROL,MKACTIVITY

# The encoding to be used if none is provided (default ISO-8859-1)
#sampleresult.default.encoding=ISO-8859-1
# The encoding to be used if none is provided (default UTF-8 since JMeter 5.6.1)
#sampleresult.default.encoding=UTF-8

# CookieManager behaviour - should cookies with null/empty values be deleted?
# Default is true. Use false to revert to original behaviour
Expand Down
35 changes: 0 additions & 35 deletions xdocs/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,41 +69,6 @@ Summary
Timer relative to start of Thread Group instead of the start of the test.</li>
<li><issue>6357</issue><pr>6358</pr> Ensure writable directories when copying template files while report generation.</li>
</ul>
<ch_section>New and Noteworthy</ch_section>

<ch_section>Improvements</ch_section>

<h3>HTTP Samplers and Test Script Recorder</h3>
<ul>
<li><pr>6010</pr>Use UTF-8 as a default encoding in HTTP sampler. It enables sending parameter names, and filenames with unicode characters</li>
<li><pr>6010</pr>Test Recorder will use UTF-8 encoding by default, so it will infer human-readable arguments rather than percent-encoded ones</li>
</ul>

<ch_section>Non-functional changes</ch_section>
<ul>
<li><pr>6000</pr>Add release-drafter for populating GitHub releases info based on the merged PRs</li>
<li><pr>5989</pr>Use Gradle toolchains for JDK provisioning, enable building and testing with different JDKs, start testing with Java 21</li>
<li><pr>5991</pr>Update jackson-core, jackson-databind, jackson-annotations to 2.15.2 (from 2.15.1)</li>
<li><pr>5993</pr>Update ph-commons to 10.2.5 (from 10.2.4)</li>
<li><pr>6017</pr>Update kotlin-stdlib to 1.8.22 (from 1.8.21)</li>
<li><pr>6020</pr>Update error_prone_annotations to 2.20.0 (from 2.19.1)</li>
<li><pr>6023</pr>Update checker-qual to 3.35.0 (from 3.34.0)</li>
</ul>

<!-- =================== Bug fixes =================== -->

<ch_section>Bug fixes</ch_section>

<h3>Thread Groups</h3>
<ul>
<li><pr>6011</pr>Regression since 5.6: ThreadGroups are running endlessly in non-gui mode: use default value
for LoopController.continue_forever rather than initializing it in the constructor</li>
</ul>

<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>

<!-- =================== Thanks =================== -->

Expand Down
2 changes: 1 addition & 1 deletion xdocs/usermanual/properties_reference.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1399,7 +1399,7 @@ JMETER-SERVER</source>
</property>
<property name="sampleresult.default.encoding">
The encoding to be used if none is provided.<br/>
Defaults to: <code>ISO-8859-1</code>
Defaults to: <code>UTF-8</code> (since 5.6.1)
</property>
<property name="CookieManager.delete_null_cookies">
CookieManager behaviour - should cookies with null/empty values be deleted?<br/>
Expand Down

0 comments on commit 47cbb05

Please sign in to comment.