HTTP/2 support in Maven

2020-10-23 Thread Jakub Bartecek
Hello, I'd like to ask if it is possible to turn on HTTP/2 support in Maven. I haven't found such an option. If not: Are there any plans to add the support? Regards, Kuba

Re: HTTP/2 support in Maven

2020-10-23 Thread Jakub Bartecek
> > Hth > Tamas > > On Fri, Oct 23, 2020, 10:09 Jakub Bartecek wrote: > > > Hello, > > I'd like to ask if it is possible to turn on HTTP/2 support in Maven. I > > haven't found such an option. > > > > If not: Are there any plans to add the support? > > > > Regards, > > Kuba > > >

Re: HTTP/2 support in Maven

2020-10-27 Thread Jakub Bartecek
at 7:09 PM Michael Osipov wrote: > Am 2020-10-26 um 15:01 schrieb Jakub Bartecek: > > On Sun, Oct 25, 2020 at 10:25 AM Michael Osipov > wrote: > > > >> Am 2020-10-23 um 10:08 schrieb Jakub Bartecek: > >>> Hello, > >>> I'd like to ask if i

Re: HTTP/2 support in Maven

2020-10-26 Thread Jakub Bartecek
On Sun, Oct 25, 2020 at 10:25 AM Michael Osipov wrote: > Am 2020-10-23 um 10:08 schrieb Jakub Bartecek: > > Hello, > > I'd like to ask if it is possible to turn on HTTP/2 support in Maven. I > > haven't found such an option. > > > > If not: Are t

Re: HTTP/2 support in Maven

2020-11-10 Thread Jakub Bartecek
THAT would probably save a lot of connections (and time). > > The only problem is that we would need server support for this (h2 push) > first. > > Am Mo., 9. Nov. 2020 um 16:35 Uhr schrieb Michael Osipov < > micha...@apache.org>: > > > > Am 2020-11-05 um 16:49 schrieb Jakub B

Re: HTTP/2 support in Maven

2020-11-05 Thread Jakub Bartecek
Hi, I'll look at it tomorrow and try to verify it really downloads the whole content, I did some checks on POM files and it really downloaded it. Thanks for testing it from your machine. It's interesting to see that you have completely different results. Honestly I'm not sure how that is

Re: HTTP/2 support in Maven

2020-11-05 Thread Jakub Bartecek
/main/testResults.txt [4]: https://github.com/jbartece/http2performance/blob/main/finalResults.txt#L26 [5]: https://github.com/jbartece/http2performance/blob/main/finalResults.txt#L32 On Tue, Oct 27, 2020 at 8:42 AM Jakub Bartecek wrote: > I'll do some measurements and share the results with

Re: HTTP/2 support in Maven

2020-11-06 Thread Jakub Bartecek
facts even the > > header reduction should be negectible. Having said that, it is of course > a > > good idea to go with the new protocols, but I would not expect much > > advantage. Especially not if you limit yourself to one or two tcp > > connections per repository. > > > &g

Re: HTTP/2 support in Maven

2020-11-06 Thread Jakub Bartecek
, but I'll test it today on some server. On Thu, Nov 5, 2020 at 6:28 PM Jakub Bartecek wrote: > Hi, > I'll look at it tomorrow and try to verify it really downloads the whole > content, I did some checks on POM files and it really downloaded it. > > Thanks for testing it from you