You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by vl...@apache.org on 2023/06/05 14:41:43 UTC

[jmeter] branch master updated (209af907f1 -> ae8c1ec2ba)

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 209af907f1 fix: wrap recoverRunningVersion with a writeLock
     add ae8c1ec2ba Add more variables to template to compute sampler names

No new revisions were added by this update.

Summary of changes:
 .../apache/jmeter/resources/messages.properties    |  2 +-
 .../protocol/http/proxy/DefaultSamplerCreator.java | 42 ++++++++++++---
 .../http/proxy/DefaultSamplerCreatorTest.java      | 59 ++++++++++++++++++++++
 xdocs/changes.xml                                  |  1 +
 xdocs/usermanual/component_reference.xml           |  2 +-
 5 files changed, 97 insertions(+), 9 deletions(-)
 create mode 100644 src/protocol/http/src/test/java/org/apache/jmeter/protocol/http/proxy/DefaultSamplerCreatorTest.java