mirror of https://github.com/apache/jmeter.git
Bug 58772 - Deprecate MongoDB related elements
Bugzilla Id: 58772
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1721820 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: ea49f6aabb
This commit is contained in:
parent
86c064a5a2
commit
6a5577a205
|
|
@ -172,7 +172,7 @@ jmeter.laf.mac=System
|
|||
|
||||
#Components to not display in JMeter GUI (GUI class name or static label)
|
||||
# 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
|
||||
not_in_menu=org.apache.jmeter.protocol.http.modifier.gui.ParamModifierGui, HTTP User Parameter Modifier, org.apache.jmeter.protocol.http.control.gui.WebServiceSamplerGui, org.apache.jmeter.protocol.mongodb.sampler.MongoScriptSampler, org.apache.jmeter.protocol.mongodb.config.MongoSourceElement
|
||||
|
||||
# Number of items in undo history
|
||||
# Feature is disabled by default (0)
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ connectionsPerHost.displayName=Maximum connections Per Host
|
|||
connectionsPerHost.shortDescription=The maximum number of connections allowed per host for this Mongo instance.<br><br>Those connections will be kept in a pool when idle.<br><br>Once the pool is exhausted, any operation requiring a connection will block waiting for an available connection.<br><br>Default is 10.
|
||||
continueOnInsertError.displayName=Continue on Error
|
||||
continueOnInsertError.shortDescription=If batch inserts should continue after the first error
|
||||
displayName=MongoDB Source Config
|
||||
displayName=MongoDB Source Config (DEPRECATED)
|
||||
fsync.displayName=Fsync
|
||||
fsync.shortDescription=The fsync value of the global WriteConcern.<br><br>Default is false.
|
||||
maxAutoConnectRetryTime.displayName=Maximum retry time
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ connectionsPerHost.displayName=Maximum de connexions par h\u00F4te
|
|||
connectionsPerHost.shortDescription=Le nombre maximum de connexions autoris\u00E9es par h\u00F4te for cette instance de Mongo.<br><br>Ces connexions seront gard\u00E9es dans un pool quand elles seront disponibles.<br><br>Une fois que le pool est atteint, toute op\u00E9ration qui n\u00E9cessite une connexion sera bloqu\u00E9e en attendant une connexion disponible.<br><br>La valeur par d\u00E9faut est 10.
|
||||
continueOnInsertError.displayName=Continuer en cas d'erreur
|
||||
continueOnInsertError.shortDescription=Indique si les insertions en batch doivent se poursuivre apr\u00E8s la premi\u00E8re erreur
|
||||
displayName=Gestionnaire de connexion MongoDB
|
||||
displayName=Gestionnaire de connexion MongoDB (DEPRECATED)
|
||||
fsync.displayName=Fsync
|
||||
fsync.shortDescription=Valeur Fsync pour l'\u00E9l\u00E9ment global WriteConcern.<br><br>La valeur par d\u00E9faut est False.
|
||||
maxAutoConnectRetryTime.displayName=Temps de re-tentative maximum
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
#Stored by I18NEdit, may be edited!
|
||||
database.displayName=Database Name
|
||||
displayName=MongoDB Script
|
||||
displayName=MongoDB Script (DEPRECATED)
|
||||
mongodb.displayName=MongoDB Connection
|
||||
mongodb.shortDescription=Configure the connection
|
||||
password.displayName=Password
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
#Stored by I18NEdit, may be edited!
|
||||
database.displayName=Nom base de donn\u00E9es
|
||||
displayName=Script MongoDB
|
||||
displayName=Script MongoDB (DEPRECATED)
|
||||
mongodb.displayName=Connexion MongoDB
|
||||
mongodb.shortDescription=Configurer la connexion
|
||||
password.displayName=Mot de passe
|
||||
|
|
|
|||
|
|
@ -81,7 +81,8 @@ Summary
|
|||
<li>org.apache.jmeter.gui.util.ButtonPanel has been removed, if you use it in your 3rd party plugin or custom development ensure you update your code. See <bugzilla>58687</bugzilla></li>
|
||||
<li>Property <code>jmeterthread.startearlier</code> has been removed. See <bugzilla>58726</bugzilla></li>
|
||||
<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>jmeterthread.reversePostProcessors</code> has been removed. See <bugzilla>58728</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.</li>
|
||||
</ul>
|
||||
|
||||
<!-- =================== Improvements =================== -->
|
||||
|
|
@ -154,6 +155,7 @@ Summary
|
|||
<li><bug>58726</bug>Remove the <code>jmeterthread.startearlier</code> parameter. Contributed by Benoit Wiart (benoit dot wiart at gmail.com)</li>
|
||||
<li><bug>58728</bug>Drop old behavioural properties</li>
|
||||
<li><bug>57319</bug>Upgrade to HttpClient 4.5.X. With the big help from Oleg Kalnichevski.</li>
|
||||
<li><bug>58772</bug>Deprecate MongoDB related elements</li>
|
||||
</ul>
|
||||
<ch_section>Non-functional changes</ch_section>
|
||||
<ul>
|
||||
|
|
|
|||
|
|
@ -2061,7 +2061,7 @@ If the timeout expires before the command finishes, JMeter will attempt to kill
|
|||
</properties>
|
||||
</component>
|
||||
|
||||
<component name="MongoDB Script" index="§-num;.1.21" width="847" height="635" screenshot="mongodb-script.png">
|
||||
<component name="MongoDB Script (DEPRECATED)" index="§-num;.1.21" width="847" height="635" screenshot="mongodb-script.png">
|
||||
<description><p>This sampler lets you send an Request to a MongoDB.</p>
|
||||
<p>Before using this you need to set up a
|
||||
<complink name="MongoDB Source Config"/> Configuration element
|
||||
|
|
@ -4381,7 +4381,7 @@ GUI that they can use while developing new JMeter components.</p>
|
|||
</component>
|
||||
|
||||
|
||||
<component name="MongoDB Source Config" index="§-num;.4.20"
|
||||
<component name="MongoDB Source Config (DEPRECATED)" index="§-num;.4.20"
|
||||
width="1233" height="618" screenshot="mongodb-source-config.png">
|
||||
<description>Creates a MongoDB connection (used by <complink name="MongoDB Script"/>Sampler)
|
||||
from the supplied Connection settings. Each thread gets its own connection.
|
||||
|
|
|
|||
Loading…
Reference in New Issue