Re: I can cannot execute my SolrJ application

2020-10-23 Thread Tibor Digaňa
mh, ok, that's a nice report, and now please tell us what you are aiming for? Can you extract it to a reproducible project at Github? cheers Tibor17 On Fri, Oct 23, 2020 at 12:50 PM Raivo Rebane wrote: > > > > Forwarded Message > Subject:I can cannot execute my SolrJ

Fwd: I can cannot execute my SolrJ application

2020-10-23 Thread Raivo Rebane
Forwarded Message Subject:I can cannot execute my SolrJ application Date: Wed, 21 Oct 2020 09:55:01 +0300 From: Raivo Rebane To: users@maven.apache.org Hello I can compile my project properliy; But problems arise when I execute it: Apache Maven 3.6.3 (ce

Incorrect evaluated project.parent.version in child pom

2020-10-23 Thread Roy Lenferink
Hello fellow Maven users, At $work a problem occurs with evaluation the ${project.parent.version} from a child pom. The product structure in question: Product A: /pom.xml <= productA-parent (version 10.2.4-SNAPSHOT) /submodule1/pom.xml <= productA-sub1 => submodule1 uses productA-parent as par

Re: HTTP/2 support in Maven

2020-10-23 Thread Olivier Lamy
There is some effort started here https://github.com/jetty-project/jetty-maven-wagon but this needs more tests/debug etc... feel free to test,m report issues, propose fix etc... On Fri, 23 Oct 2020 at 18:09, Jakub Bartecek wrote: > Hello, > I'd like to ask if it is possible to turn on HTTP/2 sup

Re: HTTP/2 support in Maven

2020-10-23 Thread Jakub Bartecek
OK, thanks. I'll investigate wagon. Kuba On Fri, Oct 23, 2020 at 10:45 AM Tamás Cservenák wrote: > Hi > > Maven itself does not care about transport being used, it is wagon or > resolver thing. And afair, there is takari okhttp transport that may do > http/2, but unsure... > > Hth > Tamas > >

Re: HTTP/2 support in Maven

2020-10-23 Thread Tamás Cservenák
Hi Maven itself does not care about transport being used, it is wagon or resolver thing. And afair, there is takari okhttp transport that may do http/2, but unsure... 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 supp

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