From 7c7edbccff3e79be43d01b178eb1a0561171d4b8 Mon Sep 17 00:00:00 2001 From: Philippe Mouawad Date: Wed, 8 May 2013 21:08:53 +0000 Subject: [PATCH] Removal from GUI of Deprecated of Webservice SOAP Request Fixed HTML Parameter Mask not being removed from GUI due to change in label git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1480463 13f79535-47bb-0310-9956-ffa450edef68 --- bin/jmeter.properties | 4 ++-- xdocs/changes.xml | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/bin/jmeter.properties b/bin/jmeter.properties index 7cfea238d1..14fed36ded 100644 --- a/bin/jmeter.properties +++ b/bin/jmeter.properties @@ -152,8 +152,8 @@ jmeter.laf.mac=System #jmeter.icons=org/apache/jmeter/images/icon_1.properties #Components to not display in JMeter GUI (GUI class name or static label) -# These elements are deprecated: HTML Parameter Mask,HTTP User Parameter Modifier -not_in_menu=HTML Parameter Mask,HTTP User Parameter Modifier +# These elements are deprecated: HTML Parameter Mask,HTTP User Parameter Modifier, Webservice (SOAP) Request +not_in_menu=org.apache.jmeter.protocol.http.modifier.gui.ParamModifierGui, HTTP User Parameter Modifier, org.apache.jmeter.protocol.http.control.gui.WebServiceSamplerGui #--------------------------------------------------------------------------- # Remote hosts and RMI configuration diff --git a/xdocs/changes.xml b/xdocs/changes.xml index 46635a6201..a1530233a7 100644 --- a/xdocs/changes.xml +++ b/xdocs/changes.xml @@ -96,6 +96,10 @@ The original key sequence (Ctrl+F1) did not work in some locations (it is consum It was therefore necessary to change the shortcut.

+

+Webservice (SOAP) Request has been removed by default from GUI as Element is deprecated (use HTTP Sampler with Raw Post body), if you need to show it, see property not_in_menu in jmeter.properties +

+

Bug fixes