|
659 | 659 | } |
660 | 660 | } |
661 | 661 | }, |
| 662 | + { |
| 663 | + "id": "bzm-http2", |
| 664 | + "name": "BlazeMeter - HTTP/2 Plugin", |
| 665 | + "description": "HTTP/2 protocol sampler", |
| 666 | + "helpUrl": "https://github.com/Blazemeter/jmeter-http2-plugin/blob/master/README.md", |
| 667 | + "screenshotUrl": "https://raw.githubusercontent.com/Blazemeter/jmeter-http2-plugin/master/syncRequest.png", |
| 668 | + "vendor": "BlazeMeter", |
| 669 | + "installerClass": "com.blazemeter.jmeter.http2.Installer", |
| 670 | + "markerClass": "com.blazemeter.jmeter.http2.sampler.HTTP2Sampler", |
| 671 | + "componentClasses": [ |
| 672 | + "com.blazemeter.jmeter.http2.sampler.gui.HTTP2SamplerGui" |
| 673 | + ], |
662 | 674 | "versions": { |
663 | 675 | "1.0": { |
664 | 676 | "downloadUrl": "https://github.com/Blazemeter/jmeter-bzm-plugins/releases/download/http2-1.0/jmeter-bzm-http2-1.0.jar", |
|
815 | 827 | "jetty-io>=9.4.35.v20201120": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v1.6.1/jetty-io-9.4.35.v20201120.jar", |
816 | 828 | "jetty-util>=9.4.35.v20201120": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v1.6.1/jetty-util-9.4.35.v20201120.jar" |
817 | 829 | } |
| 830 | + }, |
| 831 | + "2.0": { |
| 832 | + "changes": "Major release using as baseline Java 11, proxy support and many other new functionalities!", |
| 833 | + "downloadUrl": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0/jmeter-bzm-http2-2.0.jar", |
| 834 | + "depends": [ |
| 835 | + "jmeter-http" |
| 836 | + ], |
| 837 | + "libs": { |
| 838 | + "http2-client>=11.0.6": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0/http2-client-11.0.6.jar", |
| 839 | + "http2-common>=11.0.6": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0/http2-common-11.0.6.jar", |
| 840 | + "http2-hpack>=11.0.6": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0/http2-hpack-11.0.6.jar", |
| 841 | + "http2-http-client-transport>=11.0.6": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0/http2-http-client-transport-11.0.6.jar", |
| 842 | + "jetty-alpn-client>=11.0.6": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0/jetty-alpn-client-11.0.6.jar", |
| 843 | + "jetty-alpn-java-client>=11.0.6": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0/jetty-alpn-java-client-11.0.6.jar", |
| 844 | + "jetty-client>=11.0.6": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0/jetty-client-11.0.6.jar", |
| 845 | + "jetty-http>=11.0.6": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0/jetty-http-11.0.6.jar", |
| 846 | + "jetty-io>=11.0.6": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0/jetty-io-11.0.6.jar", |
| 847 | + "jetty-util>=11.0.6": "https://github.com/Blazemeter/jmeter-http2-plugin/releases/download/v2.0/jetty-util-11.0.6.jar" |
| 848 | + } |
818 | 849 | } |
819 | 850 | } |
820 | 851 | }, |
|
0 commit comments