mirror of https://github.com/apache/jmeter.git
Bug 59236 - JMeter Properties : Make some cleanup
Drop xml.parser property
Bugzilla Id: 59236
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1736538 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 5f2f254f49
This commit is contained in:
parent
6a36b019b0
commit
157b48a796
|
|
@ -45,9 +45,6 @@ cookies=cookies
|
|||
# XML Parser
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
# XML Reader(Parser) - Must implement SAX 2 specs
|
||||
xml.parser=org.apache.xerces.parsers.SAXParser
|
||||
|
||||
# Path to a Properties file containing Namespace mapping in the form
|
||||
# prefix=Namespace
|
||||
# Example:
|
||||
|
|
|
|||
|
|
@ -87,7 +87,8 @@ Summary
|
|||
<li>Property <code>jmeterengine.startlistenerslater</code> has been removed. See <bugzilla>58728</bugzilla></li>
|
||||
<li>Property <code>jmeterthread.reversePostProcessors</code> has been removed. See <bugzilla>58728</bugzilla></li>
|
||||
<li>Property <code>jmeter.toolbar.display</code> has been removed, toolbar is now always displayed. See <bugzilla>59236</bugzilla></li>
|
||||
<li>Property <code>jmeter.errorscounter.display</code> has been removed, errors/warnings counter is now always displayed. See <bugzilla>59236</bugzilla></li>
|
||||
<li>Property <code>jmeter.errorscounter.display</code> has been removed, errors/warnings counter is now always displayed. See <bugzilla>59236</bugzilla></li>
|
||||
<li>Property <code>xml.parser</code> has been removed, it is not used anymore as org.apache.jmeter.util.JMeterUtils#getXMLParser has been deprecated and is not used neither. See <bugzilla>59236</bugzilla></li>
|
||||
<li>MongoDB elements (MongoDB Source Config, MongoDB Script) have been deprecated and will be removed in next version of jmeter. They do not appear anymore in the menu, if you need them modify <code>not_in_menu</code> property. JMeter team advises not to use them anymore. See <bugzilla>58772</bugzilla></li>
|
||||
<li>Summariser listener now outputs a formated duration in HH:mm:ss (Hour:Minute:Second), it previously outputed seconds. See <bugzilla>58776</bugzilla></li>
|
||||
<li>WebService(SOAP) Request and HTML Parameter Mask which were deprecated in 2.13 version, have now been removed following our <a href="./usermanual/best-practices.html#deprecation">deprecation strategy</a>.
|
||||
|
|
|
|||
Loading…
Reference in New Issue