artipie / maven-resolver-http3-plugin

HTTP3 resolver for Maven
MIT License
6 stars 2 forks source link

Switch to HTTP/1.1 when HTTP/3 request failed #14

Closed olenagerasimova closed 10 months ago

olenagerasimova commented 10 months ago

Let's make the plugin more "smart" and add possibility to switch to HTTP/1.1 version if a) base (repository) url is maven central address b) request over HTTP/3 failed with exception

Initialize http client for protocol version only when necessary, create tests: