|
624 | 624 | } |
625 | 625 | }, |
626 | 626 | { |
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", |
632 | 632 | "vendor": "BlazeMeter", |
633 | 633 | "markerClass": "com.blazemeter.jmeter.http2.sampler.HTTP2Request", |
634 | 634 | "componentClasses": [ |
|
639 | 639 | "com.blazemeter.jmeter.http2.visualizers.SimpleDataWriter", |
640 | 640 | "com.blazemeter.jmeter.http2.visualizers.ViewResultsFullVisualizer" |
641 | 641 | ], |
| 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 | + }, |
642 | 662 | "versions": { |
643 | 663 | "1.0": { |
644 | 664 | "downloadUrl": "https://github.com/Blazemeter/jmeter-bzm-plugins/releases/download/http2-1.0/jmeter-bzm-http2-1.0.jar", |
|
0 commit comments