+1 I found two non-blocking issues while running the integration tests on this release:
Breaking change to an internal constructor: https://github.com/apache/httpcomponents-client/commit/585893d80953eca17a2fed7d035843f934c94c96#diff-52a4850a8da09265627c2e9417d7a49aeb52f39e3d8363eacf4052797d4a2b0d I think the addition of `connPoolListener` means we no longer need to call the internal API anyway, so who cares. Bugfix revealing missing `HostnameVerificationPolicy` config override: https://github.com/apache/httpcomponents-client/commit/a890ec765d970cce3d7d2308ecacc1b16158f9f0 I recall that the analogous change on the classic transport pissed some people off, but if we got away with that, then this will be fine. Additionally, `setHostVerificationPolicy` has been present since 5.5, and the older non-chainable variant `setHostnameVerificationPolicy` has been present since 5.4, so forward-compatibility isn't an issue. On Fri, Aug 7, 2026 at 1:42 AM Oleg Kalnichevski <[email protected]> wrote: > Please vote on releasing these packages as HttpClient 5.7-alpha1. > The vote is open for the at least 72 hours, and only votes from > HttpComponents PMC members are binding. The vote passes if at least > three binding +1 votes are cast and there are more +1 than -1 votes. > > Release notes: > > https://dist.apache.org/repos/dist/dev/httpcomponents/httpclient-5.7-alpha1-RC3/RELEASE_NOTES-5.7.x.txt > > Maven artefacts: > [link] > > Git Tag: 5.7-alpha1-RC3 > https://github.com/apache/httpcomponents-client/tree/5.7-alpha1-RC3 > > Packages: > > https://dist.apache.org/repos/dist/dev/httpcomponents/httpclient-5.7-alpha1-RC3 > revision 86622 > > Hashes: > > 80cb52aa5c452ef035e6e372512168121b36e5327761c6a543662c194cfebb7c375786318134191e07175ec212c59964cabd48bfa59682b3d47330cf57d6da09 > *httpcomponents-client-5.7-alpha1-src.tar.gz > httpcomponents-client-5.7-alpha1-src.tar.gz > > d854b73bcf2f344922639875a121466de40dd6a579693c36a090332f2b908d9962858a8e8e9633232f47bc4624729a503fa7e5769a7d69f8cc6e3b21f7a36122 > *httpcomponents-client-5.7-alpha1-src.zip > httpcomponents-client-5.7-alpha1-src.zip > > 9f6b7cfc79cdb855bb67458ce3b542c80a043ab3dd5f483626d22534d403c8e316275e00c31d65df8ca222c522ec6bbec63f3bbed6a3dc9065262f5376319192 > *httpcomponents-client-5.7-alpha1-bin.tar.gz > httpcomponents-client-5.7-alpha1-bin.tar.gz > > bc505dcec4788d9fefaeb8cc856bdefa01fd18988b52a580e3f42723a3bd6ba0784718b0909523f820511a954e51938ce089e3a21e9fde4d1200d166efe7124e > *httpcomponents-client-5.7-alpha1-bin.zip > httpcomponents-client-5.7-alpha1-bin.zip > > Keys: > https://www.apache.org/dist/httpcomponents/httpclient/KEYS > > -------------------------------------------------------------------------- > Vote: HttpClient 5.7-alpha1 release > [ ] +1 Release the packages as HttpClient 5.7-alpha1. > [ ] -1 I am against releasing the packages (must include a reason). > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
