Skip to content

Commit

Permalink
Release HTTP2 v1.6.2 as a separated legacy plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Baraujo25 committed Dec 22, 2021
1 parent a45b469 commit edb85cb
Showing 1 changed file with 25 additions and 5 deletions.
30 changes: 25 additions & 5 deletions site/dat/repo/blazemeter.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand All @@ -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",
Expand Down

0 comments on commit edb85cb

Please sign in to comment.