Re: Connection timeouts during GitHub Actions with Maven 3.9.x

2023-03-27 Thread Michael Vitz
Hi Konrad, The only two timeout related properties are aether.connector.requestTimeout and aether.connector.connectTimeout. Both do not solve my problem. I created a GitHub project ( https://github.com/mvitz/maven-39-gh-actions-timeouts) which reproduces the problem. It declares many dependencies

Re: Connection timeouts during GitHub Actions with Maven 3.9.x

2023-03-27 Thread Konrad Windszus
Thanks for the reproducer and sorry for not reading thoroughly before. Indeed the connection pool is not configurable yet with the native connector. According to https://hc.apache.org/httpcomponents-client-4.5.x/current/httpclient/apidocs/org/apache/http/impl/conn/PoolingHttpClientConnectionMana

Re: Connection timeouts during GitHub Actions with Maven 3.9.x

2023-03-27 Thread Michael Vitz
Yes, it seems the isStale-Implementation of BHttpConnectionBase ``` @Override public boolean isStale() throws IOException { if (!isOpen()) { return true; } try { final int bytesRead = fillInputBuffer(Timeout.ofMilliseconds(1)); re

Re: Connection timeouts during GitHub Actions with Maven 3.9.x

2023-03-27 Thread Tamás Cservenák
In this case, is "configuration of pool" (I guess you mean like sizes etc) really needed? Would "use pool" (on/off) enough instead? T On Mon, Mar 27, 2023 at 10:54 AM Michael Vitz wrote: > Yes, it seems the isStale-Implementation of BHttpConnectionBase > > ``` > @Override > public boole

Re: [m-javadoc-plugin] how to exclude transitive dependency

2023-03-27 Thread Tamás Cservenák
Maxim, Sorry, but please be more patient with us :) The project team is made of volunteers, and they are doing their best. Thanks Tamas On Mon, Mar 27, 2023 at 3:46 AM Maxim Solodovnik wrote: > I get zero responses for my emails :(( > Maybe I should provide more details? > Or my English is not

Re: [m-javadoc-plugin] how to exclude transitive dependency

2023-03-27 Thread Maxim Solodovnik
from mobile (sorry for typos ;) On Mon, Mar 27, 2023, 16:20 Tamás Cservenák wrote: > Maxim, > > Sorry, but please be more patient with us :) > The project team is made of volunteers, and they are doing their best. > Thanks for all your hard work and contributions :) But my first email was sen

Re: Connection timeouts during GitHub Actions with Maven 3.9.x

2023-03-27 Thread Tamás Cservenák
Created https://github.com/apache/maven-resolver/pull/274 T On Mon, Mar 27, 2023 at 11:04 AM Tamás Cservenák wrote: > In this case, is "configuration of pool" (I guess you mean like sizes etc) > really needed? > Would "use pool" (on/off) enough instead? > > T > > On Mon, Mar 27, 2023 at 10:54 A

Re: Connection timeouts during GitHub Actions with Maven 3.9.x

2023-03-27 Thread Michael Vitz
>From my perspective, disabling the pooling (like the PR does) OR having the ability to set a time to live (TTL) for the pooled connections, should be good enough for tackling the current problem. Michael Am Mo., 27. März 2023 um 12:41 Uhr schrieb Tamás Cservenák < ta...@cservenak.net>: > Creat

Re: Connection timeouts during GitHub Actions with Maven 3.9.x

2023-03-27 Thread Tamás Cservenák
Ability to set max TTL added to PR, please recheck. T On Mon, Mar 27, 2023 at 1:22 PM Michael Vitz wrote: > From my perspective, disabling the pooling (like the PR does) OR having the > ability to set a time to live (TTL) for the pooled connections, should be > good enough for tackling the curr

[m-site-plugin] Error reading site descriptor

2023-03-27 Thread Maxim Solodovnik
Hello All, Recently I have updated to 4.0.0-M6 And now I'm getting following output [1] Everything works as expected with 4.0.0-M5 Is it expected? What additional info can I provide? :) Apache Maven 3.9.0 (9b58d2bad23a66be161c4664ef21ce219c2c8584) Maven home: /opt/maven Java version: 17.0.6, ve