Just for reference: I'm able to build core 5.5 and client 5.6 together in a single Maven reactor build, but setting `-Djunit.jupiter.execution.parallel.enabled=false` is required in order for the tests to pass, as 5.6 does not have the test parallelization changes (and various other test robustness improvements).
On Sun, Mar 15, 2026 at 9:28 AM Gary Gregory <[email protected]> wrote: > LGTM (minor tweaks done). > > Thank you, Oleg. > > Gary > > On Sun, Mar 15, 2026 at 6:03 AM Oleg Kalnichevski <[email protected]> > wrote: > > > > Folks > > > > Please review HttpCore 5.5-alpha1 release notes and amend them as you > > deem necessary. > > > > > https://github.com/apache/httpcomponents-core/blob/master/RELEASE_NOTES.txt > > > > Oleg > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
