diff --git a/site/dat/repo/blazemeter.json b/site/dat/repo/blazemeter.json index a8aa2d4cc..d5ba781bc 100644 --- a/site/dat/repo/blazemeter.json +++ b/site/dat/repo/blazemeter.json @@ -624,11 +624,11 @@ } }, { - "id": "bzm-http2", - "name": "BlazeMeter - HTTP/2 Plugin", - "description": "HTTP/2 protocol sampler", - "helpUrl": "https://github.com/Blazemeter/jmeter-http2-plugin/blob/master/README.md", - "screenshotUrl": "https://raw.githubusercontent.com/Blazemeter/jmeter-http2-plugin/master/syncRequest.png", + "id": "bzm-http2-legacy", + "name": "BlazeMeter - HTTP/2 Legacy Plugin", + "description": "This is a deprecated HTTP/2 plugin which allows to test the HTTP2 protocol in java 8 (Recommended to migrate to v2.0 or higher)", + "helpUrl": "https://github.com/Blazemeter/jmeter-http2-plugin/blob/LEGACY/README.md", + "screenshotUrl": "https://raw.githubusercontent.com/Blazemeter/jmeter-http2-plugin/LEGACY/syncRequest.png", "vendor": "BlazeMeter", "markerClass": "com.blazemeter.jmeter.http2.sampler.HTTP2Request", "componentClasses": [ @@ -639,6 +639,26 @@ "com.blazemeter.jmeter.http2.visualizers.SimpleDataWriter", "com.blazemeter.jmeter.http2.visualizers.ViewResultsFullVisualizer" ], + "versions": { + "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" + ], + "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", + "http2-hpack>=9.4.35.v20201120": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v1.6.2/http2-hpack-9.4.35.v20201120.jar", + "jetty-alpn-client>=9.4.35.v20201120": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v1.6.2/jetty-alpn-client-9.4.35.v20201120.jar", + "jetty-alpn-openjdk8-client>=9.4.35.v20201120": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v1.6.2/jetty-alpn-openjdk8-client-9.4.35.v20201120.jar", + "jetty-http>=9.4.35.v20201120": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v1.6.2/jetty-http-9.4.35.v20201120.jar", + "jetty-io>=9.4.35.v20201120": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v1.6.2/jetty-io-9.4.35.v20201120.jar", + "jetty-util>=9.4.35.v20201120": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v1.6.2/jetty-util-9.4.35.v20201120.jar" + } + } + } + }, "versions": { "1.0": { "downloadUrl": "https://github.com/Blazemeter/jmeter-bzm-plugins/releases/download/http2-1.0/jmeter-bzm-http2-1.0.jar",