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] 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",