From 326182085cb74bba44f46bb6a0e39ac194e5f52b Mon Sep 17 00:00:00 2001 From: Robert Bourgault du Coudray <32535546+rbourga@users.noreply.github.com> Date: Fri, 12 Jan 2024 17:00:00 +0800 Subject: [PATCH 01/35] Removal of deprecated list of plugins. (#631) * Release 1.4.0 * Adding outlierdetector plugin to repo list. * Fix of jar version number. * Java compliance level changed from 13 to 1.8. * Json fix * Formatting issues. * Addition of ApdexCalculator to the list. * Adding Results Comparator plugin. * Adding ResultsComaparator version 2.1. * Typo fix and changes field. * JSON typo fix. * Update various.json Adding new version of plugins for CLI execution in CI/CD. * Update of libs for Selenium 4.5 * Addition of missoing lib. * Webdriver update to 4.6.0 * Addition of components for Edge driver and upgrade to Selenium 4.7.2 * Opentelemetry version fix. * Update to Selenium 4.8.0. * Upgrade to Selenium 4.8.1 and UI bug fix in FF (Proxy tab). * Typo error fix causing Plugin Manager to misbehave. * Webdriver update to 4.8.3.1. * Changes for Java 1.8 compatibility. * Update to Selenium 4.9.1 * Update of WebDriver to Selenium 4.10.0 * Fix of opentelemetry file downloads. * Addition of new plugins for Outlier detection, Apdex and Results Comparison. * Addition of "deprecated" marker to the deprecated plugins. * Removal of obsolete webdriver versions. Addition of new entry for version 4.13.0. * Restoration of deleted versions as they may still be used by some people. * Fix of typo error on failed downloaded jar. * Update various.json Removal of deprecated plugins as the github repo doesn't exist anymore. --------- Co-authored-by: Andrey Pohilko --- site/dat/repo/various.json | 163 ------------------------------------- 1 file changed, 163 deletions(-) diff --git a/site/dat/repo/various.json b/site/dat/repo/various.json index 084c7c2fb..a8e23ca9e 100644 --- a/site/dat/repo/various.json +++ b/site/dat/repo/various.json @@ -1161,169 +1161,6 @@ } } }, - { - "id" : "apdexcalculator", - "name" : "Apdex Score Calculator (Deprecated)", - "description" : "[Deprecated in favor of Apdex & Coefficient of Variation] Calculates the Apdex score and rating of Samplers for a given satisfied threshold.", - "screenshotUrl" : "https://github.com/rbourga/jmeter-plugins-2/blob/main/tools/apdexcalculator/src/site/img/wiki/apdex_Calculate.PNG", - "helpUrl": "https://github.com/rbourga/jmeter-plugins-2/blob/main/tools/apdexcalculator/src/site/dat/wiki/ApdexScoreCalculator.wiki", - "vendor": "Robert Bourgault du Coudray", - "markerClass": "kg.apc.jmeter.vizualisers.ApdexScoreCalculatorGui", - "componentClasses": [ - "kg.apc.jmeter.vizualisers.ApdexScoreCalculatorGui", - "kg.apc.cmdtools.ApdexScoreCalculatorTool" - ], - "versions" : { - "2.0.2": { - "downloadUrl": "https://github.com/rbourga/jmeter-plugins-2/releases/download/v3.2.2/jmeter-plugins-apdexcalculator-2.0.2.jar", - "changes": "Please UNINSTALL this plugin and replace with Apdex & Coefficient of Variation plugin.", - "libs": { - "jmeter-plugins-cmn-jmeter>=0.7": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.7/jmeter-plugins-cmn-jmeter-0.7.jar", - "rbourga-jmeter-plugins-comm":"https://github.com/rbourga/jmeter-plugins-2/releases/download/v3.2.2/rbourga-jmeter-plugins-comm-1.0.jar" - }, - "depends": [ - "jmeter-core" - ] - }, - "2.0.1": { - "downloadUrl": "https://github.com/rbourga/jmeter-plugins-2/releases/download/v3.2.1/jmeter-plugins-apdexcalculator-2.0.1.jar", - "changes": "Addition of Pass/Fail threshold when running the plugin from CLI in CI/CD.", - "libs": { - "jmeter-plugins-cmn-jmeter>=0.7": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.7/jmeter-plugins-cmn-jmeter-0.7.jar", - "rbourga-jmeter-plugins-comm":"https://github.com/rbourga/jmeter-plugins-2/releases/download/v3.2.1/rbourga-jmeter-plugins-comm-1.0.jar" - }, - "depends": [ - "jmeter-core" - ] - }, - "1.0.1" : { - "downloadUrl" : "https://github.com/rbourga/jmeter-plugins-2/releases/download/V2.0.0/jmeter-plugins-apdexcalculator-1.0.1.jar", - "libs" : { - "jmeter-plugins-cmn-jmeter>=0.6": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.7/jmeter-plugins-cmn-jmeter-0.7.jar" - }, - "depends" : [ - "jmeter-core" - ] - } - } - }, - { - "id": "outlierdetector", - "name": "Right Tail Outlier Detector (Deprecated)", - "description": "[Deprecated in favor of Upper Outlier Removal] A Jmeter plugin that detects and removes outliers in the right tail using Tukey fences.", - "screenshotUrl": "https://github.com/rbourga/jmeter-plugins-2/blob/main/tools/outlierdetector/src/site/img/wiki/rtod_Principle.jpg", - "helpUrl": "https://github.com/rbourga/jmeter-plugins-2/blob/main/tools/outlierdetector/src/site/dat/wiki/RightTailOutlierDetection.wiki", - "vendor": "Robert Bourgault du Coudray", - "markerClass": "kg.apc.jmeter.vizualizers.RightTailOutlierDetectorGui", - "componentClasses": [ - "kg.apc.jmeter.vizualizers.RightTailOutlierDetectorGui", - "kg.apc.cmdtools.RightTailOutlierDetectorTool" - ], - "versions": { - "1.0.5": { - "downloadUrl": "https://github.com/rbourga/jmeter-plugins-2/releases/download/v3.2.2/jmeter-plugins-outlierdetector-1.0.5.jar", - "changes": "Please UNINSTALL this plugin and replace with Upper Outlier Removal plugin.", - "libs": { - "jmeter-plugins-cmn-jmeter>=0.7": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.7/jmeter-plugins-cmn-jmeter-0.7.jar", - "rbourga-jmeter-plugins-comm":"https://github.com/rbourga/jmeter-plugins-2/releases/download/v3.2.2/rbourga-jmeter-plugins-comm-1.0.jar" - }, - "depends": [ - "jmeter-core" - ] - }, - "1.0.4": { - "downloadUrl": "https://github.com/rbourga/jmeter-plugins-2/releases/download/v3.2.1/jmeter-plugins-outlierdetector-1.0.4.jar", - "changes": "Addition of Pass/Fail threshold when running the plugin from CLI in CI/CD.", - "libs": { - "jmeter-plugins-cmn-jmeter>=0.7": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.7/jmeter-plugins-cmn-jmeter-0.7.jar", - "rbourga-jmeter-plugins-comm":"https://github.com/rbourga/jmeter-plugins-2/releases/download/v3.2.1/rbourga-jmeter-plugins-comm-1.0.jar" - }, - "depends": [ - "jmeter-core" - ] - }, - "1.0.2": { - "changes": "Changed Java compliance level to 1.8.", - "downloadUrl": "https://github.com/rbourga/jmeter-plugins-2/releases/download/V1.0.2/jmeter-plugins-outlierdetector-1.0.2.jar", - "depends": [ - "jmeter-core" - ], - "libs": { - "jmeter-plugins-cmn-jmeter>=0.7": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.7/jmeter-plugins-cmn-jmeter-0.7.jar" - } - }, - "1.0.1": { - "changes": "Fix of HelpLink and of jar version number", - "downloadUrl": "https://github.com/rbourga/jmeter-plugins-2/releases/download/V1.0.1/jmeter-plugins-outlierdetector-1.0.1.jar", - "depends": [ - "jmeter-core" - ] - }, - "1.0.0": { - "changes": "Initial version.", - "downloadUrl": "https://github.com/rbourga/jmeter-plugins-2/releases/download/v1.0.0/jmeter-plugins-outlierdetector-1.0.jar", - "depends": [ - "jmeter-core" - ] - } - } - }, - { - "id" : "resultscomparator", - "name" : "Results Comparator (Deprecated)", - "description" : "[Deprecated in favor of Cohen's d Comparator] Compares the results of two test runs using Cohen's d effect size.", - "screenshotUrl" : "https://github.com/rbourga/jmeter-plugins-2/blob/main/tools/resultscomparator/src/site/img/wiki/rc_Compare.PNG", - "helpUrl": "https://github.com/rbourga/jmeter-plugins-2/blob/main/tools/resultscomparator/src/site/dat/wiki/ResultsComparator.wiki", - "vendor": "Robert Bourgault du Coudray", - "markerClass": "kg.apc.jmeter.vizualizers.ResultsComparatorGui", - "componentClasses": [ - "kg.apc.jmeter.vizualizers.ResultsComparatorGui", - "kg.apc.cmdtools.ResultsComparatorTool" - ], - "versions" : { - "3.1.3": { - "downloadUrl": "https://github.com/rbourga/jmeter-plugins-2/releases/download/v3.2.2/jmeter-plugins-resultscomparator-3.1.3.jar", - "changes": "Please UNINSTALL this plugin and replace with Cohen's d Comparator plugin.", - "libs": { - "jmeter-plugins-cmn-jmeter>=0.7": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.7/jmeter-plugins-cmn-jmeter-0.7.jar", - "rbourga-jmeter-plugins-comm":"https://github.com/rbourga/jmeter-plugins-2/releases/download/v3.2.2/rbourga-jmeter-plugins-comm-1.0.jar" - }, - "depends": [ - "jmeter-core" - ] - }, - "3.1.2": { - "downloadUrl": "https://github.com/rbourga/jmeter-plugins-2/releases/download/v3.2.1/jmeter-plugins-resultscomparator-3.1.2.jar", - "changes": "Addition of Pass/Fail threshold when running the plugin from CLI in CI/CD.", - "libs": { - "jmeter-plugins-cmn-jmeter>=0.7": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.7/jmeter-plugins-cmn-jmeter-0.7.jar", - "rbourga-jmeter-plugins-comm":"https://github.com/rbourga/jmeter-plugins-2/releases/download/v3.2.1/rbourga-jmeter-plugins-comm-1.0.jar" - }, - "depends": [ - "jmeter-core" - ] - }, - "2.1" : { - "changes": "Addition of Pass/Fail testing criteria.", - "downloadUrl" : "https://github.com/rbourga/jmeter-plugins-2/releases/download/v3.1.0/jmeter-plugins-resultscomparator-2.1.jar", - "libs" : { - "jmeter-plugins-cmn-jmeter>=0.7": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.7/jmeter-plugins-cmn-jmeter-0.7.jar" - }, - "depends" : [ - "jmeter-core" - ] - }, - "1.0.1" : { - "downloadUrl" : "https://github.com/rbourga/jmeter-plugins-2/releases/download/V3.0.0/jmeter-plugins-resultscomparator-1.0.1.jar", - "libs" : { - "jmeter-plugins-cmn-jmeter>=0.6": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.6/jmeter-plugins-cmn-jmeter-0.6.jar" - }, - "depends" : [ - "jmeter-core" - ] - } - } - }, { "id": "awsmeter", "name": "AWS Support", From e5efe457f2e9cf0b2a3ba7095c664245298795c9 Mon Sep 17 00:00:00 2001 From: Vincent DABURON Date: Tue, 6 Feb 2024 12:11:37 +0100 Subject: [PATCH 02/35] Add vdn@github - elastic-apm-tool (#633) * Add vdn-elastic-apm-tool Add plugin vdn-elastic-apm-tool * Update various.json * Update installer for vdn-elastic-apm-tool Update installer for vdn-elastic-apm-tool --- site/dat/repo/various.json | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/site/dat/repo/various.json b/site/dat/repo/various.json index a8e23ca9e..22c5faa2e 100644 --- a/site/dat/repo/various.json +++ b/site/dat/repo/various.json @@ -1857,7 +1857,7 @@ "description": "A tool that creates a JUnit XML file with KPI rules from JMeter JMeter Dashboard stats.json and generates a result file in JUnit XML format and other formats : html, csv and json.", "helpUrl": "https://github.com/vdaburon/JUnitReportKpiJMeterDashboardStats", "screenshotUrl": "https://github.com/vdaburon/JUnitReportKpiJMeterDashboardStats/raw/main/doc/images/kpi_excel.png", - "vendor": "Vincent Daburon", + "vendor": "Vincent DABURON", "markerClass": "io.github.vdaburon.jmeter.utils.jsonkpi.ToolInstaller", "installerClass": "io.github.vdaburon.jmeter.utils.jsonkpi.ToolInstaller", "versions": { @@ -1873,7 +1873,7 @@ "description": "A tool that creates a JUnit XML file with KPI rules from JMeter CSV Report, export result in html, csv or json format.", "helpUrl": "https://github.com/vdaburon/JUnitReportKpiJMeterReportCsv", "screenshotUrl": "https://github.com/vdaburon/JUnitReportKpiJMeterReportCsv/raw/main/doc/images/kpi_excel.png", - "vendor": "Vincent Daburon", + "vendor": "Vincent DABURON", "markerClass": "io.github.vdaburon.jmeter.utils.reportkpi.ToolInstaller", "installerClass": "io.github.vdaburon.jmeter.utils.reportkpi.ToolInstaller", "versions": { @@ -1889,7 +1889,7 @@ "description": "This tool read KPI declarations in a file and apply the KPI assertion on 2 JMeter Report CSV files (current and reference) and generates a result file in JUnit XML format and others formats Html, Json and Csv.", "helpUrl": "https://github.com/vdaburon/JUnitReportKpiCompareJMeterReportCsv", "screenshotUrl": "https://github.com/vdaburon/JUnitReportKpiCompareJMeterReportCsv/raw/main/doc/images/kpi_excel.png", - "vendor": "Vincent Daburon", + "vendor": "Vincent DABURON", "markerClass": "io.github.vdaburon.jmeter.utils.comparekpi.ToolInstaller", "installerClass": "io.github.vdaburon.jmeter.utils.comparekpi.ToolInstaller", "versions": { @@ -1899,6 +1899,22 @@ } } }, + { + "id": "vdn-elastic-apm-tool", + "name": "vdn@github - elastic-apm-tool", + "description": "Manage the Elastic Application Performance Monitoring (ELASTIC APM) in JMeter script.", + "helpUrl": "https://github.com/vdaburon/elastic-apm-jmeter-plugin", + "screenshotUrl": "https://github.com/vdaburon/elastic-apm-jmeter-plugin/raw/main/doc/images/elastic_apm_integration_tool_gui.png", + "vendor": "Vincent DABURON", + "markerClass": "io.github.vdaburon.jmeterplugins.elasticapm.ElasticApmIntegrateInstaller", + "installerClass": "io.github.vdaburon.jmeterplugins.elasticapm.ElasticApmIntegrateInstaller", + "versions": { + "1.0": { + "changes": "First version for jmeter-plugin repo", + "downloadUrl": "https://github.com/vdaburon/elastic-apm-jmeter-plugin/releases/download/Version1.0/elastic-apm-jmeter-plugin-1.0-jar-with-dependencies.jar" + } + } + }, { "id": "jwt-preProcessor", "name": "JWT PreProcessor", From 06ce323fcf2e6f7bc21b9327c35da3117d911726 Mon Sep 17 00:00:00 2001 From: Andrei Pohilko Date: Wed, 7 Feb 2024 08:42:32 +0000 Subject: [PATCH 03/35] Release redis 0.7 --- plugins/redis/pom.xml | 2 +- .../apc/jmeter/config/redis/RedisDataSet.java | 100 +++++++----------- site/dat/repo/jpgc-plugins.json | 9 ++ 3 files changed, 51 insertions(+), 60 deletions(-) diff --git a/plugins/redis/pom.xml b/plugins/redis/pom.xml index 018cac694..265180136 100644 --- a/plugins/redis/pom.xml +++ b/plugins/redis/pom.xml @@ -12,7 +12,7 @@ kg.apc jmeter-plugins-redis - 0.6 + 0.7 Redis diff --git a/plugins/redis/src/main/java/kg/apc/jmeter/config/redis/RedisDataSet.java b/plugins/redis/src/main/java/kg/apc/jmeter/config/redis/RedisDataSet.java index 5010a9dfa..101a0cd55 100644 --- a/plugins/redis/src/main/java/kg/apc/jmeter/config/redis/RedisDataSet.java +++ b/plugins/redis/src/main/java/kg/apc/jmeter/config/redis/RedisDataSet.java @@ -18,18 +18,6 @@ package kg.apc.jmeter.config.redis; -import java.beans.BeanInfo; -import java.beans.IntrospectionException; -import java.beans.Introspector; -import java.security.GeneralSecurityException; -import java.util.ResourceBundle; - -import javax.net.ssl.HostnameVerifier; -import javax.net.ssl.HttpsURLConnection; -import javax.net.ssl.SSLContext; -import javax.net.ssl.SSLParameters; -import javax.net.ssl.SSLSocketFactory; - import org.apache.commons.pool2.impl.GenericObjectPoolConfig; import org.apache.jmeter.config.ConfigTestElement; import org.apache.jmeter.engine.event.LoopIterationEvent; @@ -44,20 +32,27 @@ import org.apache.jmeter.threads.JMeterVariables; import org.apache.jmeter.util.JsseSSLManager; import org.apache.jmeter.util.SSLManager; -import org.slf4j.LoggerFactory; import org.apache.jorphan.util.JMeterStopThreadException; import org.apache.jorphan.util.JOrphanUtils; import org.slf4j.Logger; - +import org.slf4j.LoggerFactory; import redis.clients.jedis.Jedis; import redis.clients.jedis.JedisPool; import redis.clients.jedis.JedisPoolConfig; import redis.clients.jedis.Protocol; -import redis.clients.jedis.exceptions.JedisDataException; import redis.clients.jedis.args.ListDirection; +import redis.clients.jedis.exceptions.JedisDataException; + +import javax.net.ssl.*; +import java.beans.BeanInfo; +import java.beans.IntrospectionException; +import java.beans.Introspector; +import java.security.GeneralSecurityException; +import java.util.ResourceBundle; /** * Redis DataSet using a Redis Set or List. + * * @since 2.11 */ public class RedisDataSet extends ConfigTestElement @@ -65,18 +60,17 @@ public class RedisDataSet extends ConfigTestElement private interface PollingStrategy { - public String getDataFromConnection(Jedis conn, String key) throws JedisDataException; + String getDataFromConnection(Jedis conn, String key) throws JedisDataException; } /** - * Pops an element from a redis list from right (LIFO) + * Pops an element from a redis list from right (LIFO) */ private class PopFromListStrategy implements PollingStrategy { @Override public String getDataFromConnection(Jedis conn, String key) throws JedisDataException { log.debug("Executing lpop against redis list"); - String line = conn.lpop(key); - return line; + return conn.lpop(key); } } @@ -84,16 +78,15 @@ private class QueueStrategy implements PollingStrategy { @Override public String getDataFromConnection(Jedis conn, String key) throws JedisDataException { log.debug("Executing lmove against redis list"); - String line = conn.lmove(key, key, ListDirection.RIGHT, ListDirection.LEFT); - return line; + return conn.lmove(key, key, ListDirection.RIGHT, ListDirection.LEFT); } } + private class PopFromSetStrategy implements PollingStrategy { @Override public String getDataFromConnection(Jedis conn, String key) throws JedisDataException { log.debug("Executing spop against redis set"); - String line = conn.spop(key); - return line; + return conn.spop(key); } } @@ -101,8 +94,7 @@ private class CopyFromSetStrategy implements PollingStrategy { @Override public String getDataFromConnection(Jedis conn, String key) throws JedisDataException { log.debug("Executing srandmember against redis set"); - String line = conn.srandmember(key); - return line; + return conn.srandmember(key); } } @@ -130,15 +122,21 @@ public String getDataFromConnection(Jedis conn, String key) throws JedisDataExce } public enum RedisDataType { - REDIS_DATA_TYPE_LIST((byte)0), - REDIS_DATA_TYPE_SET((byte)1); + REDIS_DATA_TYPE_LIST((byte) 0), + REDIS_DATA_TYPE_SET((byte) 1); + + private final byte value; - private byte value; - RedisDataType(byte value) { this.value = value; } - public int getValue() { return value; } + RedisDataType(byte value) { + this.value = value; + } + + public int getValue() { + return value; + } } - private PollingStrategy selectPollingStrategy(){ + private PollingStrategy selectPollingStrategy() { switch (redisDataType) { case REDIS_DATA_TYPE_SET: @@ -154,7 +152,7 @@ private PollingStrategy selectPollingStrategy(){ if (!getRecycleDataOnUse()) { return new PopFromListStrategy(); } else { - if (getPropertyAsBoolean("plugins.redis.legacy", false)){ + if (getPropertyAsBoolean("plugins.redis.legacy", false)) { return new PopAndPushBackListStrategy(); } return new QueueStrategy(); @@ -255,8 +253,8 @@ public void testEnded() { @Override public void testEnded(String host) { int idleConn = pool.getNumIdle(); - for(int i=0;i e : RedisDataType.values()) { + for (Enum e : RedisDataType.values()) { final String propName = e.toString(); if (objectValue.equals(rb.getObject(propName))) { final int tmpType = e.ordinal(); if (log.isDebugEnabled()) { - log.debug("Converted " + pn + "=" + objectValue + " to data type=" + tmpType + " using Locale: " + rb.getLocale()); + log.debug("Converted " + pn + "=" + objectValue + " to data type=" + tmpType + " using Locale: " + rb.getLocale()); } super.setProperty(pn, tmpType); return; @@ -328,19 +326,19 @@ public void testStarted(String distributedHost) { config.setSoftMinEvictableIdleTimeMillis(getSoftMinEvictableIdleTimeMillis()); int port = Protocol.DEFAULT_PORT; - if(!JOrphanUtils.isBlank(this.port)) { + if (!JOrphanUtils.isBlank(this.port)) { port = Integer.parseInt(this.port); } int timeout = Protocol.DEFAULT_TIMEOUT; - if(!JOrphanUtils.isBlank(this.timeout)) { + if (!JOrphanUtils.isBlank(this.timeout)) { timeout = Integer.parseInt(this.timeout); } int database = Protocol.DEFAULT_DATABASE; - if(!JOrphanUtils.isBlank(this.database)) { + if (!JOrphanUtils.isBlank(this.database)) { database = Integer.parseInt(this.database); } String password = null; - if(!JOrphanUtils.isBlank(this.password)) { + if (!JOrphanUtils.isBlank(this.password)) { password = this.password; } SSLSocketFactory sslSocketFactory = null; @@ -349,11 +347,11 @@ public void testStarted(String distributedHost) { if (this.ssl) { SSLManager sslManager = SSLManager.getInstance(); try { - SSLContext sslContext = ((JsseSSLManager)sslManager).getContext(); + SSLContext sslContext = ((JsseSSLManager) sslManager).getContext(); sslSocketFactory = sslContext.getSocketFactory(); sslParameters = sslContext.getDefaultSSLParameters(); hostnameVerifier = HttpsURLConnection.getDefaultHostnameVerifier(); - }catch(GeneralSecurityException ex) { + } catch (GeneralSecurityException ex) { throw new IllegalStateException("Unable to get SSLContext from SSLManager", ex); } } @@ -656,34 +654,18 @@ public void setSoftMinEvictableIdleTimeMillis( this.softMinEvictableIdleTimeMillis = softMinEvictableIdleTimeMillis; } - /** - * - * @return - */ public boolean getRecycleDataOnUse() { return recycleDataOnUse; } - /** - * - * @param recycleDataOnUse - */ public void setRecycleDataOnUse(boolean recycleDataOnUse) { this.recycleDataOnUse = recycleDataOnUse; } - /** - * - * @return - */ public int getRedisDataType() { return redisDataType.ordinal(); } - /** - * - * @param dataType - */ public void setRedisDataType(int dataType) { try { this.redisDataType = RedisDataType.values()[dataType]; diff --git a/site/dat/repo/jpgc-plugins.json b/site/dat/repo/jpgc-plugins.json index f6bf209cb..87409de81 100644 --- a/site/dat/repo/jpgc-plugins.json +++ b/site/dat/repo/jpgc-plugins.json @@ -612,6 +612,15 @@ "jedis": "https://search.maven.org/remotecontent?filepath=redis/clients/jedis/3.6.3/jedis-3.6.3.jar", "commons-pool2": "https://search.maven.org/remotecontent?filepath=org/apache/commons/commons-pool2/2.9.0/commons-pool2-2.9.0.jar" } + }, + "0.7": { + "changes": "Fix JedisException when test ends", + "downloadUrl": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-redis/0.7/jmeter-plugins-redis-0.7.jar", + "libs": { + "jmeter-plugins-cmn-jmeter": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.7/jmeter-plugins-cmn-jmeter-0.7.jar", + "jedis": "https://search.maven.org/remotecontent?filepath=redis/clients/jedis/3.6.3/jedis-3.6.3.jar", + "commons-pool2": "https://search.maven.org/remotecontent?filepath=org/apache/commons/commons-pool2/2.9.0/commons-pool2-2.9.0.jar" + } } } }, From 31311ce2d7e4351c4d9c98d76e85431cbeecbc3e Mon Sep 17 00:00:00 2001 From: Matthias Eggert Date: Thu, 22 Feb 2024 11:36:40 +0100 Subject: [PATCH 04/35] add initial version of HAR Importer (#635) --- site/dat/repo/various.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/site/dat/repo/various.json b/site/dat/repo/various.json index 22c5faa2e..d8e73e0fa 100644 --- a/site/dat/repo/various.json +++ b/site/dat/repo/various.json @@ -2008,5 +2008,23 @@ "depends":["jmeter-core"] } } + }, + { + "id": "jmeter-har-import", + "name": "HAR (HTTP Archive) Import", + "description": "This plugin allows you to import HAR files into JMeter and convert them into HTTP Request Samplers for easier recording.", + "vendor": "Qytera GmbH", + "screenshotUrl": "https://raw.githubusercontent.com/Qytera-Gmbh/JMeterHARImporterPlugin/main/screenshot-usage.png", + "helpUrl": "https://github.com/Qytera-Gmbh/JMeterHARImporterPlugin/blob/main/README.md", + "markerClass": "de.qytera.jmeterharimporter.HARImporter", + "componentClasses": [ + "de.qytera.jmeterharimporter.HARImporter", + "de.qytera.jmeterharimporter.HARImportMenu" + ], + "versions": { + "0.1.0": { + "downloadUrl": "https://github.com/Qytera-Gmbh/JMeterHARImporterPlugin/releases/download/v0.1.0/jmeter-har-import-plugin-v0.1.0.jar" + } + } } ] From 8e5fd3809033618d53a6551e5315c73ddf0022b5 Mon Sep 17 00:00:00 2001 From: Peter Doornbosch Date: Thu, 22 Feb 2024 23:27:24 +0100 Subject: [PATCH 05/35] added version 1.2.10 of jmeter-websocket-samplers plugin (#636) --- site/dat/repo/various.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/site/dat/repo/various.json b/site/dat/repo/various.json index d8e73e0fa..d60dd3a3c 100644 --- a/site/dat/repo/various.json +++ b/site/dat/repo/various.json @@ -674,6 +674,13 @@ "depends": [ "jmeter-core" ] + }, + "1.2.10": { + "changes": "Merge header managers when present, use Java 8 as before.", + "downloadUrl": "https://search.maven.org/remotecontent?filepath=net/luminis/jmeter/jmeter-websocket-samplers/1.2.10/jmeter-websocket-samplers-1.2.10.jar", + "depends": [ + "jmeter-core" + ] } } }, From b99730b7347bd061973fec970c3ac66b4f0622b7 Mon Sep 17 00:00:00 2001 From: Vincent DABURON Date: Mon, 11 Mar 2024 20:25:44 +0100 Subject: [PATCH 06/35] Add vdn@github - har-convertor-jmeter-tool (#638) Add new plugin : vdn@github - har-convertor-jmeter-tool --- site/dat/repo/various.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/site/dat/repo/various.json b/site/dat/repo/various.json index d60dd3a3c..333e505fb 100644 --- a/site/dat/repo/various.json +++ b/site/dat/repo/various.json @@ -1922,6 +1922,22 @@ } } }, + { + "id": "vdn-har-convertor-jmeter-tool", + "name": "vdn@github - har-convertor-jmeter-tool", + "description": "Convert a HAR file to a JMeter Script and a Record XML file.", + "helpUrl": "https://github.com/vdaburon/har-convertor-jmeter-plugin", + "screenshotUrl": "https://raw.githubusercontent.com/vdaburon/har-convertor-jmeter-plugin/main/doc/images/har_convertor_tool_gui.png", + "vendor": "Vincent DABURON", + "markerClass": "io.github.vdaburon.jmeterplugins.har.HarConvertorInstaller", + "installerClass": "io.github.vdaburon.jmeterplugins.har.HarConvertorInstaller", + "versions": { + "1.0": { + "changes": "First Version for jmeter-plugins repo", + "downloadUrl": "https://github.com/vdaburon/har-convertor-jmeter-plugin/releases/download/v1.0/har-convertor-jmeter-plugin-1.0-jar-with-dependencies.jar" + } + } + }, { "id": "jwt-preProcessor", "name": "JWT PreProcessor", From e9d1359f8a7804339f2f6e99ff0eb21e89069e0f Mon Sep 17 00:00:00 2001 From: Vincent DABURON Date: Tue, 12 Mar 2024 17:17:56 +0100 Subject: [PATCH 07/35] Update version 2.0 for vdn@github - har-convertor-jmeter-tool (#639) Version 2.0 vdn@github - har-convertor-jmeter-tool
for POST multipart/form-data don't put the content of the file in the Record.xml file because binary content could be large and not XML compatible.
Add parameters : page_start_number and sampler_start_number to facilitate partial recording of website navigation. --- site/dat/repo/various.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site/dat/repo/various.json b/site/dat/repo/various.json index 333e505fb..891a4c93d 100644 --- a/site/dat/repo/various.json +++ b/site/dat/repo/various.json @@ -1935,6 +1935,10 @@ "1.0": { "changes": "First Version for jmeter-plugins repo", "downloadUrl": "https://github.com/vdaburon/har-convertor-jmeter-plugin/releases/download/v1.0/har-convertor-jmeter-plugin-1.0-jar-with-dependencies.jar" + }, + "2.0": { + "changes": "Add parameters page_start_number and sampler_start_number to facilitate partial recording of website navigation. Modify for POST multipart/form-data don't put the content of the file in the Record.xml file because binary content could be large and not XML compatible.", + "downloadUrl": "https://github.com/vdaburon/har-convertor-jmeter-plugin/releases/download/v2.0/har-convertor-jmeter-plugin-2.0-jar-with-dependencies.jar" } } }, From f3c5bb9525d36bb676615bf056923dd53403fddd Mon Sep 17 00:00:00 2001 From: Joaquin Araujo <48018971+Baraujo25@users.noreply.github.com> Date: Wed, 13 Mar 2024 18:16:44 -0300 Subject: [PATCH 08/35] RTE-Plugin v3.3 release (#640) --- site/dat/repo/blazemeter.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/site/dat/repo/blazemeter.json b/site/dat/repo/blazemeter.json index fc892b003..a16ccf370 100644 --- a/site/dat/repo/blazemeter.json +++ b/site/dat/repo/blazemeter.json @@ -1111,6 +1111,15 @@ "dm3270-lib>=0.15": "https://github.com/Blazemeter/RTEPlugin/releases/download/v3.2.2/dm3270-lib-0.15.jar", "jVT220>=1.3.2": "https://github.com/Blazemeter/RTEPlugin/releases/download/v3.2.2/jVT220-1.3.2.jar" } + }, + "3.3": { + "changes": "Changed the behavior of the VT protocol to avoid waiting for server response in each character sent", + "downloadUrl": "https://github.com/Blazemeter/RTEPlugin/releases/download/v3.3/jmeter-bzm-rte-3.3.jar", + "libs": { + "xtn5250>=3.2.4": "https://github.com/Blazemeter/RTEPlugin/releases/download/v3.3/xtn5250-3.2.4.jar", + "dm3270-lib>=0.15": "https://github.com/Blazemeter/RTEPlugin/releases/download/v3.2.2/dm3270-lib-0.15.jar", + "jVT220>=1.3.2": "https://github.com/Blazemeter/RTEPlugin/releases/download/v3.3/jVT220-1.3.2.jar" + } } } }, From 105491f310fa34b78f2090768842e5651c894b49 Mon Sep 17 00:00:00 2001 From: Mohamed Ibrahim Date: Mon, 18 Mar 2024 12:48:59 +0000 Subject: [PATCH 09/35] Releasing Extended csv confg plugin v2.2 (#642) * Added couchbase plugin * Added new version of di-kafkameter * Releasing Extended-csv-dataset-config version 2.0 * Releasing DI Kafkameter v1.2 * Extended csv config release v2.2 --- site/dat/repo/various.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/site/dat/repo/various.json b/site/dat/repo/various.json index 891a4c93d..6a8320e32 100644 --- a/site/dat/repo/various.json +++ b/site/dat/repo/various.json @@ -1463,6 +1463,13 @@ "jmeter-core", "jmeter-components" ] + }, + "2.2": { + "downloadUrl": "https://github.com/rollno748/Extended-csv-dataset-config/releases/download/2.2/di-extended-csv-2.2.jar", + "depends": [ + "jmeter-core", + "jmeter-components" + ] } } }, From 0e9d8efb7427fc04677dfaa8c4a530a9287eaec5 Mon Sep 17 00:00:00 2001 From: Vincent DABURON Date: Mon, 18 Mar 2024 14:15:48 +0100 Subject: [PATCH 10/35] vdn-har-convertor-jmeter-tool v3.0 (#641) * vdn-har-convertor-jmeter-tool v3.0 vdn-har-convertor-jmeter-tool v3.0. Add Load generated script if no error. File Chooser select only file and no directory * change " by ' Error syntax in json file, change " by ' --- site/dat/repo/various.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site/dat/repo/various.json b/site/dat/repo/various.json index 6a8320e32..fda9aee0c 100644 --- a/site/dat/repo/various.json +++ b/site/dat/repo/various.json @@ -1946,6 +1946,10 @@ "2.0": { "changes": "Add parameters page_start_number and sampler_start_number to facilitate partial recording of website navigation. Modify for POST multipart/form-data don't put the content of the file in the Record.xml file because binary content could be large and not XML compatible.", "downloadUrl": "https://github.com/vdaburon/har-convertor-jmeter-plugin/releases/download/v2.0/har-convertor-jmeter-plugin-2.0-jar-with-dependencies.jar" + }, + "3.0": { + "changes": "Add Button 'CONVERT AND LOAD GENERATED SCRIPT'. File Chooser select only file and no directory.", + "downloadUrl": "https://github.com/vdaburon/har-convertor-jmeter-plugin/releases/download/v3.0/har-convertor-jmeter-plugin-3.0-jar-with-dependencies.jar" } } }, From f1765944074ba0a8fe198381bade918591189267 Mon Sep 17 00:00:00 2001 From: David <3dgiordano@gmail.com> Date: Mon, 18 Mar 2024 11:38:34 -0300 Subject: [PATCH 11/35] Correlation Recorder 2.3 (#643) --- site/dat/repo/blazemeter.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/site/dat/repo/blazemeter.json b/site/dat/repo/blazemeter.json index a16ccf370..a8cd58c45 100644 --- a/site/dat/repo/blazemeter.json +++ b/site/dat/repo/blazemeter.json @@ -1319,6 +1319,23 @@ "depends": [ "bzm-repositories" ] + }, + "2.3": { + "changes": "History Manager and bug fixes.", + "downloadUrl": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.3/jmeter-bzm-correlation-recorder-2.3.jar", + "libs": { + "jackson-dataformat-xml>=2.10.2":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.3/jackson-dataformat-xml-2.10.2.jar", + "jackson-annotations>=2.13.0" : "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.3/jackson-annotations-2.13.0.jar", + "jackson-databind>=2.13.0" : "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.3/jackson-databind-2.13.0.jar", + "jackson-core>=2.13.0" : "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.3/jackson-core-2.13.0.jar", + "jackson-module-jaxb-annotations>=2.10.2":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.3/jackson-module-jaxb-annotations-2.10.2.jar", + "jmeter-bzm-commons>=0.2.1":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.3/jmeter-bzm-commons-0.2.1.jar", + "json>=20190722":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.3/json-20190722.jar", + "maven-artifact>=3.8.4":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.3/maven-artifact-3.8.4.jar" + }, + "depends": [ + "bzm-repositories" + ] } } }, From 4aa8db6ec3d1b6c8db76bbd3d52b98a3bd3db6ed Mon Sep 17 00:00:00 2001 From: Joaquin Araujo <48018971+Baraujo25@users.noreply.github.com> Date: Mon, 18 Mar 2024 15:32:47 -0300 Subject: [PATCH 12/35] Parallel Plugin release v0.12 (#644) --- site/dat/repo/blazemeter.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/site/dat/repo/blazemeter.json b/site/dat/repo/blazemeter.json index a8cd58c45..bf79da670 100644 --- a/site/dat/repo/blazemeter.json +++ b/site/dat/repo/blazemeter.json @@ -263,9 +263,15 @@ "libs": { "jmeter-plugins-cmn-jmeter": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.7/jmeter-plugins-cmn-jmeter-0.7.jar" }, - "depends": [ - "jmeter-http" - ] + "depends": ["jmeter-http"] + }, + "0.12": { + "changes": "Fix parallel controller for JMeter 5.6.x", + "downloadUrl": "https://search.maven.org/remotecontent?filepath=com/blazemeter/jmeter-parallel/0.12/jmeter-parallel-0.12.jar", + "libs": { + "jmeter-plugins-cmn-jmeter": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.7/jmeter-plugins-cmn-jmeter-0.7.jar" + }, + "depends": ["jmeter-http"] } } }, From bc0470aecc1ce5966b8c85950ba36a592b990833 Mon Sep 17 00:00:00 2001 From: gamorin Date: Tue, 19 Mar 2024 14:56:57 -0300 Subject: [PATCH 13/35] BlazeMeter Repositories 1.2 (#645) --- site/dat/repo/blazemeter.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/site/dat/repo/blazemeter.json b/site/dat/repo/blazemeter.json index bf79da670..a273acc0c 100644 --- a/site/dat/repo/blazemeter.json +++ b/site/dat/repo/blazemeter.json @@ -1360,7 +1360,10 @@ }, "1.1": { "downloadUrl": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.2/bzm-repositories-plugin-1.1.jar" - } + }, + "1.2": { + "downloadUrl": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.3/bzm-repositories-plugin-1.2.jar" + } } }, { From 09d34c08ec0f9dd610ade0624509554c8616d737 Mon Sep 17 00:00:00 2001 From: Till Neunast Date: Sun, 24 Mar 2024 11:24:23 +1300 Subject: [PATCH 14/35] Release SSHMon plugin (#647) --- site/dat/repo/various.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/site/dat/repo/various.json b/site/dat/repo/various.json index fda9aee0c..a6e1d8625 100644 --- a/site/dat/repo/various.json +++ b/site/dat/repo/various.json @@ -381,6 +381,15 @@ "sshd-core>=2.6": "https://search.maven.org/remotecontent?filepath=org/apache/sshd/sshd-core/2.6.0/sshd-core-2.6.0.jar", "sshd-common>=2.6": "https://search.maven.org/remotecontent?filepath=org/apache/sshd/sshd-common/2.6.0/sshd-common-2.6.0.jar" } + }, + "1.4": { + "changes": "Maintenance release: Dependency updates and bug fixes", + "downloadUrl": "https://github.com/tilln/jmeter-sshmon/releases/download/1.4/jmeter-sshmon-1.4.jar", + "libs": { + "jmeter-plugins-cmn-jmeter>=0.7": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.7/jmeter-plugins-cmn-jmeter-0.7.jar", + "sshd-core>=2.6": "https://search.maven.org/remotecontent?filepath=org/apache/sshd/sshd-core/2.12.1/sshd-core-2.12.1.jar", + "sshd-common>=2.6": "https://search.maven.org/remotecontent?filepath=org/apache/sshd/sshd-common/2.12.1/sshd-common-2.12.1.jar" + } } } }, From ef5f339dd3fee64716b8f98faff4444876177136 Mon Sep 17 00:00:00 2001 From: Vincent DABURON Date: Sat, 30 Mar 2024 17:07:00 +0100 Subject: [PATCH 15/35] vdn-har-convertor-jmeter-tool v3.2 (#648) * vdn-har-convertor-jmeter-tool v3.1 vdn-har-convertor-jmeter-tool v3.1, use library har-to-jmeter-convertor-2.2 that correct bugs. * vdn-har-convertor-jmeter-tool version 3.2 vdn-har-convertor-jmeter-tool version 3.2 (remove v3.1) --- site/dat/repo/various.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site/dat/repo/various.json b/site/dat/repo/various.json index a6e1d8625..4dab8312e 100644 --- a/site/dat/repo/various.json +++ b/site/dat/repo/various.json @@ -1959,6 +1959,10 @@ "3.0": { "changes": "Add Button 'CONVERT AND LOAD GENERATED SCRIPT'. File Chooser select only file and no directory.", "downloadUrl": "https://github.com/vdaburon/har-convertor-jmeter-plugin/releases/download/v3.0/har-convertor-jmeter-plugin-3.0-jar-with-dependencies.jar" + }, + "3.2": { + "changes": "Remove the header Content-length because the length is computed by JMeter when the request is created. POST or PUT could have query string and body with content so add query string to the path. Set Content Encoding to UFT-8 for POST or PUT method and request Content-Type:application/json. Add body data content in record.xml for PUT and PATCH methods. encode value for x-www-form-urlencoded when value contains space, equal, slash or plus characters.", + "downloadUrl": "https://github.com/vdaburon/har-convertor-jmeter-plugin/releases/download/v3.2/har-convertor-jmeter-plugin-3.2-jar-with-dependencies.jar" } } }, From 31e6167a967eebede1bc69c0055c49505d7f5008 Mon Sep 17 00:00:00 2001 From: Diego Ferrand Date: Mon, 15 Apr 2024 17:42:58 -0300 Subject: [PATCH 16/35] Correlation recorder 2.4 (#649) --- site/dat/repo/blazemeter.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/site/dat/repo/blazemeter.json b/site/dat/repo/blazemeter.json index a273acc0c..120c53e3e 100644 --- a/site/dat/repo/blazemeter.json +++ b/site/dat/repo/blazemeter.json @@ -1342,6 +1342,23 @@ "depends": [ "bzm-repositories" ] + }, + "2.4": { + "changes": "JSON Extractor and Replacement analysis and legacy support and bug fixes", + "downloadUrl": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.4/jmeter-bzm-correlation-recorder-2.4.jar", + "libs": { + "jackson-dataformat-xml>=2.10.2":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.4/jackson-dataformat-xml-2.10.2.jar", + "jackson-annotations>=2.13.0" : "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.4/jackson-annotations-2.13.0.jar", + "jackson-databind>=2.13.0" : "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.4/jackson-databind-2.13.0.jar", + "jackson-core>=2.13.0" : "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.4/jackson-core-2.13.0.jar", + "jackson-module-jaxb-annotations>=2.10.2":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.4/jackson-module-jaxb-annotations-2.10.2.jar", + "jmeter-bzm-commons>=0.2.1":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.4/jmeter-bzm-commons-0.2.1.jar", + "json>=20190722":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.4/json-20190722.jar", + "maven-artifact>=3.8.4":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.4/maven-artifact-3.8.4.jar" + }, + "depends": [ + "bzm-repositories" + ] } } }, From 038e3da8b49eebec4e819a75cdd660542ef5a271 Mon Sep 17 00:00:00 2001 From: Vincent DABURON Date: Fri, 10 May 2024 16:50:34 +0200 Subject: [PATCH 17/35] Version 5.0 har-convertor-jmeter-plugin (#650) Version 5.0 har-convertor-jmeter-plugin. Add an external csv file with transaction information for JMeter Transaction Controller Name. Add compatibility with HAR generated with LoadRunner Web Recorder Chrome Extension. --- site/dat/repo/various.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site/dat/repo/various.json b/site/dat/repo/various.json index 4dab8312e..39237937d 100644 --- a/site/dat/repo/various.json +++ b/site/dat/repo/various.json @@ -1963,6 +1963,10 @@ "3.2": { "changes": "Remove the header Content-length because the length is computed by JMeter when the request is created. POST or PUT could have query string and body with content so add query string to the path. Set Content Encoding to UFT-8 for POST or PUT method and request Content-Type:application/json. Add body data content in record.xml for PUT and PATCH methods. encode value for x-www-form-urlencoded when value contains space, equal, slash or plus characters.", "downloadUrl": "https://github.com/vdaburon/har-convertor-jmeter-plugin/releases/download/v3.2/har-convertor-jmeter-plugin-3.2-jar-with-dependencies.jar" + }, + "5.0": { + "changes": "Add an external csv file with transaction information for JMeter Transaction Controller Name. Add compatibility with HAR generated with LoadRunner Web Recorder Chrome Extension. Correct Filter Include first filter and Filter Exclude second filter", + "downloadUrl": "https://github.com/vdaburon/har-convertor-jmeter-plugin/releases/download/v5.0/har-convertor-jmeter-plugin-5.0-jar-with-dependencies.jar" } } }, From 4b1612763b137da61e3f9662317209e3609ea990 Mon Sep 17 00:00:00 2001 From: Matthias Eggert Date: Wed, 15 May 2024 10:16:36 +0200 Subject: [PATCH 18/35] HAR Importer v0.2.0 added (#651) - The importer has a host exclude list now - Added multiple options for elements to be added or excluded. - Groups http samplers into the same transaction controller, if they were recorded at the same time. --- site/dat/repo/various.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/site/dat/repo/various.json b/site/dat/repo/various.json index 39237937d..9d1e49240 100644 --- a/site/dat/repo/various.json +++ b/site/dat/repo/various.json @@ -2074,11 +2074,16 @@ "markerClass": "de.qytera.jmeterharimporter.HARImporter", "componentClasses": [ "de.qytera.jmeterharimporter.HARImporter", - "de.qytera.jmeterharimporter.HARImportMenu" + "de.qytera.jmeterharimporter.HARImportDialog" ], "versions": { "0.1.0": { + "changes": "Initial version for basic GET, POST, PUT, PATCH and DELETE request support. For more details see: https://github.com/Qytera-Gmbh/JMeterHARImporterPlugin/releases", "downloadUrl": "https://github.com/Qytera-Gmbh/JMeterHARImporterPlugin/releases/download/v0.1.0/jmeter-har-import-plugin-v0.1.0.jar" + }, + "0.2.0": { + "changes": "Several options for configuration added, e.g. en/disabling timers; host exclusion added; grouping of samplers. For more details see: https://github.com/Qytera-Gmbh/JMeterHARImporterPlugin/releases", + "downloadUrl": "https://github.com/Qytera-Gmbh/JMeterHARImporterPlugin/releases/download/v0.2.0/jmeter-har-import-plugin-v0.2.0.jar" } } } From 4360fa28877d8ee7271b92c6457fd5ab5d1490a4 Mon Sep 17 00:00:00 2001 From: Matthias Eggert Date: Wed, 15 May 2024 14:38:31 +0200 Subject: [PATCH 19/35] add HAR importer 0.2.1 (#652) fix issue with added think time after grouping http samplers --- site/dat/repo/various.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site/dat/repo/various.json b/site/dat/repo/various.json index 9d1e49240..f563aa9bc 100644 --- a/site/dat/repo/various.json +++ b/site/dat/repo/various.json @@ -2084,6 +2084,10 @@ "0.2.0": { "changes": "Several options for configuration added, e.g. en/disabling timers; host exclusion added; grouping of samplers. For more details see: https://github.com/Qytera-Gmbh/JMeterHARImporterPlugin/releases", "downloadUrl": "https://github.com/Qytera-Gmbh/JMeterHARImporterPlugin/releases/download/v0.2.0/jmeter-har-import-plugin-v0.2.0.jar" + }, + "0.2.1": { + "changes": "New way for adding think time. For more details see: https://github.com/Qytera-Gmbh/JMeterHARImporterPlugin/releases", + "downloadUrl": "https://github.com/Qytera-Gmbh/JMeterHARImporterPlugin/releases/download/v0.2.1/jmeter-har-import-plugin-v0.2.1.jar" } } } From df152e3b7a594c89acf7c507b98356805c4f69c9 Mon Sep 17 00:00:00 2001 From: Matthias Eggert Date: Wed, 15 May 2024 17:30:33 +0200 Subject: [PATCH 20/35] add HAR importer 0.2.2 (#653) --- site/dat/repo/various.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site/dat/repo/various.json b/site/dat/repo/various.json index f563aa9bc..8ac44feb7 100644 --- a/site/dat/repo/various.json +++ b/site/dat/repo/various.json @@ -2088,6 +2088,10 @@ "0.2.1": { "changes": "New way for adding think time. For more details see: https://github.com/Qytera-Gmbh/JMeterHARImporterPlugin/releases", "downloadUrl": "https://github.com/Qytera-Gmbh/JMeterHARImporterPlugin/releases/download/v0.2.1/jmeter-har-import-plugin-v0.2.1.jar" + }, + "0.2.2": { + "changes": "Fix think time calculation. For more details see: https://github.com/Qytera-Gmbh/JMeterHARImporterPlugin/releases", + "downloadUrl": "https://github.com/Qytera-Gmbh/JMeterHARImporterPlugin/releases/download/v0.2.2/jmeter-har-import-plugin-v0.2.2.jar" } } } From a90a0a5c93719c24e92eeceae27a2d77ddd1f389 Mon Sep 17 00:00:00 2001 From: Vincent DABURON Date: Sat, 18 May 2024 19:07:25 +0200 Subject: [PATCH 21/35] version 5.1 vdn-har-convertor-jmeter-tool (#654) version 5.1 vdn-har-convertor-jmeter-tool compatible with har generated by browsermob-proxy tool and csv file contains transaction infos. --- site/dat/repo/various.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site/dat/repo/various.json b/site/dat/repo/various.json index 8ac44feb7..bb02ee3e9 100644 --- a/site/dat/repo/various.json +++ b/site/dat/repo/various.json @@ -1967,6 +1967,10 @@ "5.0": { "changes": "Add an external csv file with transaction information for JMeter Transaction Controller Name. Add compatibility with HAR generated with LoadRunner Web Recorder Chrome Extension. Correct Filter Include first filter and Filter Exclude second filter", "downloadUrl": "https://github.com/vdaburon/har-convertor-jmeter-plugin/releases/download/v5.0/har-convertor-jmeter-plugin-5.0-jar-with-dependencies.jar" + }, + "5.1": { + "changes": "Compatible with har generated by browsermob-proxy tool.", + "downloadUrl": "https://github.com/vdaburon/har-convertor-jmeter-plugin/releases/download/v5.1/har-convertor-jmeter-plugin-5.1-jar-with-dependencies.jar" } } }, From 34d4518022fd521f6f5c382e860b150d259a15ce Mon Sep 17 00:00:00 2001 From: Joaquin Araujo <48018971+Baraujo25@users.noreply.github.com> Date: Mon, 27 May 2024 07:21:23 -0300 Subject: [PATCH 22/35] Correlation Recorder v2.5 (#655) --- site/dat/repo/blazemeter.json | 377 +++++++++++++++++----------------- 1 file changed, 187 insertions(+), 190 deletions(-) diff --git a/site/dat/repo/blazemeter.json b/site/dat/repo/blazemeter.json index 120c53e3e..03cf1ed73 100644 --- a/site/dat/repo/blazemeter.json +++ b/site/dat/repo/blazemeter.json @@ -543,17 +543,15 @@ "libs": { "hlsparserj>=1.0.0": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0/hlsparserj-1.0.0.jar", "mpd-parser>=release-0.8-jdk8": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0/mpd-parser-0.8-jdk8.jar", - "jackson-core>=2.10.2" : "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0/jackson-core-2.10.2.jar", - "jackson-dataformat-xml>=2.10.2":"https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0/jackson-dataformat-xml-2.10.2.jar", - "jackson-annotations>=2.10.2" : "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0/jackson-annotations-2.10.2.jar", - "jackson-databind>=2.10.2" : "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0/jackson-databind-2.10.2.jar", - "jackson-module-jaxb-annotations>=2.10.2":"https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0/jackson-module-jaxb-annotations-2.10.2.jar", - "stax2-api>=4.2":"https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0/stax2-api-4.2.jar", - "woodstox-core>=5.3.0":"https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0/woodstox-core-5.3.0.jar" + "jackson-core>=2.10.2": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0/jackson-core-2.10.2.jar", + "jackson-dataformat-xml>=2.10.2": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0/jackson-dataformat-xml-2.10.2.jar", + "jackson-annotations>=2.10.2": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0/jackson-annotations-2.10.2.jar", + "jackson-databind>=2.10.2": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0/jackson-databind-2.10.2.jar", + "jackson-module-jaxb-annotations>=2.10.2": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0/jackson-module-jaxb-annotations-2.10.2.jar", + "stax2-api>=4.2": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0/stax2-api-4.2.jar", + "woodstox-core>=5.3.0": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0/woodstox-core-5.3.0.jar" }, - "depends": [ - "jmeter-http" - ] + "depends": ["jmeter-http"] }, "3.0.1": { "changes": "Patch fix for playlist reload timing and behaviour for interrupted tests", @@ -561,17 +559,15 @@ "libs": { "hlsparserj>=1.0.0": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0.1/hlsparserj-1.0.0.jar", "mpd-parser>=release-0.8-jdk8": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0.1/mpd-parser-0.8-jdk8.jar", - "jackson-core>=2.10.2" : "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0.1/jackson-core-2.10.2.jar", - "jackson-dataformat-xml>=2.10.2":"https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0.1/jackson-dataformat-xml-2.10.2.jar", - "jackson-annotations>=2.10.2" : "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0.1/jackson-annotations-2.10.2.jar", - "jackson-databind>=2.10.2" : "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0.1/jackson-databind-2.10.2.jar", - "jackson-module-jaxb-annotations>=2.10.2":"https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0.1/jackson-module-jaxb-annotations-2.10.2.jar", - "stax2-api>=4.2":"https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0.1/stax2-api-4.2.jar", - "woodstox-core>=5.3.0":"https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0.1/woodstox-core-5.3.0.jar" + "jackson-core>=2.10.2": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0.1/jackson-core-2.10.2.jar", + "jackson-dataformat-xml>=2.10.2": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0.1/jackson-dataformat-xml-2.10.2.jar", + "jackson-annotations>=2.10.2": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0.1/jackson-annotations-2.10.2.jar", + "jackson-databind>=2.10.2": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0.1/jackson-databind-2.10.2.jar", + "jackson-module-jaxb-annotations>=2.10.2": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0.1/jackson-module-jaxb-annotations-2.10.2.jar", + "stax2-api>=4.2": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0.1/stax2-api-4.2.jar", + "woodstox-core>=5.3.0": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0.1/woodstox-core-5.3.0.jar" }, - "depends": [ - "jmeter-http" - ] + "depends": ["jmeter-http"] }, "3.0.2": { "changes": "Patch fix for equals signs on URIs, subtitles better handled", @@ -579,17 +575,15 @@ "libs": { "hlsparserj>=1.0.1-c287e78": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0.2/hlsparserj-c287e78.jar", "mpd-parser>=release-0.8-jdk8": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0.2/mpd-parser-0.8-jdk8.jar", - "jackson-core>=2.10.2" : "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0.2/jackson-core-2.10.2.jar", - "jackson-dataformat-xml>=2.10.2":"https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0.2/jackson-dataformat-xml-2.10.2.jar", - "jackson-annotations>=2.10.2" : "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0.2/jackson-annotations-2.10.2.jar", - "jackson-databind>=2.10.2" : "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0.2/jackson-databind-2.10.2.jar", - "jackson-module-jaxb-annotations>=2.10.2":"https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0.2/jackson-module-jaxb-annotations-2.10.2.jar", - "stax2-api>=4.2":"https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0.2/stax2-api-4.2.jar", - "woodstox-core>=5.3.0":"https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0.2/woodstox-core-5.3.0.jar" + "jackson-core>=2.10.2": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0.2/jackson-core-2.10.2.jar", + "jackson-dataformat-xml>=2.10.2": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0.2/jackson-dataformat-xml-2.10.2.jar", + "jackson-annotations>=2.10.2": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0.2/jackson-annotations-2.10.2.jar", + "jackson-databind>=2.10.2": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0.2/jackson-databind-2.10.2.jar", + "jackson-module-jaxb-annotations>=2.10.2": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0.2/jackson-module-jaxb-annotations-2.10.2.jar", + "stax2-api>=4.2": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0.2/stax2-api-4.2.jar", + "woodstox-core>=5.3.0": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0.2/woodstox-core-5.3.0.jar" }, - "depends": [ - "jmeter-http" - ] + "depends": ["jmeter-http"] }, "3.0.3": { "changes": "Patch fix master-slave tests & URL protocol recognition improved", @@ -597,17 +591,15 @@ "libs": { "hlsparserj>=1.0.1-c287e78": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0.3/hlsparserj-c287e78.jar", "mpd-parser>=release-0.8-jdk8": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0.3/mpd-parser-0.8-jdk8.jar", - "jackson-core>=2.10.2" : "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0.3/jackson-core-2.10.2.jar", - "jackson-dataformat-xml>=2.10.2":"https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0.3/jackson-dataformat-xml-2.10.2.jar", - "jackson-annotations>=2.10.2" : "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0.3/jackson-annotations-2.10.2.jar", - "jackson-databind>=2.10.2" : "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0.3/jackson-databind-2.10.2.jar", - "jackson-module-jaxb-annotations>=2.10.2":"https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0.3/jackson-module-jaxb-annotations-2.10.2.jar", - "stax2-api>=4.2":"https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0.3/stax2-api-4.2.jar", - "woodstox-core>=5.3.0":"https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0.3/woodstox-core-5.3.0.jar" + "jackson-core>=2.10.2": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0.3/jackson-core-2.10.2.jar", + "jackson-dataformat-xml>=2.10.2": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0.3/jackson-dataformat-xml-2.10.2.jar", + "jackson-annotations>=2.10.2": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0.3/jackson-annotations-2.10.2.jar", + "jackson-databind>=2.10.2": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0.3/jackson-databind-2.10.2.jar", + "jackson-module-jaxb-annotations>=2.10.2": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0.3/jackson-module-jaxb-annotations-2.10.2.jar", + "stax2-api>=4.2": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0.3/stax2-api-4.2.jar", + "woodstox-core>=5.3.0": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0.3/woodstox-core-5.3.0.jar" }, - "depends": [ - "jmeter-http" - ] + "depends": ["jmeter-http"] }, "3.1": { "changes": "Improved protocol recognition and fixed minor dash issues", @@ -615,14 +607,14 @@ "libs": { "hlsparserj>=1.0.1-c287e78": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.1/hlsparserj-c287e78.jar", "mpd-parser>=release-0.8-jdk8": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.1/mpd-parser-0.8-jdk8.jar", - "jackson-core>=2.10.2" : "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.1/jackson-core-2.10.2.jar", - "jackson-dataformat-xml>=2.10.2":"https://github.com/Blazemeter/HLSPlugin/releases/download/v3.1/jackson-dataformat-xml-2.10.2.jar", - "jackson-annotations>=2.10.2" : "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.1/jackson-annotations-2.10.2.jar", - "jackson-databind>=2.10.2" : "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.1/jackson-databind-2.10.2.jar", - "jackson-module-jaxb-annotations>=2.10.2":"https://github.com/Blazemeter/HLSPlugin/releases/download/v3.1/jackson-module-jaxb-annotations-2.10.2.jar", - "jaxb-api>=2.3.1":"https://repo1.maven.org/maven2/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.jar", - "stax2-api>=4.2":"https://github.com/Blazemeter/HLSPlugin/releases/download/v3.1/stax2-api-4.2.jar", - "woodstox-core>=5.3.0":"https://github.com/Blazemeter/HLSPlugin/releases/download/v3.1/woodstox-core-5.3.0.jar" + "jackson-core>=2.10.2": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.1/jackson-core-2.10.2.jar", + "jackson-dataformat-xml>=2.10.2": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.1/jackson-dataformat-xml-2.10.2.jar", + "jackson-annotations>=2.10.2": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.1/jackson-annotations-2.10.2.jar", + "jackson-databind>=2.10.2": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.1/jackson-databind-2.10.2.jar", + "jackson-module-jaxb-annotations>=2.10.2": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.1/jackson-module-jaxb-annotations-2.10.2.jar", + "jaxb-api>=2.3.1": "https://repo1.maven.org/maven2/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.jar", + "stax2-api>=4.2": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.1/stax2-api-4.2.jar", + "woodstox-core>=5.3.0": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.1/woodstox-core-5.3.0.jar" }, "depends": [ "jmeter-http" @@ -1151,214 +1143,219 @@ "changes": "Siebel Plugin has evolved into Correlation Recorder with lots of new features. Please check documentation to learn about all the new goodies!", "downloadUrl": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.0/jmeter-bzm-correlation-recorder-1.0.jar", "libs": { - "jackson-dataformat-xml>=2.10.2":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.0/jackson-dataformat-xml-2.10.2.jar", - "jackson-annotations>=2.10.2" : "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.0/jackson-annotations-2.10.2.jar", - "jackson-databind>=2.10.2" : "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.0/jackson-databind-2.10.2.jar", - "jackson-core>=2.10.2" : "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.0/jackson-core-2.10.2.jar", - "jackson-module-jaxb-annotations>=2.10.2":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.0/jackson-module-jaxb-annotations-2.10.2.jar" + "jackson-dataformat-xml>=2.10.2": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.0/jackson-dataformat-xml-2.10.2.jar", + "jackson-annotations>=2.10.2": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.0/jackson-annotations-2.10.2.jar", + "jackson-databind>=2.10.2": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.0/jackson-databind-2.10.2.jar", + "jackson-core>=2.10.2": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.0/jackson-core-2.10.2.jar", + "jackson-module-jaxb-annotations>=2.10.2": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.0/jackson-module-jaxb-annotations-2.10.2.jar" } }, "1.1": { "changes": "Improvement in ui, documentation and new functionalities for Correlation Extractor and Replacements ", "downloadUrl": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.1/jmeter-bzm-correlation-recorder-1.1.jar", "libs": { - "jackson-dataformat-xml>=2.10.2":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.1/jackson-dataformat-xml-2.10.2.jar", - "jackson-annotations>=2.10.2" : "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.1/jackson-annotations-2.10.2.jar", - "jackson-databind>=2.10.2" : "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.1/jackson-databind-2.10.2.jar", - "jackson-core>=2.10.2" : "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.1/jackson-core-2.10.2.jar", - "jackson-module-jaxb-annotations>=2.10.2":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.1/jackson-module-jaxb-annotations-2.10.2.jar" + "jackson-dataformat-xml>=2.10.2": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.1/jackson-dataformat-xml-2.10.2.jar", + "jackson-annotations>=2.10.2": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.1/jackson-annotations-2.10.2.jar", + "jackson-databind>=2.10.2": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.1/jackson-databind-2.10.2.jar", + "jackson-core>=2.10.2": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.1/jackson-core-2.10.2.jar", + "jackson-module-jaxb-annotations>=2.10.2": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.1/jackson-module-jaxb-annotations-2.10.2.jar" } }, "1.1.1": { "changes": "Fixed issue with duplicated rules with disable them", "downloadUrl": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.1.1/jmeter-bzm-correlation-recorder-1.1.1.jar", "libs": { - "jackson-dataformat-xml>=2.10.2":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.1.1/jackson-dataformat-xml-2.10.2.jar", - "jackson-annotations>=2.10.2" : "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.1.1/jackson-annotations-2.10.2.jar", - "jackson-databind>=2.10.2" : "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.1.1/jackson-databind-2.10.2.jar", - "jackson-core>=2.10.2" : "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.1.1/jackson-core-2.10.2.jar", - "jackson-module-jaxb-annotations>=2.10.2":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.1.1/jackson-module-jaxb-annotations-2.10.2.jar" + "jackson-dataformat-xml>=2.10.2": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.1.1/jackson-dataformat-xml-2.10.2.jar", + "jackson-annotations>=2.10.2": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.1.1/jackson-annotations-2.10.2.jar", + "jackson-databind>=2.10.2": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.1.1/jackson-databind-2.10.2.jar", + "jackson-core>=2.10.2": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.1.1/jackson-core-2.10.2.jar", + "jackson-module-jaxb-annotations>=2.10.2": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.1.1/jackson-module-jaxb-annotations-2.10.2.jar" } }, "1.1.2": { "changes": "Fixed issue that removed equals sign from request body", "downloadUrl": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.1.2/jmeter-bzm-correlation-recorder-1.1.2.jar", "libs": { - "jackson-dataformat-xml>=2.10.2":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.1.2/jackson-dataformat-xml-2.10.2.jar", - "jackson-annotations>=2.10.2" : "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.1.2/jackson-annotations-2.10.2.jar", - "jackson-databind>=2.10.2" : "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.1.2/jackson-databind-2.10.2.jar", - "jackson-core>=2.10.2" : "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.1.2/jackson-core-2.10.2.jar", - "jackson-module-jaxb-annotations>=2.10.2":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.1.2/jackson-module-jaxb-annotations-2.10.2.jar" + "jackson-dataformat-xml>=2.10.2": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.1.2/jackson-dataformat-xml-2.10.2.jar", + "jackson-annotations>=2.10.2": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.1.2/jackson-annotations-2.10.2.jar", + "jackson-databind>=2.10.2": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.1.2/jackson-databind-2.10.2.jar", + "jackson-core>=2.10.2": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.1.2/jackson-core-2.10.2.jar", + "jackson-module-jaxb-annotations>=2.10.2": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.1.2/jackson-module-jaxb-annotations-2.10.2.jar" } }, "1.2": { "changes": "Added Groups of Correlation Rules", "downloadUrl": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.2/jmeter-bzm-correlation-recorder-1.2.jar", "libs": { - "jackson-dataformat-xml>=2.10.2":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.2/jackson-dataformat-xml-2.10.2.jar", - "jackson-annotations>=2.12.0" : "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.2/jackson-annotations-2.12.0.jar", - "jackson-databind>=2.12.0" : "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.2/jackson-databind-2.12.0.jar", - "jackson-core>=2.12.0" : "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.2/jackson-core-2.12.0.jar", - "jackson-module-jaxb-annotations>=2.10.2":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.2/jackson-module-jaxb-annotations-2.10.2.jar" + "jackson-dataformat-xml>=2.10.2": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.2/jackson-dataformat-xml-2.10.2.jar", + "jackson-annotations>=2.12.0": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.2/jackson-annotations-2.12.0.jar", + "jackson-databind>=2.12.0": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.2/jackson-databind-2.12.0.jar", + "jackson-core>=2.12.0": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.2/jackson-core-2.12.0.jar", + "jackson-module-jaxb-annotations>=2.10.2": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.2/jackson-module-jaxb-annotations-2.10.2.jar" } }, "1.2.2": { "changes": "Provided some minor fixes and tweaks for the Regex Extractors, UI behaviors and Correlation Repositories.", "downloadUrl": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.2.2/jmeter-bzm-correlation-recorder-1.2.2.jar", "libs": { - "jackson-dataformat-xml>=2.10.2":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.2.2/jackson-dataformat-xml-2.10.2.jar", - "jackson-annotations>=2.12.0" : "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.2.2/jackson-annotations-2.12.0.jar", - "jackson-databind>=2.12.0" : "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.2.2/jackson-databind-2.12.0.jar", - "jackson-core>=2.12.0" : "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.2.2/jackson-core-2.12.0.jar", - "jackson-module-jaxb-annotations>=2.10.2":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.2.2/jackson-module-jaxb-annotations-2.10.2.jar" + "jackson-dataformat-xml>=2.10.2": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.2.2/jackson-dataformat-xml-2.10.2.jar", + "jackson-annotations>=2.12.0": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.2.2/jackson-annotations-2.12.0.jar", + "jackson-databind>=2.12.0": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.2.2/jackson-databind-2.12.0.jar", + "jackson-core>=2.12.0": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.2.2/jackson-core-2.12.0.jar", + "jackson-module-jaxb-annotations>=2.10.2": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.2.2/jackson-module-jaxb-annotations-2.10.2.jar" } }, "1.2.3": { "changes": "Improved compatibility with new versions of JMeter and with MS Windows.", "downloadUrl": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.2.3/jmeter-bzm-correlation-recorder-1.2.3.jar", "libs": { - "jackson-dataformat-xml>=2.10.2":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.2.3/jackson-dataformat-xml-2.10.2.jar", - "jackson-annotations>=2.12.0" : "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.2.3/jackson-annotations-2.12.0.jar", - "jackson-databind>=2.12.0" : "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.2.3/jackson-databind-2.12.0.jar", - "jackson-core>=2.12.0" : "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.2.3/jackson-core-2.12.0.jar", - "jackson-module-jaxb-annotations>=2.10.2":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.2.3/jackson-module-jaxb-annotations-2.10.2.jar" + "jackson-dataformat-xml>=2.10.2": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.2.3/jackson-dataformat-xml-2.10.2.jar", + "jackson-annotations>=2.12.0": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.2.3/jackson-annotations-2.12.0.jar", + "jackson-databind>=2.12.0": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.2.3/jackson-databind-2.12.0.jar", + "jackson-core>=2.12.0": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.2.3/jackson-core-2.12.0.jar", + "jackson-module-jaxb-annotations>=2.10.2": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v1.2.3/jackson-module-jaxb-annotations-2.10.2.jar" } }, "2.0": { "changes": "Added support for automatic correlations and rules analysis, alongside general improvements.", "downloadUrl": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.0.0/jmeter-bzm-correlation-recorder-2.0.0.jar", "libs": { - "jackson-dataformat-xml>=2.10.2":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.0.0/jackson-dataformat-xml-2.10.2.jar", - "jackson-annotations>=2.13.0" : "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.0.0/jackson-annotations-2.13.0.jar", - "jackson-databind>=2.13.0" : "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.0.0/jackson-databind-2.13.0.jar", - "jackson-core>=2.13.0" : "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.0.0/jackson-core-2.13.0.jar", - "jackson-module-jaxb-annotations>=2.10.2":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.0.0/jackson-module-jaxb-annotations-2.10.2.jar", - "jmeter-bzm-commons>=0.2.1":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.0.0/jmeter-bzm-commons-0.2.1.jar", - "json>=20190722":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.0.0/json-20190722.jar" + "jackson-dataformat-xml>=2.10.2": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.0.0/jackson-dataformat-xml-2.10.2.jar", + "jackson-annotations>=2.13.0": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.0.0/jackson-annotations-2.13.0.jar", + "jackson-databind>=2.13.0": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.0.0/jackson-databind-2.13.0.jar", + "jackson-core>=2.13.0": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.0.0/jackson-core-2.13.0.jar", + "jackson-module-jaxb-annotations>=2.10.2": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.0.0/jackson-module-jaxb-annotations-2.10.2.jar", + "jmeter-bzm-commons>=0.2.1": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.0.0/jmeter-bzm-commons-0.2.1.jar", + "json>=20190722": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.0.0/json-20190722.jar" } }, "2.0.1": { "changes": "Fixed a UI update lock issue.", "downloadUrl": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.0.1/jmeter-bzm-correlation-recorder-2.0.1.jar", "libs": { - "jackson-dataformat-xml>=2.10.2":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.0.1/jackson-dataformat-xml-2.10.2.jar", - "jackson-annotations>=2.13.0" : "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.0.1/jackson-annotations-2.13.0.jar", - "jackson-databind>=2.13.0" : "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.0.1/jackson-databind-2.13.0.jar", - "jackson-core>=2.13.0" : "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.0.1/jackson-core-2.13.0.jar", - "jackson-module-jaxb-annotations>=2.10.2":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.0.1/jackson-module-jaxb-annotations-2.10.2.jar", - "jmeter-bzm-commons>=0.2.1":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.0.1/jmeter-bzm-commons-0.2.1.jar", - "json>=20190722":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.0.1/json-20190722.jar" + "jackson-dataformat-xml>=2.10.2": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.0.1/jackson-dataformat-xml-2.10.2.jar", + "jackson-annotations>=2.13.0": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.0.1/jackson-annotations-2.13.0.jar", + "jackson-databind>=2.13.0": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.0.1/jackson-databind-2.13.0.jar", + "jackson-core>=2.13.0": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.0.1/jackson-core-2.13.0.jar", + "jackson-module-jaxb-annotations>=2.10.2": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.0.1/jackson-module-jaxb-annotations-2.10.2.jar", + "jmeter-bzm-commons>=0.2.1": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.0.1/jmeter-bzm-commons-0.2.1.jar", + "json>=20190722": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.0.1/json-20190722.jar" } }, "2.0.2": { "changes": "Minor fixes and improvements in rule export.", "downloadUrl": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.0.2/jmeter-bzm-correlation-recorder-2.0.2.jar", "libs": { - "jackson-dataformat-xml>=2.10.2":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.0.2/jackson-dataformat-xml-2.10.2.jar", - "jackson-annotations>=2.13.0" : "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.0.2/jackson-annotations-2.13.0.jar", - "jackson-databind>=2.13.0" : "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.0.2/jackson-databind-2.13.0.jar", - "jackson-core>=2.13.0" : "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.0.2/jackson-core-2.13.0.jar", - "jackson-module-jaxb-annotations>=2.10.2":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.0.2/jackson-module-jaxb-annotations-2.10.2.jar", - "jmeter-bzm-commons>=0.2.1":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.0.2/jmeter-bzm-commons-0.2.1.jar", - "json>=20190722":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.0.2/json-20190722.jar" + "jackson-dataformat-xml>=2.10.2": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.0.2/jackson-dataformat-xml-2.10.2.jar", + "jackson-annotations>=2.13.0": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.0.2/jackson-annotations-2.13.0.jar", + "jackson-databind>=2.13.0": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.0.2/jackson-databind-2.13.0.jar", + "jackson-core>=2.13.0": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.0.2/jackson-core-2.13.0.jar", + "jackson-module-jaxb-annotations>=2.10.2": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.0.2/jackson-module-jaxb-annotations-2.10.2.jar", + "jmeter-bzm-commons>=0.2.1": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.0.2/jmeter-bzm-commons-0.2.1.jar", + "json>=20190722": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.0.2/json-20190722.jar" } }, "2.0.3": { "changes": "Minor fixes and improvements.", "downloadUrl": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.0.3/jmeter-bzm-correlation-recorder-2.0.3.jar", "libs": { - "jackson-dataformat-xml>=2.10.2":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.0.3/jackson-dataformat-xml-2.10.2.jar", - "jackson-annotations>=2.13.0" : "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.0.3/jackson-annotations-2.13.0.jar", - "jackson-databind>=2.13.0" : "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.0.3/jackson-databind-2.13.0.jar", - "jackson-core>=2.13.0" : "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.0.3/jackson-core-2.13.0.jar", - "jackson-module-jaxb-annotations>=2.10.2":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.0.3/jackson-module-jaxb-annotations-2.10.2.jar", - "jmeter-bzm-commons>=0.2.1":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.0.3/jmeter-bzm-commons-0.2.1.jar", - "json>=20190722":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.0.3/json-20190722.jar" + "jackson-dataformat-xml>=2.10.2": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.0.3/jackson-dataformat-xml-2.10.2.jar", + "jackson-annotations>=2.13.0": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.0.3/jackson-annotations-2.13.0.jar", + "jackson-databind>=2.13.0": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.0.3/jackson-databind-2.13.0.jar", + "jackson-core>=2.13.0": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.0.3/jackson-core-2.13.0.jar", + "jackson-module-jaxb-annotations>=2.10.2": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.0.3/jackson-module-jaxb-annotations-2.10.2.jar", + "jmeter-bzm-commons>=0.2.1": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.0.3/jmeter-bzm-commons-0.2.1.jar", + "json>=20190722": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.0.3/json-20190722.jar" } }, - "2.1": { + "2.1": { "changes": "Improvements and fixes, as well as integration with the BlazeMeter correlation rules repository.", "downloadUrl": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.1/jmeter-bzm-correlation-recorder-2.1.jar", "libs": { - "jackson-dataformat-xml>=2.10.2":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.1/jackson-dataformat-xml-2.10.2.jar", - "jackson-annotations>=2.13.0" : "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.1/jackson-annotations-2.13.0.jar", - "jackson-databind>=2.13.0" : "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.1/jackson-databind-2.13.0.jar", - "jackson-core>=2.13.0" : "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.1/jackson-core-2.13.0.jar", - "jackson-module-jaxb-annotations>=2.10.2":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.1/jackson-module-jaxb-annotations-2.10.2.jar", - "jmeter-bzm-commons>=0.2.1":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.1/jmeter-bzm-commons-0.2.1.jar", - "json>=20190722":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.1/json-20190722.jar" + "jackson-dataformat-xml>=2.10.2": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.1/jackson-dataformat-xml-2.10.2.jar", + "jackson-annotations>=2.13.0": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.1/jackson-annotations-2.13.0.jar", + "jackson-databind>=2.13.0": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.1/jackson-databind-2.13.0.jar", + "jackson-core>=2.13.0": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.1/jackson-core-2.13.0.jar", + "jackson-module-jaxb-annotations>=2.10.2": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.1/jackson-module-jaxb-annotations-2.10.2.jar", + "jmeter-bzm-commons>=0.2.1": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.1/jmeter-bzm-commons-0.2.1.jar", + "json>=20190722": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.1/json-20190722.jar" }, - "depends": [ - "bzm-repositories" - ] + "depends": ["bzm-repositories"] }, - "2.2": { + "2.2": { "changes": "Improvements and fixes, as well saving of rules to remote repositories was also incorporate.d", "downloadUrl": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.2/jmeter-bzm-correlation-recorder-2.2.jar", "libs": { - "jackson-dataformat-xml>=2.10.2":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.2/jackson-dataformat-xml-2.10.2.jar", - "jackson-annotations>=2.13.0" : "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.2/jackson-annotations-2.13.0.jar", - "jackson-databind>=2.13.0" : "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.2/jackson-databind-2.13.0.jar", - "jackson-core>=2.13.0" : "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.2/jackson-core-2.13.0.jar", - "jackson-module-jaxb-annotations>=2.10.2":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.2/jackson-module-jaxb-annotations-2.10.2.jar", - "jmeter-bzm-commons>=0.2.1":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.2/jmeter-bzm-commons-0.2.1.jar", - "json>=20190722":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.2/json-20190722.jar", - "maven-artifact>=3.8.4":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.2/maven-artifact-3.8.4.jar" + "jackson-dataformat-xml>=2.10.2": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.2/jackson-dataformat-xml-2.10.2.jar", + "jackson-annotations>=2.13.0": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.2/jackson-annotations-2.13.0.jar", + "jackson-databind>=2.13.0": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.2/jackson-databind-2.13.0.jar", + "jackson-core>=2.13.0": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.2/jackson-core-2.13.0.jar", + "jackson-module-jaxb-annotations>=2.10.2": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.2/jackson-module-jaxb-annotations-2.10.2.jar", + "jmeter-bzm-commons>=0.2.1": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.2/jmeter-bzm-commons-0.2.1.jar", + "json>=20190722": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.2/json-20190722.jar", + "maven-artifact>=3.8.4": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.2/maven-artifact-3.8.4.jar" }, - "depends": [ - "bzm-repositories" - ] + "depends": ["bzm-repositories"] }, - "2.2.1": { + "2.2.1": { "changes": "Improvements and fixes", "downloadUrl": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.2.1/jmeter-bzm-correlation-recorder-2.2.1.jar", "libs": { - "jackson-dataformat-xml>=2.10.2":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.2.1/jackson-dataformat-xml-2.10.2.jar", - "jackson-annotations>=2.13.0" : "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.2.1/jackson-annotations-2.13.0.jar", - "jackson-databind>=2.13.0" : "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.2.1/jackson-databind-2.13.0.jar", - "jackson-core>=2.13.0" : "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.2.1/jackson-core-2.13.0.jar", - "jackson-module-jaxb-annotations>=2.10.2":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.2.1/jackson-module-jaxb-annotations-2.10.2.jar", - "jmeter-bzm-commons>=0.2.1":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.2.1/jmeter-bzm-commons-0.2.1.jar", - "json>=20190722":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.2.1/json-20190722.jar", - "maven-artifact>=3.8.4":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.2.1/maven-artifact-3.8.4.jar" + "jackson-dataformat-xml>=2.10.2": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.2.1/jackson-dataformat-xml-2.10.2.jar", + "jackson-annotations>=2.13.0": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.2.1/jackson-annotations-2.13.0.jar", + "jackson-databind>=2.13.0": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.2.1/jackson-databind-2.13.0.jar", + "jackson-core>=2.13.0": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.2.1/jackson-core-2.13.0.jar", + "jackson-module-jaxb-annotations>=2.10.2": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.2.1/jackson-module-jaxb-annotations-2.10.2.jar", + "jmeter-bzm-commons>=0.2.1": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.2.1/jmeter-bzm-commons-0.2.1.jar", + "json>=20190722": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.2.1/json-20190722.jar", + "maven-artifact>=3.8.4": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.2.1/maven-artifact-3.8.4.jar" }, - "depends": [ - "bzm-repositories" - ] + "depends": ["bzm-repositories"] }, - "2.3": { + "2.3": { "changes": "History Manager and bug fixes.", "downloadUrl": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.3/jmeter-bzm-correlation-recorder-2.3.jar", "libs": { - "jackson-dataformat-xml>=2.10.2":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.3/jackson-dataformat-xml-2.10.2.jar", - "jackson-annotations>=2.13.0" : "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.3/jackson-annotations-2.13.0.jar", - "jackson-databind>=2.13.0" : "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.3/jackson-databind-2.13.0.jar", - "jackson-core>=2.13.0" : "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.3/jackson-core-2.13.0.jar", - "jackson-module-jaxb-annotations>=2.10.2":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.3/jackson-module-jaxb-annotations-2.10.2.jar", - "jmeter-bzm-commons>=0.2.1":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.3/jmeter-bzm-commons-0.2.1.jar", - "json>=20190722":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.3/json-20190722.jar", - "maven-artifact>=3.8.4":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.3/maven-artifact-3.8.4.jar" + "jackson-dataformat-xml>=2.10.2": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.3/jackson-dataformat-xml-2.10.2.jar", + "jackson-annotations>=2.13.0": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.3/jackson-annotations-2.13.0.jar", + "jackson-databind>=2.13.0": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.3/jackson-databind-2.13.0.jar", + "jackson-core>=2.13.0": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.3/jackson-core-2.13.0.jar", + "jackson-module-jaxb-annotations>=2.10.2": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.3/jackson-module-jaxb-annotations-2.10.2.jar", + "jmeter-bzm-commons>=0.2.1": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.3/jmeter-bzm-commons-0.2.1.jar", + "json>=20190722": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.3/json-20190722.jar", + "maven-artifact>=3.8.4": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.3/maven-artifact-3.8.4.jar" }, - "depends": [ - "bzm-repositories" - ] + "depends": ["bzm-repositories"] }, - "2.4": { + "2.4": { "changes": "JSON Extractor and Replacement analysis and legacy support and bug fixes", "downloadUrl": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.4/jmeter-bzm-correlation-recorder-2.4.jar", "libs": { - "jackson-dataformat-xml>=2.10.2":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.4/jackson-dataformat-xml-2.10.2.jar", - "jackson-annotations>=2.13.0" : "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.4/jackson-annotations-2.13.0.jar", - "jackson-databind>=2.13.0" : "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.4/jackson-databind-2.13.0.jar", - "jackson-core>=2.13.0" : "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.4/jackson-core-2.13.0.jar", - "jackson-module-jaxb-annotations>=2.10.2":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.4/jackson-module-jaxb-annotations-2.10.2.jar", - "jmeter-bzm-commons>=0.2.1":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.4/jmeter-bzm-commons-0.2.1.jar", - "json>=20190722":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.4/json-20190722.jar", - "maven-artifact>=3.8.4":"https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.4/maven-artifact-3.8.4.jar" + "jackson-dataformat-xml>=2.10.2": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.4/jackson-dataformat-xml-2.10.2.jar", + "jackson-annotations>=2.13.0": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.4/jackson-annotations-2.13.0.jar", + "jackson-databind>=2.13.0": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.4/jackson-databind-2.13.0.jar", + "jackson-core>=2.13.0": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.4/jackson-core-2.13.0.jar", + "jackson-module-jaxb-annotations>=2.10.2": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.4/jackson-module-jaxb-annotations-2.10.2.jar", + "jmeter-bzm-commons>=0.2.1": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.4/jmeter-bzm-commons-0.2.1.jar", + "json>=20190722": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.4/json-20190722.jar", + "maven-artifact>=3.8.4": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.4/maven-artifact-3.8.4.jar" }, - "depends": [ - "bzm-repositories" - ] + "depends": ["bzm-repositories"] + }, + "2.5": { + "changes": "JSON Extractor and Replacement analysis and legacy support and bug fixes", + "downloadUrl": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.5/jmeter-bzm-correlation-recorder-2.5.jar", + "libs": { + "jackson-dataformat-xml>=2.10.2": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.5/jackson-dataformat-xml-2.10.2.jar", + "jackson-annotations>=2.13.0": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.5/jackson-annotations-2.13.0.jar", + "jackson-databind>=2.13.0": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.5/jackson-databind-2.13.0.jar", + "jackson-core>=2.13.0": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.5/jackson-core-2.13.0.jar", + "jackson-module-jaxb-annotations>=2.10.2": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.5/jackson-module-jaxb-annotations-2.10.2.jar", + "jmeter-bzm-commons>=0.2.1": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.5/jmeter-bzm-commons-0.2.1.jar", + "json>=20190722": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.5/json-20190722.jar", + "maven-artifact>=3.8.4": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.5/maven-artifact-3.8.4.jar" + }, + "depends": ["bzm-repositories"] } } }, @@ -1375,13 +1372,13 @@ "1.0": { "downloadUrl": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.1/bzm-repositories-plugin-1.0.jar" }, - "1.1": { + "1.1": { "downloadUrl": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.2/bzm-repositories-plugin-1.1.jar" }, - "1.2": { - "downloadUrl": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.3/bzm-repositories-plugin-1.2.jar" + "1.2": { + "downloadUrl": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.3/bzm-repositories-plugin-1.2.jar" + } } - } }, { "id": "mqmeter", @@ -1430,43 +1427,43 @@ "versions": { "0.5.5": { "downloadUrl": "https://github.com/Blazemeter/CitrixPlugin/releases/download/0.5.5/citrix-jmeter-0.5.5.jar", - "depends":["jmeter-core", "jmeter-components", "jmeter-http"] + "depends": ["jmeter-core", "jmeter-components", "jmeter-http"] }, "0.6.0": { "downloadUrl": "https://github.com/Blazemeter/CitrixPlugin/releases/download/0.6.0/citrix-jmeter-0.6.0.jar", - "depends":["jmeter-core", "jmeter-components", "jmeter-http"] + "depends": ["jmeter-core", "jmeter-components", "jmeter-http"] }, "0.7.0": { "downloadUrl": "https://github.com/Blazemeter/CitrixPlugin/releases/download/0.7.0/citrix-jmeter-0.7.0.jar", - "depends":["jmeter-core", "jmeter-components", "jmeter-http"] + "depends": ["jmeter-core", "jmeter-components", "jmeter-http"] }, "0.7.1": { "downloadUrl": "https://github.com/Blazemeter/CitrixPlugin/releases/download/0.7.1/citrix-jmeter-0.7.1.jar", - "depends":["jmeter-core", "jmeter-components", "jmeter-http"] + "depends": ["jmeter-core", "jmeter-components", "jmeter-http"] }, - "0.7.2": { + "0.7.2": { "downloadUrl": "https://github.com/Blazemeter/CitrixPlugin/releases/download/0.7.2/citrix-jmeter-0.7.2.jar", - "depends":["jmeter-core", "jmeter-components", "jmeter-http"] + "depends": ["jmeter-core", "jmeter-components", "jmeter-http"] }, - "0.7.3": { + "0.7.3": { "downloadUrl": "https://github.com/Blazemeter/CitrixPlugin/releases/download/0.7.3/citrix-jmeter-0.7.3.jar", - "depends":["jmeter-core", "jmeter-components", "jmeter-http"] + "depends": ["jmeter-core", "jmeter-components", "jmeter-http"] }, - "0.7.4": { + "0.7.4": { "downloadUrl": "https://github.com/Blazemeter/CitrixPlugin/releases/download/0.7.4/citrix-jmeter-0.7.4.jar", - "depends":["jmeter-core", "jmeter-components", "jmeter-http"] + "depends": ["jmeter-core", "jmeter-components", "jmeter-http"] }, - "0.7.5": { + "0.7.5": { "downloadUrl": "https://github.com/Blazemeter/CitrixPlugin/releases/download/0.7.5/citrix-jmeter-0.7.5.jar", - "depends":["jmeter-core", "jmeter-components", "jmeter-http"] + "depends": ["jmeter-core", "jmeter-components", "jmeter-http"] }, - "0.7.6": { + "0.7.6": { "downloadUrl": "https://github.com/Blazemeter/CitrixPlugin/releases/download/0.7.6/citrix-jmeter-0.7.6.jar", - "depends":["jmeter-core", "jmeter-components", "jmeter-http"] + "depends": ["jmeter-core", "jmeter-components", "jmeter-http"] }, - "0.7.7": { + "0.7.7": { "downloadUrl": "https://github.com/Blazemeter/CitrixPlugin/releases/download/0.7.7/citrix-jmeter-0.7.7.jar", - "depends":["jmeter-core", "jmeter-components", "jmeter-http"] + "depends": ["jmeter-core", "jmeter-components", "jmeter-http"] } } } From a87ed59d7758da99699adc4b92b11af993396fe8 Mon Sep 17 00:00:00 2001 From: Joaquin Araujo <48018971+Baraujo25@users.noreply.github.com> Date: Mon, 27 May 2024 12:54:35 -0300 Subject: [PATCH 23/35] Fix news/changes on release v2.5 (#656) --- site/dat/repo/blazemeter.json | 160 +++++++++------------------------- 1 file changed, 43 insertions(+), 117 deletions(-) diff --git a/site/dat/repo/blazemeter.json b/site/dat/repo/blazemeter.json index 03cf1ed73..f4175f4cc 100644 --- a/site/dat/repo/blazemeter.json +++ b/site/dat/repo/blazemeter.json @@ -10,42 +10,30 @@ "versions": { "0.1": { "downloadUrl": "https://jmeter-plugins.org/files/thirdparty/jmeter-debugger-0.1.jar", - "depends": [ - "jmeter-core" - ] + "depends": ["jmeter-core"] }, "0.2": { "downloadUrl": "https://jmeter-plugins.org/files/thirdparty/jmeter-debugger-0.2.jar", - "depends": [ - "jmeter-core" - ] + "depends": ["jmeter-core"] }, "0.3": { "downloadUrl": "https://jmeter-plugins.org/files/thirdparty/jmeter-debugger-0.3.jar", - "depends": [ - "jmeter-core" - ] + "depends": ["jmeter-core"] }, "0.4": { "changes": "Fixed bugs on not evaluating variables", "downloadUrl": "https://github.com/Blazemeter/jmeter-debugger/releases/download/0.4/jmeter-debugger-0.4.jar", - "depends": [ - "jmeter-core" - ] + "depends": ["jmeter-core"] }, "0.5": { "changes": "

- Add last sampler result tab;

- Choose TG from context of tree;

- Fixed italic font in tree not shown on Mac;

- Fixed blue color for current element is blue-on-blue for Mac;

- Fixed logging lab for old jmeter versions;

- Fixed clear data in info tabs and listeners;

- Fixed modification thread groups;

", "downloadUrl": "https://github.com/Blazemeter/jmeter-debugger/releases/download/0.5/jmeter-debugger-0.5.jar", - "depends": [ - "jmeter-core" - ] + "depends": ["jmeter-core"] }, "0.6": { "changes": "Fix variables in assertions", "downloadUrl": "https://github.com/Blazemeter/jmeter-debugger/releases/download/0.6/jmeter-debugger-0.6.jar", - "depends": [ - "jmeter-core" - ] + "depends": ["jmeter-core"] } } }, @@ -173,9 +161,7 @@ "libs": { "jmeter-plugins-cmn-jmeter": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.4/jmeter-plugins-cmn-jmeter-0.4.jar" }, - "depends": [ - "jmeter-http" - ] + "depends": ["jmeter-http"] }, "0.2": { "changes": "Fixed class name clash with Debugger plugin", @@ -183,9 +169,7 @@ "libs": { "jmeter-plugins-cmn-jmeter": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.4/jmeter-plugins-cmn-jmeter-0.4.jar" }, - "depends": [ - "jmeter-http" - ] + "depends": ["jmeter-http"] }, "0.3": { "changes": "Fixed remote execution", @@ -193,9 +177,7 @@ "libs": { "jmeter-plugins-cmn-jmeter": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.4/jmeter-plugins-cmn-jmeter-0.4.jar" }, - "depends": [ - "jmeter-http" - ] + "depends": ["jmeter-http"] }, "0.4": { "changes": "Fixed reset Thread Context in all AbstractTestElements", @@ -203,9 +185,7 @@ "libs": { "jmeter-plugins-cmn-jmeter": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.4/jmeter-plugins-cmn-jmeter-0.4.jar" }, - "depends": [ - "jmeter-http" - ] + "depends": ["jmeter-http"] }, "0.5": { "changes": "Fixed Concurrency Modification exception for Config elements", @@ -213,9 +193,7 @@ "libs": { "jmeter-plugins-cmn-jmeter": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.4/jmeter-plugins-cmn-jmeter-0.4.jar" }, - "depends": [ - "jmeter-http" - ] + "depends": ["jmeter-http"] }, "0.7": { "changes": "Fixed unnecessary TE clone", @@ -223,9 +201,7 @@ "libs": { "jmeter-plugins-cmn-jmeter": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.4/jmeter-plugins-cmn-jmeter-0.4.jar" }, - "depends": [ - "jmeter-http" - ] + "depends": ["jmeter-http"] }, "0.8": { "changes": "Fixed sample labels for JMeter 5.0", @@ -233,9 +209,7 @@ "libs": { "jmeter-plugins-cmn-jmeter": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.4/jmeter-plugins-cmn-jmeter-0.4.jar" }, - "depends": [ - "jmeter-http" - ] + "depends": ["jmeter-http"] }, "0.9": { "changes": "Fixed Test Actions (Start Next Thread Loop, Stop Thread, Stop All Threads)", @@ -243,9 +217,7 @@ "libs": { "jmeter-plugins-cmn-jmeter": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.4/jmeter-plugins-cmn-jmeter-0.4.jar" }, - "depends": [ - "jmeter-http" - ] + "depends": ["jmeter-http"] }, "0.10": { "changes": "Add ability to limit the number of thread to start to simulate browser's real threading", @@ -253,9 +225,7 @@ "libs": { "jmeter-plugins-cmn-jmeter": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.4/jmeter-plugins-cmn-jmeter-0.4.jar" }, - "depends": [ - "jmeter-http" - ] + "depends": ["jmeter-http"] }, "0.11": { "changes": "Fix parallel controller for JMeter 5.3+", @@ -503,29 +473,21 @@ "versions": { "1.0": { "downloadUrl": "https://github.com/Blazemeter/jmeter-bzm-plugins/releases/download/jmeter-hls-1.0/jmeter-hls-1.0.jar", - "depends": [ - "jmeter-http" - ] + "depends": ["jmeter-http"] }, "1.1": { "downloadUrl": "https://github.com/Blazemeter/jmeter-bzm-plugins/releases/download/jmeter-hls-1.1/jmeter-hls-1.1.jar", - "depends": [ - "jmeter-http" - ] + "depends": ["jmeter-http"] }, "1.2": { "changes": "Some bugs fixed", "downloadUrl": "https://github.com/Blazemeter/jmeter-bzm-plugins/releases/download/jmeter-hls-1.2/jmeter-hls-1.2.jar", - "depends": [ - "jmeter-http" - ] + "depends": ["jmeter-http"] }, "1.3": { "changes": "Plugin name has been changed to continue with the convention of BlazeMeter plugins.\nLogo has been added.\nIssue in live stream when it did not show results in View Results Tree has been fixed.", "downloadUrl": "https://github.com/Blazemeter/HLSPlugin/releases/download/v1.3/jmeter-hls-1.3.jar", - "depends": [ - "jmeter-http" - ] + "depends": ["jmeter-http"] }, "2.0": { "changes": "Major new release with a lot of bug fixes and new features (simplified UI, granular assertions, etc). Please check the readme", @@ -533,9 +495,7 @@ "libs": { "hlsparserj>=1.0.0": "https://github.com/Blazemeter/HLSPlugin/releases/download/v2.0/hlsparserj-1.0.0.jar" }, - "depends": [ - "jmeter-http" - ] + "depends": ["jmeter-http"] }, "3.0": { "changes": "Major new release with support for MPEG DASH and new features (like automatic protocol recognition, sampler renaming, etc). Please check the readme", @@ -616,9 +576,7 @@ "stax2-api>=4.2": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.1/stax2-api-4.2.jar", "woodstox-core>=5.3.0": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.1/woodstox-core-5.3.0.jar" }, - "depends": [ - "jmeter-http" - ] + "depends": ["jmeter-http"] } } }, @@ -642,9 +600,7 @@ "1.6.2": { "changes": "Archive Java 8 HTTP2 Plugin", "downloadUrl": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v1.6.2/jmeter-bzm-http2-1.6.2.jar", - "depends": [ - "jmeter-http" - ], + "depends": ["jmeter-http"], "libs": { "http2-client>=9.4.35.v20201120": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v1.6.2/http2-client-9.4.35.v20201120.jar", "http2-common>=9.4.35.v20201120": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v1.6.2/http2-common-9.4.35.v20201120.jar", @@ -673,9 +629,7 @@ "versions": { "1.0": { "downloadUrl": "https://github.com/Blazemeter/jmeter-bzm-plugins/releases/download/http2-1.0/jmeter-bzm-http2-1.0.jar", - "depends": [ - "jmeter-http" - ], + "depends": ["jmeter-http"], "libs": { "jmeter-plugins-cmn-jmeter": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.5/jmeter-plugins-cmn-jmeter-0.5.jar", "jetty-client": "http://search.maven.org/remotecontent?filepath=org/eclipse/jetty/jetty-client/9.4.0.v20161208/jetty-client-9.4.0.v20161208.jar", @@ -692,9 +646,7 @@ "1.1": { "changes": "Fix memory leak and JTL output error", "downloadUrl": "https://search.maven.org/remotecontent?filepath=com/blazemeter/jmeter-bzm-http2/1.1/jmeter-bzm-http2-1.1.jar", - "depends": [ - "jmeter-http" - ], + "depends": ["jmeter-http"], "libs": { "jmeter-plugins-cmn-jmeter": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.5/jmeter-plugins-cmn-jmeter-0.5.jar", "jetty-client": "http://search.maven.org/remotecontent?filepath=org/eclipse/jetty/jetty-client/9.4.0.v20161208/jetty-client-9.4.0.v20161208.jar", @@ -711,9 +663,7 @@ "1.2": { "changes": "Fix HTTP2 plugin POST support to include proper request and fix issue with callback handler", "downloadUrl": "https://search.maven.org/remotecontent?filepath=com/blazemeter/jmeter-bzm-http2/1.2/jmeter-bzm-http2-1.2.jar", - "depends": [ - "jmeter-http" - ], + "depends": ["jmeter-http"], "libs": { "http2-client>=9.4.9.v20180320": "http://search.maven.org/remotecontent?filepath=org/eclipse/jetty/http2/http2-client/9.4.9.v20180320/http2-client-9.4.9.v20180320.jar", "http2-common>=9.4.9.v20180320": "http://search.maven.org/remotecontent?filepath=org/eclipse/jetty/http2/http2-common/9.4.9.v20180320/http2-common-9.4.9.v20180320.jar", @@ -728,9 +678,7 @@ "1.3": { "changes": "Added support for standards JMeter listeners and partial support for push promise", "downloadUrl": "https://search.maven.org/remotecontent?filepath=com/blazemeter/jmeter-bzm-http2/1.3/jmeter-bzm-http2-1.3.jar", - "depends": [ - "jmeter-http" - ], + "depends": ["jmeter-http"], "libs": { "http2-client>=9.4.9.v20180320": "http://search.maven.org/remotecontent?filepath=org/eclipse/jetty/http2/http2-client/9.4.9.v20180320/http2-client-9.4.9.v20180320.jar", "http2-common>=9.4.9.v20180320": "http://search.maven.org/remotecontent?filepath=org/eclipse/jetty/http2/http2-common/9.4.9.v20180320/http2-common-9.4.9.v20180320.jar", @@ -745,9 +693,7 @@ "1.4": { "changes": "Fixed serialization issue for JMeter distributed mode", "downloadUrl": "https://search.maven.org/remotecontent?filepath=com/blazemeter/jmeter-bzm-http2/1.4/jmeter-bzm-http2-1.4.jar", - "depends": [ - "jmeter-http" - ], + "depends": ["jmeter-http"], "libs": { "http2-client>=9.4.9.v20180320": "http://search.maven.org/remotecontent?filepath=org/eclipse/jetty/http2/http2-client/9.4.9.v20180320/http2-client-9.4.9.v20180320.jar", "http2-common>=9.4.9.v20180320": "http://search.maven.org/remotecontent?filepath=org/eclipse/jetty/http2/http2-common/9.4.9.v20180320/http2-common-9.4.9.v20180320.jar", @@ -762,9 +708,7 @@ "1.4.1": { "changes": "Fix issue handling http responses without body (like 204 status code)", "downloadUrl": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v1.4.1/jmeter-bzm-http2-1.4.1.jar", - "depends": [ - "jmeter-http" - ], + "depends": ["jmeter-http"], "libs": { "http2-client>=9.4.9.v20180320": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v1.4.1/http2-client-9.4.9.v20180320.jar", "http2-common>=9.4.9.v20180320": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v1.4.1/http2-common-9.4.9.v20180320.jar", @@ -779,9 +723,7 @@ "1.5": { "changes": "Request methods PATCH & DELETE were added. Also support for no SSL connections and libraries updated.", "downloadUrl": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v1.5/jmeter-bzm-http2-1.5.jar", - "depends": [ - "jmeter-http" - ], + "depends": ["jmeter-http"], "libs": { "http2-client>=9.4.26.v20200117": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v1.5/http2-client-9.4.26.v20200117.jar", "http2-common>=9.4.26.v20200117": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v1.5/http2-common-9.4.26.v20200117.jar", @@ -796,9 +738,7 @@ "1.6": { "changes": "Added support for Gzip in response headers and added data frame to PUT method", "downloadUrl": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v1.6/jmeter-bzm-http2-1.6.jar", - "depends": [ - "jmeter-http" - ], + "depends": ["jmeter-http"], "libs": { "http2-client>=9.4.26.v20200117": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v1.6/http2-client-9.4.26.v20200117.jar", "http2-common>=9.4.26.v20200117": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v1.6/http2-common-9.4.26.v20200117.jar", @@ -813,9 +753,7 @@ "1.6.1": { "changes": "Updated Jetty dependencies", "downloadUrl": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v1.6.1/jmeter-bzm-http2-1.6.1.jar", - "depends": [ - "jmeter-http" - ], + "depends": ["jmeter-http"], "libs": { "http2-client>=9.4.35.v20201120": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v1.6.1/http2-client-9.4.35.v20201120.jar", "http2-common>=9.4.35.v20201120": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v1.6.1/http2-common-9.4.35.v20201120.jar", @@ -830,9 +768,7 @@ "2.0": { "changes": "Major release using as baseline Java 11 and Jetty 11, proxy support and many other new functionalities!", "downloadUrl": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0/jmeter-bzm-http2-2.0.jar", - "depends": [ - "jmeter-http" - ], + "depends": ["jmeter-http"], "libs": { "http2-client>=11.0.6": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0/http2-client-11.0.6.jar", "http2-common>=11.0.6": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0/http2-common-11.0.6.jar", @@ -849,9 +785,7 @@ "2.0.1": { "changes": "Fixed NPE issues with resources took too long to answer", "downloadUrl": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0.1/jmeter-bzm-http2-2.0.1.jar", - "depends": [ - "jmeter-http" - ], + "depends": ["jmeter-http"], "libs": { "http2-client>=11.0.6": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0.1/http2-client-11.0.6.jar", "http2-common>=11.0.6": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0.1/http2-common-11.0.6.jar", @@ -865,12 +799,10 @@ "jetty-util>=11.0.6": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0.1/jetty-util-11.0.6.jar" } }, - "2.0.2": { + "2.0.2": { "changes": "Improvements in performance, memory usage and connections", "downloadUrl": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0.2/jmeter-bzm-http2-2.0.2.jar", - "depends": [ - "jmeter-http" - ], + "depends": ["jmeter-http"], "libs": { "http2-client>=11.0.10": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0.2/http2-client-11.0.10.jar", "http2-common>=11.0.10": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0.2/http2-common-11.0.10.jar", @@ -884,12 +816,10 @@ "jetty-util>=11.0.10": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0.2/jetty-util-11.0.10.jar" } }, - "2.0.3": { + "2.0.3": { "changes": "Added support for HTTP 1.x, ALPN, multiplexing, and parallel execution. Also improvements in performance, memory and connection usage", "downloadUrl": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0.3/jmeter-bzm-http2-2.0.3.jar", - "depends": [ - "jmeter-http" - ], + "depends": ["jmeter-http"], "libs": { "http2-client>=11.0.15": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0.3/http2-client-11.0.15.jar", "http2-common>=11.0.15": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0.3/http2-common-11.0.15.jar", @@ -903,12 +833,10 @@ "jetty-util>=11.0.15": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0.3/jetty-util-11.0.15.jar" } }, - "2.0.4": { + "2.0.4": { "changes": "Added support for JMeter 5.6.x", "downloadUrl": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0.4/jmeter-bzm-http2-2.0.4.jar", - "depends": [ - "jmeter-http" - ], + "depends": ["jmeter-http"], "libs": { "http2-client>=11.0.15": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0.4/http2-client-11.0.15.jar", "http2-common>=11.0.15": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0.4/http2-common-11.0.15.jar", @@ -922,12 +850,10 @@ "jetty-util>=11.0.15": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0.4/jetty-util-11.0.15.jar" } }, - "2.0.5": { + "2.0.5": { "changes": "Fixes around iteration support in Thread Group and Loop Controllers, fixes in embedded resources, and better support for HTTP/1.", "downloadUrl": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0.5/jmeter-bzm-http2-2.0.5.jar", - "depends": [ - "jmeter-http" - ], + "depends": ["jmeter-http"], "libs": { "http2-client>=11.0.15": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0.5/http2-client-11.0.15.jar", "http2-common>=11.0.15": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0.5/http2-common-11.0.15.jar", @@ -1101,7 +1027,7 @@ "jVT220>=1.3.2": "https://github.com/Blazemeter/RTEPlugin/releases/download/v3.2.1/jVT220-1.3.2.jar" } }, - "3.2.2": { + "3.2.2": { "changes": "Add support to continue on unknown terminal command on TN3270", "downloadUrl": "https://github.com/Blazemeter/RTEPlugin/releases/download/v3.2.2/jmeter-bzm-rte-3.2.2.jar", "libs": { @@ -1343,7 +1269,7 @@ "depends": ["bzm-repositories"] }, "2.5": { - "changes": "JSON Extractor and Replacement analysis and legacy support and bug fixes", + "changes": "JSON Extractor and Replacement support on automatic comparison and variable detection", "downloadUrl": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.5/jmeter-bzm-correlation-recorder-2.5.jar", "libs": { "jackson-dataformat-xml>=2.10.2": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.5/jackson-dataformat-xml-2.10.2.jar", From b714b1009ed8f267b6f9fa628dfa81ca73da46af Mon Sep 17 00:00:00 2001 From: Andrei Pohilko Date: Sun, 2 Jun 2024 11:16:37 +0100 Subject: [PATCH 24/35] Cleanup some old versions to save repo size --- site/dat/repo/jpgc-plugins.json | 158 -------------------------------- site/dat/repo/jpgc-tools.json | 7 -- 2 files changed, 165 deletions(-) diff --git a/site/dat/repo/jpgc-plugins.json b/site/dat/repo/jpgc-plugins.json index 87409de81..c761c8b9b 100644 --- a/site/dat/repo/jpgc-plugins.json +++ b/site/dat/repo/jpgc-plugins.json @@ -50,34 +50,6 @@ "kg.apc.jmeter.threads.UltimateThreadGroupGui" ], "versions": { - "2.5": { - "changes": "fixed stop test after hold limit", - "downloadUrl": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-casutg/2.5/jmeter-plugins-casutg-2.5.jar", - "libs": { - "jmeter-plugins-cmn-jmeter": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.4/jmeter-plugins-cmn-jmeter-0.4.jar" - } - }, - "2.6": { - "changes": "fixed start next thread loop", - "downloadUrl": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-casutg/2.6/jmeter-plugins-casutg-2.6.jar", - "libs": { - "jmeter-plugins-cmn-jmeter": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.4/jmeter-plugins-cmn-jmeter-0.4.jar" - } - }, - "2.7": { - "changes": "CPU/Mem usage optimization (by pmouawad)", - "downloadUrl": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-casutg/2.7/jmeter-plugins-casutg-2.7.jar", - "libs": { - "jmeter-plugins-cmn-jmeter": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.4/jmeter-plugins-cmn-jmeter-0.4.jar" - } - }, - "2.8": { - "changes": "Fix remote testing problems, fix ATG stopping", - "downloadUrl": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-casutg/2.8/jmeter-plugins-casutg-2.8.jar", - "libs": { - "jmeter-plugins-cmn-jmeter": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.4/jmeter-plugins-cmn-jmeter-0.4.jar" - } - }, "2.9": { "changes": "Support JMeter's way of prefixing threads for distributed testing", "downloadUrl": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-casutg/2.9/jmeter-plugins-casutg-2.9.jar", @@ -175,26 +147,6 @@ "kg.apc.jmeter.modifiers.DummySubPostProcessorGui" ], "versions": { - "0.1": { - "downloadUrl": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-dummy/0.1/jmeter-plugins-dummy-0.1.jar", - "libs": { - "jmeter-plugins-cmn-jmeter": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.4/jmeter-plugins-cmn-jmeter-0.4.jar" - } - }, - "0.2": { - "changes": "Introduce encoding for multibyte data", - "downloadUrl": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-dummy/0.2/jmeter-plugins-dummy-0.2.jar", - "libs": { - "jmeter-plugins-cmn-jmeter": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.4/jmeter-plugins-cmn-jmeter-0.4.jar" - } - }, - "0.3": { - "changes": "Add URL and SampleResult class fields to UI, add Dummy Subsample Postprocessor", - "downloadUrl": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-dummy/0.3/jmeter-plugins-dummy-0.3.jar", - "libs": { - "jmeter-plugins-cmn-jmeter": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.4/jmeter-plugins-cmn-jmeter-0.4.jar" - } - }, "0.4": { "changes": "Fix serialization", "downloadUrl": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-dummy/0.4/jmeter-plugins-dummy-0.4.jar", @@ -339,12 +291,6 @@ "kg.apc.jmeter.vizualizers.JMXMonGui" ], "versions": { - "0.1": { - "downloadUrl": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-jmxmon/0.1/jmeter-plugins-jmxmon-0.1.jar", - "libs": { - "jmeter-plugins-cmn-jmeter": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.4/jmeter-plugins-cmn-jmeter-0.4.jar" - } - }, "0.2": { "downloadUrl": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-jmxmon/0.2/jmeter-plugins-jmxmon-0.2.jar", "libs": { @@ -379,43 +325,6 @@ "com.atlantbh.jmeter.plugins.jsonutils.jsonpathextractor.gui.JSONPathExtractorGui" ], "versions": { - "2.0": { - "downloadUrl": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-json/2.0/jmeter-plugins-json-2.0.jar", - "libs": { - "jmeter-plugins-cmn-jmeter": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.4/jmeter-plugins-cmn-jmeter-0.4.jar" - } - }, - "2.1": { - "downloadUrl": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-json/2.1/jmeter-plugins-json-2.1.jar", - "libs": { - "jmeter-plugins-cmn-jmeter": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.4/jmeter-plugins-cmn-jmeter-0.4.jar" - } - }, - "2.2": { - "downloadUrl": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-json/2.2/jmeter-plugins-json-2.2.jar", - "libs": { - "jmeter-plugins-cmn-jmeter": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.4/jmeter-plugins-cmn-jmeter-0.4.jar" - } - }, - "2.3": { - "downloadUrl": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-json/2.3/jmeter-plugins-json-2.3.jar", - "libs": { - "jmeter-plugins-cmn-jmeter": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.4/jmeter-plugins-cmn-jmeter-0.4.jar" - } - }, - "2.4": { - "downloadUrl": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-json/2.4/jmeter-plugins-json-2.4.jar", - "libs": { - "jmeter-plugins-cmn-jmeter": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.4/jmeter-plugins-cmn-jmeter-0.4.jar" - } - }, - "2.5": { - "changes": "Fix encoding for multibyte data in JSONPath Assertion", - "downloadUrl": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-json/2.5/jmeter-plugins-json-2.5.jar", - "libs": { - "jmeter-plugins-cmn-jmeter": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.4/jmeter-plugins-cmn-jmeter-0.4.jar" - } - }, "2.6": { "changes": "Fix case of asserting array against array", "downloadUrl": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-json/2.6/jmeter-plugins-json-2.6.jar", @@ -496,13 +405,6 @@ "kg.apc.jmeter.vizualizers.PerfMonGui" ], "versions": { - "2.0": { - "downloadUrl": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-perfmon/2.0/jmeter-plugins-perfmon-2.0.jar", - "libs": { - "jmeter-plugins-cmn-jmeter": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.4/jmeter-plugins-cmn-jmeter-0.4.jar", - "perfmon": "https://search.maven.org/remotecontent?filepath=kg/apc/perfmon/2.2.2/perfmon-2.2.2.jar" - } - }, "2.1": { "downloadUrl": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-perfmon/2.1/jmeter-plugins-perfmon-2.1.jar", "libs": { @@ -527,18 +429,6 @@ "kg.apc.jmeter.control.sampler.SetVariablesActionGui" ], "versions": { - "0.2": { - "downloadUrl": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-prmctl/0.2/jmeter-plugins-prmctl-0.2.jar", - "libs": { - "jmeter-plugins-cmn-jmeter": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.4/jmeter-plugins-cmn-jmeter-0.4.jar" - } - }, - "0.3": { - "downloadUrl": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-prmctl/0.3/jmeter-plugins-prmctl-0.3.jar", - "libs": { - "jmeter-plugins-cmn-jmeter": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.4/jmeter-plugins-cmn-jmeter-0.4.jar" - } - }, "0.4": { "changes": "Added Set Variables Action", "downloadUrl": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-prmctl/0.4/jmeter-plugins-prmctl-0.4.jar", @@ -637,40 +527,6 @@ "kg.apc.jmeter.timers.VariableThroughputTimerGui" ], "versions": { - "2.0": { - "downloadUrl": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-tst/2.0/jmeter-plugins-tst-2.0.jar", - "libs": { - "jmeter-plugins-cmn-jmeter": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.4/jmeter-plugins-cmn-jmeter-0.4.jar" - } - }, - "2.1": { - "changes": "Added __tstFeeback() function to integrate with Concurrency Thread Group", - "downloadUrl": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-tst/2.1/jmeter-plugins-tst-2.1.jar", - "libs": { - "jmeter-plugins-cmn-jmeter": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.5/jmeter-plugins-cmn-jmeter-0.5.jar" - } - }, - "2.2": { - "changes": "Expose overall schedule data as JMeter properties", - "downloadUrl": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-tst/2.2/jmeter-plugins-tst-2.2.jar", - "libs": { - "jmeter-plugins-cmn-jmeter": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.5/jmeter-plugins-cmn-jmeter-0.5.jar" - } - }, - "2.3": { - "changes": "Improve stopping threads", - "downloadUrl": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-tst/2.3/jmeter-plugins-tst-2.3.jar", - "libs": { - "jmeter-plugins-cmn-jmeter": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.5/jmeter-plugins-cmn-jmeter-0.5.jar" - } - }, - "2.4": { - "changes": "Fix performance problem with notifyAll() used", - "downloadUrl": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-tst/2.4/jmeter-plugins-tst-2.4.jar", - "libs": { - "jmeter-plugins-cmn-jmeter": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.5/jmeter-plugins-cmn-jmeter-0.5.jar" - } - }, "2.5": { "changes": "Fix negative values from TSTFeedback function", "downloadUrl": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-tst/2.5/jmeter-plugins-tst-2.5.jar", @@ -700,20 +556,6 @@ "kg.apc.jmeter.samplers.UDPSamplerGui" ], "versions": { - "0.1": { - "downloadUrl": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-udp/0.1/jmeter-plugins-udp-0.1.jar", - "libs": { - "jmeter-plugins-cmn-jmeter": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.4/jmeter-plugins-cmn-jmeter-0.4.jar", - "jmeter-plugins-common-io": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-common-io/0.2/jmeter-plugins-common-io-0.2.jar" - } - }, - "0.2": { - "downloadUrl": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-udp/0.2/jmeter-plugins-udp-0.2.jar", - "libs": { - "jmeter-plugins-cmn-jmeter": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.4/jmeter-plugins-cmn-jmeter-0.4.jar", - "jmeter-plugins-common-io": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-common-io/0.2/jmeter-plugins-common-io-0.2.jar" - } - }, "0.3": { "changes": "Fixed bind to local address/port", "downloadUrl": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-udp/0.3/jmeter-plugins-udp-0.3.jar", diff --git a/site/dat/repo/jpgc-tools.json b/site/dat/repo/jpgc-tools.json index 011862ca8..124b6dde8 100644 --- a/site/dat/repo/jpgc-tools.json +++ b/site/dat/repo/jpgc-tools.json @@ -9,13 +9,6 @@ "markerClass": "kg.apc.cmdtools.ReporterTool", "installerClass": "kg.apc.cmdtools.CMDInstaller", "versions": { - "2.0": { - "downloadUrl": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmd/2.0/jmeter-plugins-cmd-2.0.jar", - "libs": { - "jmeter-plugins-cmn-jmeter": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.4/jmeter-plugins-cmn-jmeter-0.4.jar", - "cmdrunner": "https://search.maven.org/remotecontent?filepath=kg/apc/cmdrunner/2.1/cmdrunner-2.1.jar" - } - }, "2.1": { "downloadUrl": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmd/2.1/jmeter-plugins-cmd-2.1.jar", "libs": { From 45bfc7d7c7c0659314e98c7963baa9ff783f550c Mon Sep 17 00:00:00 2001 From: Philippe M Date: Fri, 14 Jun 2024 17:02:09 +0200 Subject: [PATCH 25/35] Release UbikLoadPack Video Streaming plugin 9.1.5 (#657) --- site/dat/repo/various.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/site/dat/repo/various.json b/site/dat/repo/various.json index bb02ee3e9..2a3c3b83f 100644 --- a/site/dat/repo/various.json +++ b/site/dat/repo/various.json @@ -849,6 +849,11 @@ "com.ubikingenierie.jmeter.plugin.hls.gui.HLSSamplerGUI" ], "versions": { + "9.1.5": { + "changes": "Enhancements and bug fixes, release notes at https://www.ubik-ingenierie.com/blog/ubikloadpack-video-streaming-plugin-9-1-5", + "downloadUrl": "https://ubikloadpack.com/plugins/ulp-jmeter-streaming-plugin/9.1.5/ubik-jmeter-videostreaming-plugin-9.1.5.jar", + "depends":["jmeter-core", "jmeter-components", "jmeter-http"] + }, "9.1.4": { "changes": "bug fixes, release notes at https://www.ubik-ingenierie.com/blog/release-of-ubikloadpack-video-streaming-plugin-9-1/", "downloadUrl": "https://ubikloadpack.com/plugins/ulp-jmeter-streaming-plugin/9.1.4/ubik-jmeter-videostreaming-plugin-9.1.4.jar", From 8d36da521a2dbb965535a83174aec65a0d6c492d Mon Sep 17 00:00:00 2001 From: Vincent DABURON Date: Sat, 22 Jun 2024 21:13:26 +0200 Subject: [PATCH 26/35] Update vdn-har-convertor-jmeter-tool version 5.2 (#658) v5.2 Correct extract parameters for mime type 'form-urlencoded' ended with charset likes 'application/x-www-form-urlencoded; charset=xxx' --- site/dat/repo/various.json | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/site/dat/repo/various.json b/site/dat/repo/various.json index 2a3c3b83f..27b4ecd7e 100644 --- a/site/dat/repo/various.json +++ b/site/dat/repo/various.json @@ -1953,18 +1953,6 @@ "markerClass": "io.github.vdaburon.jmeterplugins.har.HarConvertorInstaller", "installerClass": "io.github.vdaburon.jmeterplugins.har.HarConvertorInstaller", "versions": { - "1.0": { - "changes": "First Version for jmeter-plugins repo", - "downloadUrl": "https://github.com/vdaburon/har-convertor-jmeter-plugin/releases/download/v1.0/har-convertor-jmeter-plugin-1.0-jar-with-dependencies.jar" - }, - "2.0": { - "changes": "Add parameters page_start_number and sampler_start_number to facilitate partial recording of website navigation. Modify for POST multipart/form-data don't put the content of the file in the Record.xml file because binary content could be large and not XML compatible.", - "downloadUrl": "https://github.com/vdaburon/har-convertor-jmeter-plugin/releases/download/v2.0/har-convertor-jmeter-plugin-2.0-jar-with-dependencies.jar" - }, - "3.0": { - "changes": "Add Button 'CONVERT AND LOAD GENERATED SCRIPT'. File Chooser select only file and no directory.", - "downloadUrl": "https://github.com/vdaburon/har-convertor-jmeter-plugin/releases/download/v3.0/har-convertor-jmeter-plugin-3.0-jar-with-dependencies.jar" - }, "3.2": { "changes": "Remove the header Content-length because the length is computed by JMeter when the request is created. POST or PUT could have query string and body with content so add query string to the path. Set Content Encoding to UFT-8 for POST or PUT method and request Content-Type:application/json. Add body data content in record.xml for PUT and PATCH methods. encode value for x-www-form-urlencoded when value contains space, equal, slash or plus characters.", "downloadUrl": "https://github.com/vdaburon/har-convertor-jmeter-plugin/releases/download/v3.2/har-convertor-jmeter-plugin-3.2-jar-with-dependencies.jar" @@ -1976,6 +1964,10 @@ "5.1": { "changes": "Compatible with har generated by browsermob-proxy tool.", "downloadUrl": "https://github.com/vdaburon/har-convertor-jmeter-plugin/releases/download/v5.1/har-convertor-jmeter-plugin-5.1-jar-with-dependencies.jar" + }, + "5.2": { + "changes": "Correct extract parameters for mime type 'form-urlencoded' ended with charset likes 'application/x-www-form-urlencoded; charset=xxx'", + "downloadUrl": "https://github.com/vdaburon/har-convertor-jmeter-plugin/releases/download/v5.2/har-convertor-jmeter-plugin-5.2-jar-with-dependencies.jar" } } }, From 888ee234bb8a396aaa0c13832a071cebc1cb3f81 Mon Sep 17 00:00:00 2001 From: Joaquin Araujo <48018971+Baraujo25@users.noreply.github.com> Date: Sat, 29 Jun 2024 04:45:39 -0300 Subject: [PATCH 27/35] Rebranding 'Correlation Recorder' to 'Auto Correlation Recorder' (#659) --- site/dat/repo/blazemeter.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/dat/repo/blazemeter.json b/site/dat/repo/blazemeter.json index f4175f4cc..50edef5ac 100644 --- a/site/dat/repo/blazemeter.json +++ b/site/dat/repo/blazemeter.json @@ -1049,8 +1049,8 @@ }, { "id": "bzm-siebel", - "name": "BlazeMeter - Correlation Recorder Plugin", - "description": "Correlation Recorder provides auto-correlation of variables at recording time", + "name": "BlazeMeter - Auto Correlation Recorder Plugin", + "description": "Auto Correlation Recorder provides automatic correlation and detection of variables at recording time", "screenshotUrl": "https://raw.githubusercontent.com/Blazemeter/CorrelationRecorder/master/docs/jmeterpluginsScreenshot.png", "helpUrl": "https://github.com/Blazemeter/CorrelationRecorder/blob/master/README.md", "vendor": "BlazeMeter", @@ -1288,7 +1288,7 @@ { "id": "bzm-repositories", "name": "BlazeMeter - Repositories", - "description": "BlazeMeter repositories functionality for the Correlation Recorder Plugin", + "description": "BlazeMeter repositories functionality for the Auto Correlation Recorder Plugin", "screenshotUrl": "https://raw.githubusercontent.com/Blazemeter/CorrelationRecorder/master/docs/bzmRepositoriesScreenshot.png", "helpUrl": "https://blazemeter.github.io/CorrelationRecorder/guide/installation-guide.html#integration-with-blazemeter", "vendor": "BlazeMeter", From 956a44dc2b1553a2358308d8056f1fba8c331596 Mon Sep 17 00:00:00 2001 From: Joaquin Araujo <48018971+Baraujo25@users.noreply.github.com> Date: Wed, 3 Jul 2024 17:36:38 -0300 Subject: [PATCH 28/35] CorrelationRecorder v2.5.1 release (#662) Co-authored-by: Baraujo25 --- site/dat/repo/blazemeter.json | 273 ++++++++++++++++++++++++++-------- 1 file changed, 214 insertions(+), 59 deletions(-) diff --git a/site/dat/repo/blazemeter.json b/site/dat/repo/blazemeter.json index 50edef5ac..203c253d4 100644 --- a/site/dat/repo/blazemeter.json +++ b/site/dat/repo/blazemeter.json @@ -10,30 +10,42 @@ "versions": { "0.1": { "downloadUrl": "https://jmeter-plugins.org/files/thirdparty/jmeter-debugger-0.1.jar", - "depends": ["jmeter-core"] + "depends": [ + "jmeter-core" + ] }, "0.2": { "downloadUrl": "https://jmeter-plugins.org/files/thirdparty/jmeter-debugger-0.2.jar", - "depends": ["jmeter-core"] + "depends": [ + "jmeter-core" + ] }, "0.3": { "downloadUrl": "https://jmeter-plugins.org/files/thirdparty/jmeter-debugger-0.3.jar", - "depends": ["jmeter-core"] + "depends": [ + "jmeter-core" + ] }, "0.4": { "changes": "Fixed bugs on not evaluating variables", "downloadUrl": "https://github.com/Blazemeter/jmeter-debugger/releases/download/0.4/jmeter-debugger-0.4.jar", - "depends": ["jmeter-core"] + "depends": [ + "jmeter-core" + ] }, "0.5": { "changes": "

- Add last sampler result tab;

- Choose TG from context of tree;

- Fixed italic font in tree not shown on Mac;

- Fixed blue color for current element is blue-on-blue for Mac;

- Fixed logging lab for old jmeter versions;

- Fixed clear data in info tabs and listeners;

- Fixed modification thread groups;

", "downloadUrl": "https://github.com/Blazemeter/jmeter-debugger/releases/download/0.5/jmeter-debugger-0.5.jar", - "depends": ["jmeter-core"] + "depends": [ + "jmeter-core" + ] }, "0.6": { "changes": "Fix variables in assertions", "downloadUrl": "https://github.com/Blazemeter/jmeter-debugger/releases/download/0.6/jmeter-debugger-0.6.jar", - "depends": ["jmeter-core"] + "depends": [ + "jmeter-core" + ] } } }, @@ -161,7 +173,9 @@ "libs": { "jmeter-plugins-cmn-jmeter": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.4/jmeter-plugins-cmn-jmeter-0.4.jar" }, - "depends": ["jmeter-http"] + "depends": [ + "jmeter-http" + ] }, "0.2": { "changes": "Fixed class name clash with Debugger plugin", @@ -169,7 +183,9 @@ "libs": { "jmeter-plugins-cmn-jmeter": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.4/jmeter-plugins-cmn-jmeter-0.4.jar" }, - "depends": ["jmeter-http"] + "depends": [ + "jmeter-http" + ] }, "0.3": { "changes": "Fixed remote execution", @@ -177,7 +193,9 @@ "libs": { "jmeter-plugins-cmn-jmeter": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.4/jmeter-plugins-cmn-jmeter-0.4.jar" }, - "depends": ["jmeter-http"] + "depends": [ + "jmeter-http" + ] }, "0.4": { "changes": "Fixed reset Thread Context in all AbstractTestElements", @@ -185,7 +203,9 @@ "libs": { "jmeter-plugins-cmn-jmeter": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.4/jmeter-plugins-cmn-jmeter-0.4.jar" }, - "depends": ["jmeter-http"] + "depends": [ + "jmeter-http" + ] }, "0.5": { "changes": "Fixed Concurrency Modification exception for Config elements", @@ -193,7 +213,9 @@ "libs": { "jmeter-plugins-cmn-jmeter": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.4/jmeter-plugins-cmn-jmeter-0.4.jar" }, - "depends": ["jmeter-http"] + "depends": [ + "jmeter-http" + ] }, "0.7": { "changes": "Fixed unnecessary TE clone", @@ -201,7 +223,9 @@ "libs": { "jmeter-plugins-cmn-jmeter": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.4/jmeter-plugins-cmn-jmeter-0.4.jar" }, - "depends": ["jmeter-http"] + "depends": [ + "jmeter-http" + ] }, "0.8": { "changes": "Fixed sample labels for JMeter 5.0", @@ -209,7 +233,9 @@ "libs": { "jmeter-plugins-cmn-jmeter": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.4/jmeter-plugins-cmn-jmeter-0.4.jar" }, - "depends": ["jmeter-http"] + "depends": [ + "jmeter-http" + ] }, "0.9": { "changes": "Fixed Test Actions (Start Next Thread Loop, Stop Thread, Stop All Threads)", @@ -217,7 +243,9 @@ "libs": { "jmeter-plugins-cmn-jmeter": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.4/jmeter-plugins-cmn-jmeter-0.4.jar" }, - "depends": ["jmeter-http"] + "depends": [ + "jmeter-http" + ] }, "0.10": { "changes": "Add ability to limit the number of thread to start to simulate browser's real threading", @@ -225,7 +253,9 @@ "libs": { "jmeter-plugins-cmn-jmeter": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.4/jmeter-plugins-cmn-jmeter-0.4.jar" }, - "depends": ["jmeter-http"] + "depends": [ + "jmeter-http" + ] }, "0.11": { "changes": "Fix parallel controller for JMeter 5.3+", @@ -233,7 +263,9 @@ "libs": { "jmeter-plugins-cmn-jmeter": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.7/jmeter-plugins-cmn-jmeter-0.7.jar" }, - "depends": ["jmeter-http"] + "depends": [ + "jmeter-http" + ] }, "0.12": { "changes": "Fix parallel controller for JMeter 5.6.x", @@ -241,7 +273,9 @@ "libs": { "jmeter-plugins-cmn-jmeter": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.7/jmeter-plugins-cmn-jmeter-0.7.jar" }, - "depends": ["jmeter-http"] + "depends": [ + "jmeter-http" + ] } } }, @@ -473,21 +507,29 @@ "versions": { "1.0": { "downloadUrl": "https://github.com/Blazemeter/jmeter-bzm-plugins/releases/download/jmeter-hls-1.0/jmeter-hls-1.0.jar", - "depends": ["jmeter-http"] + "depends": [ + "jmeter-http" + ] }, "1.1": { "downloadUrl": "https://github.com/Blazemeter/jmeter-bzm-plugins/releases/download/jmeter-hls-1.1/jmeter-hls-1.1.jar", - "depends": ["jmeter-http"] + "depends": [ + "jmeter-http" + ] }, "1.2": { "changes": "Some bugs fixed", "downloadUrl": "https://github.com/Blazemeter/jmeter-bzm-plugins/releases/download/jmeter-hls-1.2/jmeter-hls-1.2.jar", - "depends": ["jmeter-http"] + "depends": [ + "jmeter-http" + ] }, "1.3": { "changes": "Plugin name has been changed to continue with the convention of BlazeMeter plugins.\nLogo has been added.\nIssue in live stream when it did not show results in View Results Tree has been fixed.", "downloadUrl": "https://github.com/Blazemeter/HLSPlugin/releases/download/v1.3/jmeter-hls-1.3.jar", - "depends": ["jmeter-http"] + "depends": [ + "jmeter-http" + ] }, "2.0": { "changes": "Major new release with a lot of bug fixes and new features (simplified UI, granular assertions, etc). Please check the readme", @@ -495,7 +537,9 @@ "libs": { "hlsparserj>=1.0.0": "https://github.com/Blazemeter/HLSPlugin/releases/download/v2.0/hlsparserj-1.0.0.jar" }, - "depends": ["jmeter-http"] + "depends": [ + "jmeter-http" + ] }, "3.0": { "changes": "Major new release with support for MPEG DASH and new features (like automatic protocol recognition, sampler renaming, etc). Please check the readme", @@ -511,7 +555,9 @@ "stax2-api>=4.2": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0/stax2-api-4.2.jar", "woodstox-core>=5.3.0": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0/woodstox-core-5.3.0.jar" }, - "depends": ["jmeter-http"] + "depends": [ + "jmeter-http" + ] }, "3.0.1": { "changes": "Patch fix for playlist reload timing and behaviour for interrupted tests", @@ -527,7 +573,9 @@ "stax2-api>=4.2": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0.1/stax2-api-4.2.jar", "woodstox-core>=5.3.0": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0.1/woodstox-core-5.3.0.jar" }, - "depends": ["jmeter-http"] + "depends": [ + "jmeter-http" + ] }, "3.0.2": { "changes": "Patch fix for equals signs on URIs, subtitles better handled", @@ -543,7 +591,9 @@ "stax2-api>=4.2": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0.2/stax2-api-4.2.jar", "woodstox-core>=5.3.0": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0.2/woodstox-core-5.3.0.jar" }, - "depends": ["jmeter-http"] + "depends": [ + "jmeter-http" + ] }, "3.0.3": { "changes": "Patch fix master-slave tests & URL protocol recognition improved", @@ -559,7 +609,9 @@ "stax2-api>=4.2": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0.3/stax2-api-4.2.jar", "woodstox-core>=5.3.0": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.0.3/woodstox-core-5.3.0.jar" }, - "depends": ["jmeter-http"] + "depends": [ + "jmeter-http" + ] }, "3.1": { "changes": "Improved protocol recognition and fixed minor dash issues", @@ -576,7 +628,9 @@ "stax2-api>=4.2": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.1/stax2-api-4.2.jar", "woodstox-core>=5.3.0": "https://github.com/Blazemeter/HLSPlugin/releases/download/v3.1/woodstox-core-5.3.0.jar" }, - "depends": ["jmeter-http"] + "depends": [ + "jmeter-http" + ] } } }, @@ -600,7 +654,9 @@ "1.6.2": { "changes": "Archive Java 8 HTTP2 Plugin", "downloadUrl": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v1.6.2/jmeter-bzm-http2-1.6.2.jar", - "depends": ["jmeter-http"], + "depends": [ + "jmeter-http" + ], "libs": { "http2-client>=9.4.35.v20201120": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v1.6.2/http2-client-9.4.35.v20201120.jar", "http2-common>=9.4.35.v20201120": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v1.6.2/http2-common-9.4.35.v20201120.jar", @@ -629,7 +685,9 @@ "versions": { "1.0": { "downloadUrl": "https://github.com/Blazemeter/jmeter-bzm-plugins/releases/download/http2-1.0/jmeter-bzm-http2-1.0.jar", - "depends": ["jmeter-http"], + "depends": [ + "jmeter-http" + ], "libs": { "jmeter-plugins-cmn-jmeter": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.5/jmeter-plugins-cmn-jmeter-0.5.jar", "jetty-client": "http://search.maven.org/remotecontent?filepath=org/eclipse/jetty/jetty-client/9.4.0.v20161208/jetty-client-9.4.0.v20161208.jar", @@ -646,7 +704,9 @@ "1.1": { "changes": "Fix memory leak and JTL output error", "downloadUrl": "https://search.maven.org/remotecontent?filepath=com/blazemeter/jmeter-bzm-http2/1.1/jmeter-bzm-http2-1.1.jar", - "depends": ["jmeter-http"], + "depends": [ + "jmeter-http" + ], "libs": { "jmeter-plugins-cmn-jmeter": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.5/jmeter-plugins-cmn-jmeter-0.5.jar", "jetty-client": "http://search.maven.org/remotecontent?filepath=org/eclipse/jetty/jetty-client/9.4.0.v20161208/jetty-client-9.4.0.v20161208.jar", @@ -663,7 +723,9 @@ "1.2": { "changes": "Fix HTTP2 plugin POST support to include proper request and fix issue with callback handler", "downloadUrl": "https://search.maven.org/remotecontent?filepath=com/blazemeter/jmeter-bzm-http2/1.2/jmeter-bzm-http2-1.2.jar", - "depends": ["jmeter-http"], + "depends": [ + "jmeter-http" + ], "libs": { "http2-client>=9.4.9.v20180320": "http://search.maven.org/remotecontent?filepath=org/eclipse/jetty/http2/http2-client/9.4.9.v20180320/http2-client-9.4.9.v20180320.jar", "http2-common>=9.4.9.v20180320": "http://search.maven.org/remotecontent?filepath=org/eclipse/jetty/http2/http2-common/9.4.9.v20180320/http2-common-9.4.9.v20180320.jar", @@ -678,7 +740,9 @@ "1.3": { "changes": "Added support for standards JMeter listeners and partial support for push promise", "downloadUrl": "https://search.maven.org/remotecontent?filepath=com/blazemeter/jmeter-bzm-http2/1.3/jmeter-bzm-http2-1.3.jar", - "depends": ["jmeter-http"], + "depends": [ + "jmeter-http" + ], "libs": { "http2-client>=9.4.9.v20180320": "http://search.maven.org/remotecontent?filepath=org/eclipse/jetty/http2/http2-client/9.4.9.v20180320/http2-client-9.4.9.v20180320.jar", "http2-common>=9.4.9.v20180320": "http://search.maven.org/remotecontent?filepath=org/eclipse/jetty/http2/http2-common/9.4.9.v20180320/http2-common-9.4.9.v20180320.jar", @@ -693,7 +757,9 @@ "1.4": { "changes": "Fixed serialization issue for JMeter distributed mode", "downloadUrl": "https://search.maven.org/remotecontent?filepath=com/blazemeter/jmeter-bzm-http2/1.4/jmeter-bzm-http2-1.4.jar", - "depends": ["jmeter-http"], + "depends": [ + "jmeter-http" + ], "libs": { "http2-client>=9.4.9.v20180320": "http://search.maven.org/remotecontent?filepath=org/eclipse/jetty/http2/http2-client/9.4.9.v20180320/http2-client-9.4.9.v20180320.jar", "http2-common>=9.4.9.v20180320": "http://search.maven.org/remotecontent?filepath=org/eclipse/jetty/http2/http2-common/9.4.9.v20180320/http2-common-9.4.9.v20180320.jar", @@ -708,7 +774,9 @@ "1.4.1": { "changes": "Fix issue handling http responses without body (like 204 status code)", "downloadUrl": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v1.4.1/jmeter-bzm-http2-1.4.1.jar", - "depends": ["jmeter-http"], + "depends": [ + "jmeter-http" + ], "libs": { "http2-client>=9.4.9.v20180320": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v1.4.1/http2-client-9.4.9.v20180320.jar", "http2-common>=9.4.9.v20180320": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v1.4.1/http2-common-9.4.9.v20180320.jar", @@ -723,7 +791,9 @@ "1.5": { "changes": "Request methods PATCH & DELETE were added. Also support for no SSL connections and libraries updated.", "downloadUrl": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v1.5/jmeter-bzm-http2-1.5.jar", - "depends": ["jmeter-http"], + "depends": [ + "jmeter-http" + ], "libs": { "http2-client>=9.4.26.v20200117": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v1.5/http2-client-9.4.26.v20200117.jar", "http2-common>=9.4.26.v20200117": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v1.5/http2-common-9.4.26.v20200117.jar", @@ -738,7 +808,9 @@ "1.6": { "changes": "Added support for Gzip in response headers and added data frame to PUT method", "downloadUrl": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v1.6/jmeter-bzm-http2-1.6.jar", - "depends": ["jmeter-http"], + "depends": [ + "jmeter-http" + ], "libs": { "http2-client>=9.4.26.v20200117": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v1.6/http2-client-9.4.26.v20200117.jar", "http2-common>=9.4.26.v20200117": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v1.6/http2-common-9.4.26.v20200117.jar", @@ -753,7 +825,9 @@ "1.6.1": { "changes": "Updated Jetty dependencies", "downloadUrl": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v1.6.1/jmeter-bzm-http2-1.6.1.jar", - "depends": ["jmeter-http"], + "depends": [ + "jmeter-http" + ], "libs": { "http2-client>=9.4.35.v20201120": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v1.6.1/http2-client-9.4.35.v20201120.jar", "http2-common>=9.4.35.v20201120": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v1.6.1/http2-common-9.4.35.v20201120.jar", @@ -768,7 +842,9 @@ "2.0": { "changes": "Major release using as baseline Java 11 and Jetty 11, proxy support and many other new functionalities!", "downloadUrl": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0/jmeter-bzm-http2-2.0.jar", - "depends": ["jmeter-http"], + "depends": [ + "jmeter-http" + ], "libs": { "http2-client>=11.0.6": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0/http2-client-11.0.6.jar", "http2-common>=11.0.6": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0/http2-common-11.0.6.jar", @@ -785,7 +861,9 @@ "2.0.1": { "changes": "Fixed NPE issues with resources took too long to answer", "downloadUrl": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0.1/jmeter-bzm-http2-2.0.1.jar", - "depends": ["jmeter-http"], + "depends": [ + "jmeter-http" + ], "libs": { "http2-client>=11.0.6": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0.1/http2-client-11.0.6.jar", "http2-common>=11.0.6": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0.1/http2-common-11.0.6.jar", @@ -802,7 +880,9 @@ "2.0.2": { "changes": "Improvements in performance, memory usage and connections", "downloadUrl": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0.2/jmeter-bzm-http2-2.0.2.jar", - "depends": ["jmeter-http"], + "depends": [ + "jmeter-http" + ], "libs": { "http2-client>=11.0.10": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0.2/http2-client-11.0.10.jar", "http2-common>=11.0.10": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0.2/http2-common-11.0.10.jar", @@ -819,7 +899,9 @@ "2.0.3": { "changes": "Added support for HTTP 1.x, ALPN, multiplexing, and parallel execution. Also improvements in performance, memory and connection usage", "downloadUrl": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0.3/jmeter-bzm-http2-2.0.3.jar", - "depends": ["jmeter-http"], + "depends": [ + "jmeter-http" + ], "libs": { "http2-client>=11.0.15": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0.3/http2-client-11.0.15.jar", "http2-common>=11.0.15": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0.3/http2-common-11.0.15.jar", @@ -836,7 +918,9 @@ "2.0.4": { "changes": "Added support for JMeter 5.6.x", "downloadUrl": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0.4/jmeter-bzm-http2-2.0.4.jar", - "depends": ["jmeter-http"], + "depends": [ + "jmeter-http" + ], "libs": { "http2-client>=11.0.15": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0.4/http2-client-11.0.15.jar", "http2-common>=11.0.15": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0.4/http2-common-11.0.15.jar", @@ -853,7 +937,9 @@ "2.0.5": { "changes": "Fixes around iteration support in Thread Group and Loop Controllers, fixes in embedded resources, and better support for HTTP/1.", "downloadUrl": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0.5/jmeter-bzm-http2-2.0.5.jar", - "depends": ["jmeter-http"], + "depends": [ + "jmeter-http" + ], "libs": { "http2-client>=11.0.15": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0.5/http2-client-11.0.15.jar", "http2-common>=11.0.15": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0.5/http2-common-11.0.15.jar", @@ -1206,7 +1292,9 @@ "jmeter-bzm-commons>=0.2.1": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.1/jmeter-bzm-commons-0.2.1.jar", "json>=20190722": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.1/json-20190722.jar" }, - "depends": ["bzm-repositories"] + "depends": [ + "bzm-repositories" + ] }, "2.2": { "changes": "Improvements and fixes, as well saving of rules to remote repositories was also incorporate.d", @@ -1221,7 +1309,9 @@ "json>=20190722": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.2/json-20190722.jar", "maven-artifact>=3.8.4": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.2/maven-artifact-3.8.4.jar" }, - "depends": ["bzm-repositories"] + "depends": [ + "bzm-repositories" + ] }, "2.2.1": { "changes": "Improvements and fixes", @@ -1236,7 +1326,9 @@ "json>=20190722": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.2.1/json-20190722.jar", "maven-artifact>=3.8.4": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.2.1/maven-artifact-3.8.4.jar" }, - "depends": ["bzm-repositories"] + "depends": [ + "bzm-repositories" + ] }, "2.3": { "changes": "History Manager and bug fixes.", @@ -1251,7 +1343,9 @@ "json>=20190722": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.3/json-20190722.jar", "maven-artifact>=3.8.4": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.3/maven-artifact-3.8.4.jar" }, - "depends": ["bzm-repositories"] + "depends": [ + "bzm-repositories" + ] }, "2.4": { "changes": "JSON Extractor and Replacement analysis and legacy support and bug fixes", @@ -1266,7 +1360,9 @@ "json>=20190722": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.4/json-20190722.jar", "maven-artifact>=3.8.4": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.4/maven-artifact-3.8.4.jar" }, - "depends": ["bzm-repositories"] + "depends": [ + "bzm-repositories" + ] }, "2.5": { "changes": "JSON Extractor and Replacement support on automatic comparison and variable detection", @@ -1281,7 +1377,26 @@ "json>=20190722": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.5/json-20190722.jar", "maven-artifact>=3.8.4": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.5/maven-artifact-3.8.4.jar" }, - "depends": ["bzm-repositories"] + "depends": [ + "bzm-repositories" + ] + }, + "2.5.1": { + "changes": "Draft template feature and performance improvements", + "downloadUrl": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.5.1/jmeter-bzm-correlation-recorder-2.5.1.jar", + "libs": { + "jackson-dataformat-xml>=2.10.3": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.5.1/jackson-dataformat-xml-2.10.3.jar", + "jackson-annotations>=2.13.3": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.5.1/jackson-annotations-2.13.3.jar", + "jackson-databind>=2.10.3": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.5.1/jackson-databind-2.10.3.jar", + "jackson-core>=2.13.3": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.5.1/jackson-core-2.13.3.jar", + "jackson-module-jaxb-annotations>=2.10.3": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.5.1/jackson-module-jaxb-annotations-2.10.3.jar", + "jmeter-bzm-commons>=0.2.1": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.5.1/jmeter-bzm-commons-0.2.1.jar", + "json>=20190722": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.5.1/json-20190722.jar", + "maven-artifact>=3.8.4": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.5.1/maven-artifact-3.8.4.jar" + }, + "depends": [ + "bzm-repositories" + ] } } }, @@ -1353,43 +1468,83 @@ "versions": { "0.5.5": { "downloadUrl": "https://github.com/Blazemeter/CitrixPlugin/releases/download/0.5.5/citrix-jmeter-0.5.5.jar", - "depends": ["jmeter-core", "jmeter-components", "jmeter-http"] + "depends": [ + "jmeter-core", + "jmeter-components", + "jmeter-http" + ] }, "0.6.0": { "downloadUrl": "https://github.com/Blazemeter/CitrixPlugin/releases/download/0.6.0/citrix-jmeter-0.6.0.jar", - "depends": ["jmeter-core", "jmeter-components", "jmeter-http"] + "depends": [ + "jmeter-core", + "jmeter-components", + "jmeter-http" + ] }, "0.7.0": { "downloadUrl": "https://github.com/Blazemeter/CitrixPlugin/releases/download/0.7.0/citrix-jmeter-0.7.0.jar", - "depends": ["jmeter-core", "jmeter-components", "jmeter-http"] + "depends": [ + "jmeter-core", + "jmeter-components", + "jmeter-http" + ] }, "0.7.1": { "downloadUrl": "https://github.com/Blazemeter/CitrixPlugin/releases/download/0.7.1/citrix-jmeter-0.7.1.jar", - "depends": ["jmeter-core", "jmeter-components", "jmeter-http"] + "depends": [ + "jmeter-core", + "jmeter-components", + "jmeter-http" + ] }, "0.7.2": { "downloadUrl": "https://github.com/Blazemeter/CitrixPlugin/releases/download/0.7.2/citrix-jmeter-0.7.2.jar", - "depends": ["jmeter-core", "jmeter-components", "jmeter-http"] + "depends": [ + "jmeter-core", + "jmeter-components", + "jmeter-http" + ] }, "0.7.3": { "downloadUrl": "https://github.com/Blazemeter/CitrixPlugin/releases/download/0.7.3/citrix-jmeter-0.7.3.jar", - "depends": ["jmeter-core", "jmeter-components", "jmeter-http"] + "depends": [ + "jmeter-core", + "jmeter-components", + "jmeter-http" + ] }, "0.7.4": { "downloadUrl": "https://github.com/Blazemeter/CitrixPlugin/releases/download/0.7.4/citrix-jmeter-0.7.4.jar", - "depends": ["jmeter-core", "jmeter-components", "jmeter-http"] + "depends": [ + "jmeter-core", + "jmeter-components", + "jmeter-http" + ] }, "0.7.5": { "downloadUrl": "https://github.com/Blazemeter/CitrixPlugin/releases/download/0.7.5/citrix-jmeter-0.7.5.jar", - "depends": ["jmeter-core", "jmeter-components", "jmeter-http"] + "depends": [ + "jmeter-core", + "jmeter-components", + "jmeter-http" + ] }, "0.7.6": { "downloadUrl": "https://github.com/Blazemeter/CitrixPlugin/releases/download/0.7.6/citrix-jmeter-0.7.6.jar", - "depends": ["jmeter-core", "jmeter-components", "jmeter-http"] + "depends": [ + "jmeter-core", + "jmeter-components", + "jmeter-http" + ] }, "0.7.7": { "downloadUrl": "https://github.com/Blazemeter/CitrixPlugin/releases/download/0.7.7/citrix-jmeter-0.7.7.jar", - "depends": ["jmeter-core", "jmeter-components", "jmeter-http"] + "depends": [ + "jmeter-core", + "jmeter-components", + "jmeter-http" + ] } } } From fff04db515616e5c859e1908c784e474b4a725b5 Mon Sep 17 00:00:00 2001 From: Matthias Eggert Date: Fri, 19 Jul 2024 23:22:02 +0200 Subject: [PATCH 29/35] update har importer to 0.2.3 (#664) --- site/dat/repo/various.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site/dat/repo/various.json b/site/dat/repo/various.json index 27b4ecd7e..819a34449 100644 --- a/site/dat/repo/various.json +++ b/site/dat/repo/various.json @@ -2093,6 +2093,10 @@ "0.2.2": { "changes": "Fix think time calculation. For more details see: https://github.com/Qytera-Gmbh/JMeterHARImporterPlugin/releases", "downloadUrl": "https://github.com/Qytera-Gmbh/JMeterHARImporterPlugin/releases/download/v0.2.2/jmeter-har-import-plugin-v0.2.2.jar" + }, + "0.2.3": { + "changes": "Fix Java version incompatibility. For more details see: https://github.com/Qytera-Gmbh/JMeterHARImporterPlugin/releases", + "downloadUrl": "https://github.com/Qytera-Gmbh/JMeterHARImporterPlugin/releases/download/v0.2.3/jmeter-har-import-plugin-v0.2.3.jar" } } } From 0c27bed785057e2fefb2392a489d1e65aada57b0 Mon Sep 17 00:00:00 2001 From: Joaquin Araujo <48018971+Baraujo25@users.noreply.github.com> Date: Sun, 25 Aug 2024 09:55:10 +0100 Subject: [PATCH 30/35] CorrelationRecorder v2.6 release (#666) Co-authored-by: Baraujo25 --- site/dat/repo/blazemeter.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/site/dat/repo/blazemeter.json b/site/dat/repo/blazemeter.json index 203c253d4..3686c4802 100644 --- a/site/dat/repo/blazemeter.json +++ b/site/dat/repo/blazemeter.json @@ -1397,6 +1397,23 @@ "depends": [ "bzm-repositories" ] + }, + "2.6": { + "changes": "Encode and decode automatic correlation", + "downloadUrl": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.6/jmeter-bzm-correlation-recorder-2.6.jar", + "libs": { + "jackson-dataformat-xml>=2.10.3": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.6/jackson-dataformat-xml-2.10.3.jar", + "jackson-annotations>=2.13.3": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.6/jackson-annotations-2.13.3.jar", + "jackson-databind>=2.10.3": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.6/jackson-databind-2.10.3.jar", + "jackson-core>=2.13.3": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.6/jackson-core-2.13.3.jar", + "jackson-module-jaxb-annotations>=2.10.3": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.6/jackson-module-jaxb-annotations-2.10.3.jar", + "jmeter-bzm-commons>=0.2.1": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.6/jmeter-bzm-commons-0.2.1.jar", + "json>=20190722": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.6/json-20190722.jar", + "maven-artifact>=3.8.4": "https://github.com/Blazemeter/CorrelationRecorder/releases/download/v2.6/maven-artifact-3.8.4.jar" + }, + "depends": [ + "bzm-repositories" + ] } } }, From f1edd46b5f21a22a08277cd7c736e1a8529ac5a0 Mon Sep 17 00:00:00 2001 From: Matthias Eggert Date: Sun, 25 Aug 2024 10:55:35 +0200 Subject: [PATCH 31/35] update har importer to v0.2.5 (#667) * update har importer to 0.2.3 * har importer version 0.2.5 --- site/dat/repo/various.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/site/dat/repo/various.json b/site/dat/repo/various.json index 819a34449..8dcf112a3 100644 --- a/site/dat/repo/various.json +++ b/site/dat/repo/various.json @@ -2098,6 +2098,11 @@ "changes": "Fix Java version incompatibility. For more details see: https://github.com/Qytera-Gmbh/JMeterHARImporterPlugin/releases", "downloadUrl": "https://github.com/Qytera-Gmbh/JMeterHARImporterPlugin/releases/download/v0.2.3/jmeter-har-import-plugin-v0.2.3.jar" } + , + "0.2.5": { + "changes": "Fix issue with empty/null Cookie values. For more details see: https://github.com/Qytera-Gmbh/JMeterHARImporterPlugin/releases", + "downloadUrl": "https://github.com/Qytera-Gmbh/JMeterHARImporterPlugin/releases/download/v0.2.5/jmeter-har-import-plugin-v0.2.5.jar" + } } } ] From 59c7bb70c3f9b038b03d407312e410e565c45f4c Mon Sep 17 00:00:00 2001 From: DanilGolikov <80261859+DanilGolikov@users.noreply.github.com> Date: Sun, 25 Aug 2024 17:56:47 +0500 Subject: [PATCH 32/35] JmeterNamesTemplater v1.1 and UtilityJmeterFunctions v1.1.3 (#665) * Update various.json * Update various.json * Update various.json * Update various.json * Update various.json * Update various.json * Update various.json --- site/dat/repo/various.json | 44 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/site/dat/repo/various.json b/site/dat/repo/various.json index 8dcf112a3..96f5061d4 100644 --- a/site/dat/repo/various.json +++ b/site/dat/repo/various.json @@ -2104,5 +2104,49 @@ "downloadUrl": "https://github.com/Qytera-Gmbh/JMeterHARImporterPlugin/releases/download/v0.2.5/jmeter-har-import-plugin-v0.2.5.jar" } } + }, + { + "id": "JmeterNamesTemplater", + "name": "JMeter Names Templater", + "description": "Jmeter Names Templater is a plugin for Jmeter that allows you to set naming templates for elements and rename them based on a described configuration file.", + "screenshotUrl": "https://raw.githubusercontent.com/DanilGolikov/JmeterNamesTemplater/master/JMX%20Examples/ex1/ex1_config.png", + "vendor": "Daniil Golikov", + "markerClass": "dg.jmeter.plugins.templater.gui.RenameElementsMenuCreator", + "helpUrl": "https://github.com/DanilGolikov/JmeterNamesTemplater/blob/master/README.md", + "componentClasses": [ + "dg.jmeter.plugins.templater.gui.RenameElementsMenuCreator", + "dg.jmeter.plugins.templater.gui.PrintTreeItem", + "dg.jmeter.plugins.templater.gui.RenameSelectedTreeItem", + "dg.jmeter.plugins.templater.gui.RenameTreeItem", + "dg.jmeter.plugins.templater.RunThroughTree" + ], + "versions": { + "1.1": { + "changes": "The yaml config file is used for templates", + "downloadUrl": "https://github.com/DanilGolikov/JmeterNamesTemplater/releases/download/v1.1-yaml/jmeter-plugins-names-templater-1.1.jar", + "libs": { + "snakeyaml": "https://search.maven.org/remotecontent?filepath=org/yaml/snakeyaml/2.2/snakeyaml-2.2.jar" + } + } + } + }, + { + "id": "UtilityJmeterFunctions", + "name": "Utility Jmeter Functions", + "description": "This plugin adds utility jmeter functions (like ${__...}). List of functions:
forEachArray
generateEmail
generateInnLegal
generateInnNatural
generateOgrn
generatePhoneNumber
generatePinCode
generateSnils
jsonPathFromVar
globalCounter
randomStringLiteral
samplerComment
timeRandom", + "screenshotUrl": "https://raw.githubusercontent.com/DanilGolikov/UtilityJmeterFunctions/master/README_GIFs/allFunc.png", + "vendor": "Daniil Golikov", + "markerClass": "dg.jmeter.plugins.functions.func.generateInnLegal", + "helpUrl": "https://github.com/DanilGolikov/UtilityJmeterFunctions/blob/master/README.md", + "componentClasses": [ + "dg.jmeter.plugins.functions.func.generateInnLegal", + "dg.jmeter.plugins.functions.func.timeRandom" + ], + "versions": { + "1.1.3": { + "changes": "Adds utility jmeter functions (like ${__...})", + "downloadUrl": "https://github.com/DanilGolikov/UtilityJmeterFunctions/releases/download/v1.1.3/jmeter-plugins-utility-functions-1.1.3.jar" + } + } } ] From 908bf6987f2673284d1b978b64c557d77dfc99ca Mon Sep 17 00:00:00 2001 From: Andrei Pohilko Date: Thu, 29 Aug 2024 10:12:42 +0100 Subject: [PATCH 33/35] Release webdriver --- site/dat/repo/jpgc-plugins.json | 53 +++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) diff --git a/site/dat/repo/jpgc-plugins.json b/site/dat/repo/jpgc-plugins.json index c761c8b9b..3646ac129 100644 --- a/site/dat/repo/jpgc-plugins.json +++ b/site/dat/repo/jpgc-plugins.json @@ -1300,6 +1300,59 @@ "selenium-remote-driver": "https://search.maven.org/remotecontent?filepath=org/seleniumhq/selenium/selenium-remote-driver/4.13.0/selenium-remote-driver-4.13.0.jar", "selenium-support": "https://search.maven.org/remotecontent?filepath=org/seleniumhq/selenium/selenium-support/4.13.0/selenium-support-4.13.0.jar" } + }, + "4.13.0.1": { + "changes": "Make FTP and SOCKS proxies optional, set startTime in more situations", + "downloadUrl": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-webdriver/4.13.0.1/jmeter-plugins-webdriver-4.13.0.1.jar", + "libs": { + "async-http-client": "https://search.maven.org/remotecontent?filepath=org/asynchttpclient/async-http-client/2.12.3/async-http-client-2.12.3.jar", + "async-http-client-netty-utils": "https://search.maven.org/remotecontent?filepath=org/asynchttpclient/async-http-client-netty-utils/2.12.3/async-http-client-netty-utils-2.12.3.jar", + "commons-exec": "https://search.maven.org/remotecontent?filepath=org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar", + "failsafe": "https://search.maven.org/remotecontent?filepath=dev/failsafe/failsafe/3.3.2/failsafe-3.3.2.jar", + "guava": "https://search.maven.org/remotecontent?filepath=com/google/guava/guava/32.1.3-jre/guava-32.1.3-jre.jar", + "htmlunit": "https://search.maven.org/remotecontent?filepath=net/sourceforge/htmlunit/htmlunit/2.70.0/htmlunit-2.70.0.jar", + "htmlunit-core-js": "https://search.maven.org/remotecontent?filepath=net/sourceforge/htmlunit/htmlunit-core-js/2.70.0/htmlunit-core-js-2.70.0.jar", + "htmlunit-cssparser": "https://search.maven.org/remotecontent?filepath=net/sourceforge/htmlunit/htmlunit-cssparser/1.14.0/htmlunit-cssparser-1.14.0.jar", + "htmlunit-driver": "https://search.maven.org/remotecontent?filepath=org/seleniumhq/selenium/htmlunit-driver/4.13.0/htmlunit-driver-4.13.0.jar", + "htmlunit-xpath": "https://search.maven.org/remotecontent?filepath=net/sourceforge/htmlunit/htmlunit-xpath/2.70.0/htmlunit-xpath-2.70.0.jar", + "jmeter-plugins-cmn-jmeter": "https://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-cmn-jmeter/0.7/jmeter-plugins-cmn-jmeter-0.7.jar", + "neko-htmlunit": "https://search.maven.org/remotecontent?filepath=net/sourceforge/htmlunit/neko-htmlunit/2.70.0/neko-htmlunit-2.70.0.jar", + "netty-buffer": "https://search.maven.org/remotecontent?filepath=io/netty/netty-buffer/4.1.100.Final/netty-buffer-4.1.100.Final.jar", + "netty-codec": "https://search.maven.org/remotecontent?filepath=io/netty/netty-codec/4.1.100.Final/netty-codec-4.1.100.Final.jar", + "netty-codec-http": "https://search.maven.org/remotecontent?filepath=io/netty/netty-codec-http/4.1.100.Final/netty-codec-http-4.1.100.Final.jar", + "netty-common": "https://search.maven.org/remotecontent?filepath=io/netty/netty-common/4.1.100.Final/netty-common-4.1.100.Final.jar", + "netty-handler": "https://search.maven.org/remotecontent?filepath=io/netty/netty-handler/4.1.100.Final/netty-handler-4.1.100.Final.jar", + "netty-reactive-streams": "https://search.maven.org/remotecontent?filepath=com/typesafe/netty/netty-reactive-streams/2.0.10/netty-reactive-streams-2.0.10.jar", + "netty-resolver": "https://search.maven.org/remotecontent?filepath=io/netty/netty-resolver/4.1.100.Final/netty-resolver-4.1.100.Final.jar", + "netty-transport": "https://search.maven.org/remotecontent?filepath=io/netty/netty-transport/4.1.100.Final/netty-transport-4.1.100.Final.jar", + "okhttp": "https://search.maven.org/remotecontent?filepath=com/squareup/okhttp3/okhttp/4.12.0/okhttp-4.12.0.jar", + "okio-jvm": "https://search.maven.org/remotecontent?filepath=com/squareup/okio/okio-jvm/3.6.0/okio-jvm-3.6.0.jar", + "opentelemetry-api": "https://search.maven.org/remotecontent?filepath=io/opentelemetry/opentelemetry-api/1.31.0/opentelemetry-api-1.31.0.jar", + "opentelemetry-api-events": "https://search.maven.org/remotecontent?filepath=io/opentelemetry/opentelemetry-api-events/1.31.0-alpha/opentelemetry-api-events-1.31.0-alpha.jar", + "opentelemetry-context": "https://search.maven.org/remotecontent?filepath=io/opentelemetry/opentelemetry-context/1.31.0/opentelemetry-context-1.31.0.jar", + "opentelemetry-exporter-common": "https://search.maven.org/remotecontent?filepath=io/opentelemetry/opentelemetry-exporter-common/1.31.0/opentelemetry-exporter-common-1.31.0.jar", + "opentelemetry-exporter-otlp": "https://search.maven.org/remotecontent?filepath=io/opentelemetry/opentelemetry-exporter-otlp/1.31.0/opentelemetry-exporter-otlp-1.31.0.jar", + "opentelemetry-exporter-otlp-common": "https://search.maven.org/remotecontent?filepath=io/opentelemetry/opentelemetry-exporter-otlp-common/1.31.0/opentelemetry-exporter-otlp-common-1.31.0.jar", + "opentelemetry-sdk": "https://search.maven.org/remotecontent?filepath=io/opentelemetry/opentelemetry-sdk/1.31.0/opentelemetry-sdk-1.31.0.jar", + "opentelemetry-sdk-common": "https://search.maven.org/remotecontent?filepath=io/opentelemetry/opentelemetry-sdk-common/1.31.0/opentelemetry-sdk-common-1.31.0.jar", + "opentelemetry-sdk-extension-autoconfigure": "https://search.maven.org/remotecontent?filepath=io/opentelemetry/opentelemetry-sdk-extension-autoconfigure/1.31.0/opentelemetry-sdk-extension-autoconfigure-1.31.0.jar", + "opentelemetry-sdk-extension-autoconfigure-spi": "https://search.maven.org/remotecontent?filepath=io/opentelemetry/opentelemetry-sdk-extension-autoconfigure-spi/1.31.0/opentelemetry-sdk-extension-autoconfigure-spi-1.31.0.jar", + "opentelemetry-sdk-logs": "https://search.maven.org/remotecontent?filepath=io/opentelemetry/opentelemetry-sdk-logs/1.31.0/opentelemetry-sdk-logs-1.31.0.jar", + "opentelemetry-sdk-metrics": "https://search.maven.org/remotecontent?filepath=io/opentelemetry/opentelemetry-sdk-metrics/1.31.0/opentelemetry-sdk-metrics-1.31.0.jar", + "opentelemetry-sdk-trace": "https://search.maven.org/remotecontent?filepath=io/opentelemetry/opentelemetry-sdk-trace/1.31.0/opentelemetry-sdk-trace-1.31.0.jar", + "opentelemetry-semconv": "https://search.maven.org/remotecontent?filepath=io/opentelemetry/opentelemetry-semconv/1.30.1-alpha/opentelemetry-semconv-1.30.1-alpha.jar", + "selenium-api": "https://search.maven.org/remotecontent?filepath=org/seleniumhq/selenium/selenium-api/4.13.0/selenium-api-4.13.0.jar", + "selenium-chrome-driver": "https://search.maven.org/remotecontent?filepath=org/seleniumhq/selenium/selenium-chrome-driver/4.13.0/selenium-chrome-driver-4.13.0.jar", + "selenium-chromium-driver": "https://search.maven.org/remotecontent?filepath=org/seleniumhq/selenium/selenium-chromium-driver/4.13.0/selenium-chromium-driver-4.13.0.jar", + "selenium-edge-driver": "https://search.maven.org/remotecontent?filepath=org/seleniumhq/selenium/selenium-edge-driver/4.13.0/selenium-edge-driver-4.13.0.jar", + "selenium-firefox-driver": "https://search.maven.org/remotecontent?filepath=org/seleniumhq/selenium/selenium-firefox-driver/4.13.0/selenium-firefox-driver-4.13.0.jar", + "selenium-http": "https://search.maven.org/remotecontent?filepath=org/seleniumhq/selenium/selenium-http/4.13.0/selenium-http-4.13.0.jar", + "selenium-ie-driver": "https://search.maven.org/remotecontent?filepath=org/seleniumhq/selenium/selenium-ie-driver/4.13.0/selenium-ie-driver-4.13.0.jar", + "selenium-json": "https://search.maven.org/remotecontent?filepath=org/seleniumhq/selenium/selenium-json/4.13.0/selenium-json-4.13.0.jar", + "selenium-os": "https://search.maven.org/remotecontent?filepath=org/seleniumhq/selenium/selenium-os/4.13.0/selenium-os-4.13.0.jar", + "selenium-remote-driver": "https://search.maven.org/remotecontent?filepath=org/seleniumhq/selenium/selenium-remote-driver/4.13.0/selenium-remote-driver-4.13.0.jar", + "selenium-support": "https://search.maven.org/remotecontent?filepath=org/seleniumhq/selenium/selenium-support/4.13.0/selenium-support-4.13.0.jar" + } } } }, From 3f0a9ef44207555a2ae8262b126b512db4fde429 Mon Sep 17 00:00:00 2001 From: Till Neunast Date: Wed, 4 Sep 2024 22:04:56 +1200 Subject: [PATCH 34/35] Add CORS Plugin (#668) --- site/dat/repo/various.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/site/dat/repo/various.json b/site/dat/repo/various.json index 96f5061d4..b67415d97 100644 --- a/site/dat/repo/various.json +++ b/site/dat/repo/various.json @@ -206,6 +206,26 @@ } } }, + { + "id": "tilln-cors-plugin", + "name": "CORS Pre-Processor", + "description": "CORS Pre-Processor makes preflight requests for cross-origin HTTP requests if required, based on request method and headers, and mimics a browser's preflight cache to avoid unnecessary requests.", + "screenshotUrl": "https://raw.githubusercontent.com/tilln/jmeter-cors-plugin/main/docs/cors-preprocessor.png", + "helpUrl": "https://github.com/tilln/jmeter-cors-plugin", + "vendor": "Till Neunast", + "markerClass": "nz.co.breakpoint.jmeter.modifiers.CorsPreProcessor", + "componentClasses": [ + "nz.co.breakpoint.jmeter.modifiers.CorsPreProcessor" + ], + "versions": { + "1.0": { + "downloadUrl": "https://github.com/tilln/jmeter-cors-plugin/releases/download/1.0/jmeter-cors-plugin-1.0.jar", + "depends": [ + "jmeter-core" + ] + } + } + }, { "id": "tilln-formman", "name": "HTTP Form Manager", From ba070041b46b984df514afa81e71baf1f64ca3e9 Mon Sep 17 00:00:00 2001 From: Coder1304 Date: Wed, 4 Sep 2024 12:07:27 +0200 Subject: [PATCH 35/35] Fix for Throughput Shaping Timer for unexpected test break before configured time when running in kubernetes environment (#669) --- .../main/java/kg/apc/jmeter/timers/VariableThroughputTimer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/tst/src/main/java/kg/apc/jmeter/timers/VariableThroughputTimer.java b/plugins/tst/src/main/java/kg/apc/jmeter/timers/VariableThroughputTimer.java index 58ac8d046..3fba51459 100644 --- a/plugins/tst/src/main/java/kg/apc/jmeter/timers/VariableThroughputTimer.java +++ b/plugins/tst/src/main/java/kg/apc/jmeter/timers/VariableThroughputTimer.java @@ -85,7 +85,7 @@ public VariableThroughputTimer() { */ public synchronized long delay() { while (true) { - long curTimeMs = System.currentTimeMillis(); + long curTimeMs = System.nanoTime() / 1_000_000; long millisSinceLastSecond = curTimeMs % 1000; long nowInMsRoundedAtSec = curTimeMs - millisSinceLastSecond; checkNextSecond(nowInMsRoundedAtSec);