ppalaga commented on issue #4842: URL: https://github.com/apache/camel-quarkus/issues/4842#issuecomment-1529136469
For the record I have ensured locally that the connections really live only as short as we set via `aether.connector.http.connectionMaxTtl` in https://github.com/apache/camel-quarkus/pull/4864. I used the following debug cli params: ``` -Dorg.slf4j.simpleLogger.log.org.eclipse.aether.transport.http.HttpTransporter=DEBUG -Dorg.slf4j.simpleLogger.log.org.apache.http.impl.execchain.RetryExec=DEBUG -Dorg.slf4j.simpleLogger.log.org.apache.http.impl.conn.PoolingHttpClientConnectionManager=DEBUG -Dorg.slf4j.simpleLogger.log.org.apache.http.impl.execchain.MainClientExec=DEBUG -Dorg.slf4j.simpleLogger.log.org.apache.http.impl.conn.CPool=DEBUG ``` Unfortunately, extension closing is not logged directly, but extension opening is. When `aether.connector.http.connectionMaxTtl` is set to, say, `5` the connection opening can be seen pretty often: ``` [DEBUG] Opening connection {s}->https://repo.maven.apache.org:443 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org