This is an automated email from the ASF dual-hosted git repository.
vladimirsitnikov pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git
from c46e37a4f0 test: CollectSamplesListener should be NoThreadClone, so it
collects all the events
add ab65d235da fix: return collection properties as CollectionProperties
since it is the most often used scenario
add 13793b74d9 fix: encode unicode characters in filenames when sending
files in HTTP Sampler
No new revisions were added by this update.
Summary of changes:
.../java/org/apache/jmeter/config/Arguments.java | 2 +-
.../org/apache/jmeter/testelement/TestElement.kt | 17 ++--
.../schema/CollectionPropertyDescriptor.kt | 14 +--
.../testelement/schema/PropertiesAccessor.kt | 53 +++++++++---
.../apache/jmeter/engine/util/UseFunctionsTest.kt | 2 +-
.../protocol/http/control/HeaderManager.java | 2 +-
.../jmeter/protocol/http/sampler/HTTPHC4Impl.java | 5 +-
.../protocol/http/sampler/HTTPSamplerBase.java | 13 +--
.../jmeter/protocol/http/sampler/PostWriter.java | 3 +-
.../jmeter/protocol/http/util/ConversionUtils.java | 18 ++++
.../jmeter/protocol/http/util/HTTPFileArg.java | 44 +++++-----
.../jmeter/protocol/http/util/HTTPFileArgs.java | 22 +++--
.../protocol/http/sampler/HTTPSamplerBaseSchema.kt | 4 +
...{HTTPArgumentSchema.kt => HTTPFileArgSchema.kt} | 24 +++---
.../HTTPFileArgsSchema.kt} | 12 +--
.../protocol/http/sampler/HttpSamplerTest.kt | 99 ++++++++++++++++++++++
.../protocol/http/util/ConversionUtilsTest.kt} | 25 +++---
xdocs/changes.xml | 1 +
18 files changed, 261 insertions(+), 99 deletions(-)
copy
src/protocol/http/src/main/kotlin/org/apache/jmeter/protocol/http/util/{HTTPArgumentSchema.kt
=> HTTPFileArgSchema.kt} (61%)
copy
src/protocol/http/src/main/kotlin/org/apache/jmeter/protocol/http/{control/HeaderManagerSchema.kt
=> util/HTTPFileArgsSchema.kt} (75%)
create mode 100644
src/protocol/http/src/test/kotlin/org/apache/jmeter/protocol/http/sampler/HttpSamplerTest.kt
copy
src/{jorphan/src/test/kotlin/org/apache/jorphan/util/StringUtilitiesTest.kt =>
protocol/http/src/test/kotlin/org/apache/jmeter/protocol/http/util/ConversionUtilsTest.kt}
(63%)