Skip to content

Commit edb85cb

Browse files
committed
Release HTTP2 v1.6.2 as a separated legacy plugin
1 parent a45b469 commit edb85cb

1 file changed

Lines changed: 25 additions & 5 deletions

File tree

site/dat/repo/blazemeter.json

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -624,11 +624,11 @@
624624
}
625625
},
626626
{
627-
"id": "bzm-http2",
628-
"name": "BlazeMeter - HTTP/2 Plugin",
629-
"description": "HTTP/2 protocol sampler",
630-
"helpUrl": "https://github.com/Blazemeter/jmeter-http2-plugin/blob/master/README.md",
631-
"screenshotUrl": "https://raw.githubusercontent.com/Blazemeter/jmeter-http2-plugin/master/syncRequest.png",
627+
"id": "bzm-http2-legacy",
628+
"name": "BlazeMeter - HTTP/2 Legacy Plugin",
629+
"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)",
630+
"helpUrl": "https://github.com/Blazemeter/jmeter-http2-plugin/blob/LEGACY/README.md",
631+
"screenshotUrl": "https://raw.githubusercontent.com/Blazemeter/jmeter-http2-plugin/LEGACY/syncRequest.png",
632632
"vendor": "BlazeMeter",
633633
"markerClass": "com.blazemeter.jmeter.http2.sampler.HTTP2Request",
634634
"componentClasses": [
@@ -639,6 +639,26 @@
639639
"com.blazemeter.jmeter.http2.visualizers.SimpleDataWriter",
640640
"com.blazemeter.jmeter.http2.visualizers.ViewResultsFullVisualizer"
641641
],
642+
"versions": {
643+
"1.6.2": {
644+
"changes": "Archive Java 8 HTTP2 Plugin",
645+
"downloadUrl": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v1.6.2/jmeter-bzm-http2-1.6.2.jar",
646+
"depends": [
647+
"jmeter-http"
648+
],
649+
"libs": {
650+
"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",
651+
"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",
652+
"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",
653+
"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",
654+
"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",
655+
"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",
656+
"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",
657+
"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"
658+
}
659+
}
660+
}
661+
},
642662
"versions": {
643663
"1.0": {
644664
"downloadUrl": "https://github.com/Blazemeter/jmeter-bzm-plugins/releases/download/http2-1.0/jmeter-bzm-http2-1.0.jar",

0 commit comments

Comments
 (0)