Re: Issue with httpcore5 from 5.3-alpha2 to 5.3-beta1

2024-06-29 Thread Oleg Kalnichevski
On Fri, 2024-06-28 at 21:04 -0400, Gary Gregory wrote: > Hi All, > > I am seeing an odd failure in Apache Commons VFS with this bump PR: > > Bump org.apache.httpcomponents.core5:httpcore5 from 5.3-alpha2 to > 5.3-beta1 #559 > https://github.com/apache/commons-vfs/pull/559 > > Is it possible that

Build failures; Re: [VOTE] Release HttpCore 5.2.5 based on RC1

2024-06-29 Thread Oleg Kalnichevski
On Thu, 2024-06-27 at 19:17 +, Gary D. Gregory wrote: > +1 > > Tested src zip > - ASC OK > - SHA512 OK; shasum --check now works! :) > - On Windows, tested: mvn clean verify -P !use-toolchains > > BUT using git's bash install on Windows 10 (which is really a MINGW64 > install), I got the foll

Re: [VOTE] Release HttpCore 5.2.5 based on RC1

2024-06-29 Thread Oleg Kalnichevski
[x] +1 Release the packages as HttpCore 5.2.5 Oleg On Thu, 2024-06-27 at 10:25 +0200, Oleg Kalnichevski wrote: > Please vote on releasing these packages as HttpCore 5.2.5. > The vote is open for the at least 72 hours, and only votes from > HttpComponents PMC members are binding. The vote passes i

Re: Issue with httpcore5 from 5.3-alpha2 to 5.3-beta1

2024-06-29 Thread Gary D. Gregory
Great debug breakoint, thank you Oleg! - On macOS the Commons VFS runs all the way through - On my local Windows the SingleAuthorityResolver has a URIAuthority of "host.docker.internal" - I don't know what GitHub sees So I think where the tests hard-code "localhost", I'll have to replace that w

Re: Issue with httpcore5 from 5.3-alpha2 to 5.3-beta1

2024-06-29 Thread Oleg Kalnichevski
On Sat, 2024-06-29 at 13:22 +, Gary D. Gregory wrote: > Great debug breakoint, thank you Oleg! > > - On macOS the Commons VFS runs all the way through > - On my local Windows the SingleAuthorityResolver has a URIAuthority > of "host.docker.internal" > - I don't know what GitHub sees > > So I

Re: (httpcomponents-core) 06/07: Merge branch 'master' of https://gitbox.apache.org/repos/asf/httpcomponents-core.git

2024-06-29 Thread Oleg Kalnichevski
Your merge has wiped out one of the refactoring commits. Please always re-base instead of merging. I will fix the branch shortly. Oleg On Sat, 2024-06-29 at 13:20 +, ggreg...@apache.org wrote: > This is an automated email from the ASF dual-hosted git repository. > > ggregory pushed a comm

Re: Build failures; Re: [VOTE] Release HttpCore 5.2.5 based on RC1

2024-06-29 Thread Oleg Kalnichevski
On Sat, 2024-06-29 at 10:27 +0200, Oleg Kalnichevski wrote: > On Thu, 2024-06-27 at 19:17 +, Gary D. Gregory wrote: > > +1 > > > > Tested src zip > > - ASC OK > > - SHA512 OK; shasum --check now works! :) > > - On Windows, tested: mvn clean verify -P !use-toolchains > > > > BUT using git's ba

Re: (httpcomponents-core) 06/07: Merge branch 'master' of https://gitbox.apache.org/repos/asf/httpcomponents-core.git

2024-06-29 Thread Gary Gregory
Dang, please accept my apologies. Gary On Sat, Jun 29, 2024, 9:32 AM Oleg Kalnichevski wrote: > Your merge has wiped out one of the refactoring commits. Please always > re-base instead of merging. > > I will fix the branch shortly. > > Oleg > > > On Sat, 2024-06-29 at 13:20 +, ggreg...@apac

Re: Build failures; Re: [VOTE] Release HttpCore 5.2.5 based on RC1

2024-06-29 Thread Gary Gregory
I've pulled master and 5.2.x and rebuilt both branches three times on Windows, all is working fine. TY Oleg! On Sat, Jun 29, 2024, 12:47 PM Oleg Kalnichevski wrote: > On Sat, 2024-06-29 at 10:27 +0200, Oleg Kalnichevski wrote: > > On Thu, 2024-06-27 at 19:17 +, Gary D. Gregory wrote: > > >