slachiewicz opened a new pull request, #2103: URL: https://github.com/apache/maven-resolver/pull/2103
Draft PR for https://github.com/apache/maven-resolver/issues/1954 ### Summary of Changes: - Upgrade `maven-resolver-transport-apache` from Apache HttpClient 4.x / HttpCore 4.x to Apache HttpClient 5.x / HttpCore 5.x (`5.4.x` / `5.3.x`). - Adapt `SharingHttpContext`, session connection pooling, TLS `SSLSession` context adaptation, and proxy routing. - Implement thread-safe auth scheme caching using HC5's `StateHolder` (`BasicScheme.store()` / `restore()`). - Guard `PutTaskEntity` against premature body transmission on expect-continue rejection (`terminateRequest`). - Ensure `HttpTransporterUtils` handles both Boolean and String session configuration values. - All 118 unit and integration tests passing. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
