This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git.
from 21128b5 Use less aggressive escaping for JSON Strings in reports
error messages
new b69ca04 Freestyle format for names in (Default)SamplerCreater
new f6d4f52 Remove unsused private field
new 414f0e2 Remove empty javadoc
new c81d287 Add type argument
new ead6b9c Add generic type info
new ebb0492 Spacepolice
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../apache/jmeter/resources/messages.properties | 6 +
.../apache/jmeter/resources/messages_fr.properties | 6 +
.../http/proxy/AbstractSamplerCreator.java | 11 +-
.../protocol/http/proxy/DefaultSamplerCreator.java | 64 +++++---
.../jmeter/protocol/http/proxy/HttpRequestHdr.java | 12 +-
.../apache/jmeter/protocol/http/proxy/Proxy.java | 12 +-
.../jmeter/protocol/http/proxy/ProxyControl.java | 13 +-
.../jmeter/protocol/http/proxy/SamplerCreator.java | 8 +
.../protocol/http/proxy/SamplerCreatorFactory.java | 13 ++
.../protocol/http/proxy/gui/ProxyControlGui.java | 163 ++++++++++-----------
.../protocol/http/proxy/gui/RecorderDialog.java | 68 +++++----
xdocs/changes.xml | 1 +
xdocs/images/screenshots/proxy_control.png | Bin 9505 -> 20741 bytes
xdocs/usermanual/component_reference.xml | 5 +-
14 files changed, 230 insertions(+), 152 deletions(-)