Re: Unix domain socket support

2025-04-22 Thread Gary Gregory
Hi all, I'm not sure how to ask this question, so I'll be straightforward: If UDS is https://en.wikipedia.org/wiki/Unified_Diagnostic_Services, why should it be in an HTTP-focused project? I might have missed some context in a previous message of course. Gary On Mon, Apr 21, 2025 at 1:40 PM Rya

Re: [VOTE] Release HttpClient 5.4.4 based on RC1

2025-04-22 Thread Gary Gregory
+1 I tested the src zip: - GPG OK - SHA512 OK I tested building with Maven 3.9.9: Using: mvn clean verify Java 23 and Java 8 with Toolchain in maven-compiler-plugin: JDK[/Users/garygregory/.jenv/versions/1.8/] openjdk version "1.8.0_452" IBM Semeru Runtime Open Edition (build 1.8.0_452-b07)

Re: HttpClient 5.4.4 release notes

2025-04-12 Thread Gary Gregory
LGMT (minor tweaks). TY Oleg. Gary On Sat, Apr 12, 2025 at 5:13 AM Oleg Kalnichevski wrote: > > Folks > > Please review the HttpClient 5.4.4 release notes and amend them as you > deem necessary. > > https://github.com/apache/httpcomponents-client/blob/5.4.x/RELEASE_NOTES.txt > > Oleg > > --

Re: Regression in HTTP/2 cleartext

2025-04-11 Thread Gary Gregory
Yes, sorry about that confusing bit, I meant JApiCmp, not JaCoCo! Gary On Fri, Apr 11, 2025, 12:28 Ryan Schmitt wrote: > I see. The tool I've actually used for this in the past is japicmp. > > On Tue, Apr 8, 2025 at 2:07 PM Gary Gregory > wrote: > > > > Hi Ry

Re: Gradle migration

2025-04-11 Thread Gary Gregory
Please PLEASE no. Gary On Fri, Apr 11, 2025, 12:30 Ryan Schmitt wrote: > Are we fine with staying on Maven, or would there be any interest in > moving to Gradle? Please note that I am _not_ trying to start a debate > about which build tool is better, or in persuading anyone that a > migration i

Re: Regression in HTTP/2 cleartext

2025-04-08 Thread Gary Gregory
Hi Ryan, Apache RAT checks source file licensing. You might be thinking of Clirr (doesn't work well on Java 8), JaCoCo, or RevApi. Gary On Tue, Apr 8, 2025, 16:49 Ryan Schmitt wrote: > Hi Oleg, > > I figured it out. The TlsConfig option indeed does work if you set it > on a custom connection m

Re: CVE-2025-27820: Apache HttpClient: PSL Validation Bypass

2025-03-28 Thread Gary Gregory
On Fri, Mar 28, 2025, 08:28 Arturo Bernal wrote: > *Severity:* Moderate > > *Affected Versions:* > >- > >Apache HttpClient 5.4.x >*(Earlier versions are unaffected.)* > That pattern doesn't make sense to me since it matches 5.4.3. It would be list versions of use the less than and gr

Re: [VOTE] Release HttpClient 5.4.3 based on RC1

2025-03-27 Thread Gary Gregory
Thank you for setting up the RC. I tested the src zip file: - ASC OK - SHA512 OK - Building: mvn clean verify -P'!use-toolchains' Fails on HttpIntegrationTests: [INFO] Running org.apache.hc.client5.testing.async.HttpIntegrationTests$Http1Tls [ERROR] Tests run: 11, Failures: 0, Errors: 1, Skipped

Re: Test failure; Re: [VOTE] Release HttpClient 5.4.3 based on RC1

2025-03-26 Thread Gary Gregory
On Wed, Mar 26, 2025, 11:20 Oleg Kalnichevski wrote: > On Sun, 2025-03-23 at 14:46 -0400, Gary Gregory wrote: > > Thank you for setting up the RC. > > > > I tested the src zip file: > > - ASC OK > > - SHA512 OK > > - Building: mvn clean veri

Re: [VOTE] Release HttpClient 5.4.3 based on RC1

2025-03-23 Thread Gary Gregory
+1 I updated Docker Desktop in case something was funky there and re-ran the Java 23 build 5 times and they all passed. Docker version 28.0.1, build 068a01e Gary On Sun, Mar 23, 2025 at 2:46 PM Gary Gregory wrote: > > Thank you for setting up the RC. > > I tested the src zip file

Re: HttpClient 5.4.3 release notes

2025-03-23 Thread Gary Gregory
Hi All, LGTM (I made some minor tweaks). TY Oleg! Gary On Sun, Mar 23, 2025 at 6:12 AM Oleg Kalnichevski wrote: > > Folks > > Please review HttpClient 5.4.3 release notes and amend them as you deem > necessary > > https://github.com/apache/httpcomponents-client/blob/5.4.x/RELEASE_NOTES.txt > >

Re: Deprecation of MIME support in HttpClient

2025-03-20 Thread Gary Gregory
On Thu, Mar 20, 2025 at 12:41 PM Michael Osipov wrote: > > On 2025/03/19 20:44:29 Oleg Kalnichevski wrote: > > Folks > > > > Can we make a decision of some sort? > > > > Michael, you seem to prefer we continue to support MIME in HttpClient. > > > > What we can do is to add a statement to the HttpC

Re: [VOTE] Release HttpCore 5.3.4 based on RC1

2025-03-16 Thread Gary Gregory
+1 - ASC file: OK - SHA512 file: OK - Building with: mvn clean verify -P'!use-toolchains' Java versions tested: openjdk version "1.8.0_442" IBM Semeru Runtime Open Edition (build 1.8.0_442-b06) Eclipse OpenJ9 VM (build openj9-0.49.0, JRE 1.8.0 Mac OS X amd64-64-Bit Compressed References 20250205

Re: Deprecation of MIME support in HttpClient

2025-03-16 Thread Gary Gregory
Taking a peek at their web site, they mention having a parser. Would this help remedy the ongoing discussion around clients and message boundaries? Gary On Sun, Mar 16, 2025 at 6:06 AM Oleg Kalnichevski wrote: > > Folks > > I propose we deprecate the existing MIME functionality in favor of > Ap

Re: HttpCore 5.3.4 release notes

2025-03-15 Thread Gary Gregory
LGTM. I fixed a minor typo and such. TY, Gary On Sat, Mar 15, 2025 at 5:18 AM Oleg Kalnichevski wrote: > > Folks > > Please review HttpCore 5.3.4 release notes and amend them as you deem > necessary: > > https://github.com/apache/httpcomponents-core/blob/5.3.x/RELEASE_NOTES.txt > > Oleg > >

Re: [VOTE] Release HttpClient 5.5-alpha1 based on RC1

2025-02-10 Thread Gary Gregory
+1 I tested the src zip file: - ASC OK - SHA512 OK - OK: mvn clean verify -P!'use-toolchains' - Java 11, 17, 21, 23 - Maven 3.9.9 - macOS on Apple M4 openjdk version "23.0.2" 2025-01-21 OpenJDK Runtime Environment Homebrew (build 23.0.2) OpenJDK 64-Bit Server VM Homebrew (build 23.0.2, mixed mode

Re: HttpClient 5.5 alpha1 release notes

2025-02-09 Thread Gary Gregory
LGTM I made a few minor edits. TY Oleg. Gary On Sun, Feb 9, 2025 at 9:48 AM Oleg Kalnichevski wrote: > > Folks > > Please review the HttpClient 5.5 alpha1 release notes and amend them as > you deem necessary. > > https://github.com/apache/httpcomponents-client/blob/master/RELEASE_NOTES.txt > > O

Re: [VOTE] Release HttpClient 5.4.2 based on RC1

2025-01-29 Thread Gary Gregory
+1 I tested the src zip file: - ASC OK - SHA512 OK - mvn clean verify -P'!use-toolchains' Using Maven 3.9.9 on Java 17, 21, 23. openjdk version "17.0.14" 2025-01-21 OpenJDK Runtime Environment Homebrew (build 17.0.14+0) OpenJDK 64-Bit Server VM Homebrew (build 17.0.14+0, mixed mode, sharing) Ap

Re: HttpClient 5.4.2 release notes

2025-01-28 Thread Gary Gregory
LGTM (minor tweaks committed) Thank you Oleg. Gary On Tue, Jan 28, 2025, 08:26 Oleg Kalnichevski wrote: > Folks > > Please review HttpClient 5.4.2 release notes and amend them as you deem > necessary > > > https://github.com/apache/httpcomponents-client/blob/5.4.x/RELEASE_NOTES.txt > > Oleg >

Re: [VOTE] Release HttpCore 5.3.3 based on RC1

2025-01-24 Thread Gary Gregory
+1 I tested the src zip. - ASC OK - SHA512 OK - Default Maven goal OK with: mvn -P'!use-toolchains' Tested with: openjdk version "17.0.14" 2025-01-21 OpenJDK Runtime Environment Homebrew (build 17.0.14+0) OpenJDK 64-Bit Server VM Homebrew (build 17.0.14+0, mixed mode, sharing) Apache Maven 3.9.

Re: HttpCore 5.3.3 release notes

2025-01-24 Thread Gary Gregory
I made some minor phrasing changes. TY! Gary On Thu, Jan 23, 2025 at 1:01 PM Oleg Kalnichevski wrote: > > Folks > > Please review HttpCore 5.3.3 release notes and amend them as you deem > necessary > > https://github.com/apache/httpcomponents-core/blob/5.3.x/RELEASE_NOTES.txt > > Oleg > > --

Re: [VOTE] Release HttpCore 5.3.2 based on RC1

2025-01-07 Thread Gary Gregory
+1 I tested the src zip file: - SHA512 OK - ASC OK - mvn clean verify -P'!use-toolchains' The above succeeds on: openjdk version "11.0.25" 2024-10-15 OpenJDK Runtime Environment Homebrew (build 11.0.25+0) OpenJDK 64-Bit Server VM Homebrew (build 11.0.25+0, mixed mode) openjdk version "17.0.13"

Re: HttpCore 5.3.2 release notes

2025-01-05 Thread Gary Gregory
LGTM (I made some minor adjustments). Thanks Oleg. Gary On Sun, Jan 5, 2025 at 3:15 AM Oleg Kalnichevski wrote: > Folks > > Please review the release notes for HttpCcore 5.3.2 and amend them as > you deem necessary > > https://github.com/apache/httpcomponents-core/blob/5.3.x/RELEASE_NOTES.txt

Re: [VOTE] Release HttpClient 5.4.1 based on RC1

2024-10-25 Thread Gary Gregory
+1 I tested the src zip set of files: - ASC gpg verify: OK - SHA shasum check: OK - Build mvn clean verify: OK - Build mvn clean verify -P'!use-toolchains': OK on Java 17, 21, and 23 Using: openjdk version "17.0.13" 2024-10-15 OpenJDK Runtime Environment Homebrew (build 17.0.13+0) OpenJDK 64-Bit

Re: HttpCore 5.3.1 release notes

2024-10-18 Thread Gary Gregory
Hi All, I addressed some nits in the file. Gary On Fri, Oct 18, 2024 at 1:05 PM Oleg Kalnichevski wrote: > Folks > > Please review and amend HttpCore 5.3.1 release notes as you deem > necessary > > https://github.com/apache/httpcomponents-core/blob/5.3.x/RELEASE_NOTES.txt > > Oleg > >

Re: Host header in HTTP/2 requests / RFC 7540 interpretation

2024-10-12 Thread Gary Gregory
Kalnichevski wrote: > On Sat, 2024-10-12 at 07:04 -0400, Gary Gregory wrote: > > Hi all, > > > > Considering the text you quote and the SHOULD definition in > > https://datatracker.ietf.org/doc/html/rfc2119#section-3 then we are > > indeed > > in the wrong

Re: Host header in HTTP/2 requests / RFC 7540 interpretation

2024-10-12 Thread Gary Gregory
Hi all, Considering the text you quote and the SHOULD definition in https://datatracker.ietf.org/doc/html/rfc2119#section-3 then we are indeed in the wrong (IMO) and we need to allow for the Host header to be processed in the absence of the ":authority" pseudo-header. Gary On Sat, Oct 12, 2024,

Re: [PR] Migrated Docker based integration tests to TestContainers [httpcomponents-core]

2024-10-10 Thread Gary Gregory
I agree that "latest" doesn't sound reproducible but more importantly is not secure, this has been an issue in other ecosystems. We pin versions of dependencies in POMs, we should do it here as well. Good find! Gafy On Thu, Oct 10, 2024, 12:12 PM massdosage (via GitHub) wrote: > > massdosage co

Re: [VOTE] Release HttpClient 5.4 based on RC1

2024-09-16 Thread Gary Gregory
+1 I tested the src zip file. - ASC OK - SHA512 OK - Running the default Maven build (mvn) with and without the toolchains profile enabled (mvn -P'!use-toolchain'). - Using: openjdk version "17.0.12" 2024-07-16 OpenJDK Runtime Environment Homebrew (build 17.0.12+0) OpenJDK 64-Bit Server VM Homeb

Re: HttpClient 5.4 release notes

2024-09-15 Thread Gary Gregory
I made some minor tweaks, LGTM! Thank you Oleg. Gary On Sun, Sep 15, 2024 at 6:11 AM Oleg Kalnichevski wrote: > > Folks, > > Please review and amend HttpClient 5.4 release notes as you deem > necessary. > > https://github.com/apache/httpcomponents-client/blob/master/RELEASE_NOTES.txt > > Oleg >

Re: HttpCore 5.3 release notes

2024-09-09 Thread Gary Gregory
Minor edits. LGTM! Thank you Oleg! Gary On Mon, Sep 9, 2024, 1:19 AM Oleg Kalnichevski wrote: > Folks > > Please review and amend HttpCore 5.3 release notes as you deem necessary > > https://github.com/apache/httpcomponents-core/blob/master/RELEASE_NOTES.txt > > Oleg > > ---

Re: TestPublicSuffixMatcher failing locally

2024-08-22 Thread Gary Gregory
On Thu, Aug 22, 2024 at 8:58 AM Oleg Kalnichevski wrote: > > On Thu, 2024-08-22 at 08:26 -0400, Gary Gregory wrote: > > Hm, running `mvn clean generate-resources`didn't help. My git repo is > > clean > > after running the command. > > > > Feel free to con

Re: TestPublicSuffixMatcher failing locally

2024-08-22 Thread Gary Gregory
Hm, running `mvn clean generate-resources`didn't help. My git repo is clean after running the command. Gary On Thu, Aug 22, 2024, 5:02 AM Oleg Kalnichevski wrote: > On Wed, 2024-08-21 at 18:48 -0400, Gary Gregory wrote: > > Ah, I see the comment in out GH GI file. How about mar

Re: TestPublicSuffixMatcher failing locally

2024-08-21 Thread Gary Gregory
Ah, I see the comment in out GH GI file. How about marking a Windows build with the experimental flag? Would anyone mind that? Gary On Wed, Aug 21, 2024, 6:12 PM Gary D. Gregory wrote: > With the HEAD of git master, I get: > > [INFO] --- > [IN

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: > > >

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

2024-06-29 Thread Gary Gregory
commit 7b6ee43deda9d5e39f7bbcbe23df2ea6d531e465 > > Merge: f960090d5 63fe8d6ce > > Author: Gary Gregory > > AuthorDate: Sat Jun 29 09:10:41 2024 -0400 > > > > Merge branch 'master' of > > https://gitbox.apache.org/repos/asf/httpcomponents-

Issue with httpcore5 from 5.3-alpha2 to 5.3-beta1

2024-06-28 Thread Gary Gregory
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 httpcore5 5.3-beta1 should only be used with a new and upcoming HC clien

Re: shasum --check failures

2024-06-25 Thread Gary Gregory
Hi Oleg, I don't know but I do know MD5 is obsolete for our purposes. Gary On Tue, Jun 25, 2024, 5:53 AM Oleg Kalnichevski wrote: > On Tue, 2024-06-25 at 05:47 -0400, Gary Gregory wrote: > > But why are you looking at md5sum? It is beyond obsolete. We should > > be conside

Re: shasum --check failures

2024-06-25 Thread Gary Gregory
But why are you looking at md5sum? It is beyond obsolete. We should be considering what 'shasum -a 512' does IMO. Gary On Tue, Jun 25, 2024, 4:57 AM Oleg Kalnichevski wrote: > On Mon, 2024-06-24 at 13:40 -0400, Gary Gregory wrote: > > Yes but https://ss64.com/mac/shasum.ht

Re: shasum --check failures

2024-06-24 Thread Gary Gregory
Yes but https://ss64.com/mac/shasum.html Says the format is SUM SPACE CHAR FILE where CHAR is one of '*', '?', or ' ' depending on the file type. Gary On Mon, Jun 24, 2024, 11:40 AM Oleg Kalnichevski wrote: > On Mon, 2024-06-24 at 07:38 -0400, Gary Gregory

Re: shasum --check failures

2024-06-24 Thread Gary Gregory
httpcomponents-client-5.4-beta1-src.zip: OK Gary On Mon, Jun 24, 2024 at 7:33 AM Oleg Kalnichevski wrote: > > > > On 24/06/2024 13:07, Gary Gregory wrote: > > +1 > > > > ASC OK > > SHA512 eyeball comparison OK (shasum --check fails due to file format) > >

Re: [VOTE] Release HttpClient 5.4-beta1 based on RC1

2024-06-24 Thread Gary Gregory
+1 ASC OK SHA512 eyeball comparison OK (shasum --check fails due to file format) mvn clean verify OK mvn clean verify -P'!use-toolchains' OK Using: openjdk version "17.0.11" 2024-04-16 OpenJDK Runtime Environment Homebrew (build 17.0.11+0) OpenJDK 64-Bit Server VM Homebrew (build 17.0.11+0, mixe

Re: HttpClient 5.4-beta1 release notes

2024-06-22 Thread Gary Gregory
I made a few tweaks. TY Oleg! Gary On Sat, Jun 22, 2024, 11:30 AM Oleg Kalnichevski wrote: > Folks > > Please review and amend the HttpClient 5.4-beta1 release notes as you > deem necessary. > > > https://github.com/apache/httpcomponents-client/blob/master/RELEASE_NOTES.txt > > Oleg > > --

Re: [VOTE] Release HttpCore 5.3-beta1 based on RC2

2024-06-18 Thread Gary Gregory
+1 ASC OK, SHA512 OK, 'mvn clean verify' OK Using: openjdk version "17.0.11" 2024-04-16 OpenJDK Runtime Environment Homebrew (build 17.0.11+0) OpenJDK 64-Bit Server VM Homebrew (build 17.0.11+0, mixed mode, sharing) Apache Maven 3.9.8 (36645f6c9b5079805ea5009217e36f2cffd34256) Maven home: /usr/

Re: Release called off; Re: [VOTE] Release HttpCore 5.3-beta1 based on RC1

2024-06-15 Thread Gary Gregory
Sounds good to me, thank you Oleg! Gary On Sat, Jun 15, 2024, 5:28 PM Oleg Kalnichevski wrote: > Folks > > I introduced a bug in the classic TLS code that makes this release > pointless. > > I will fix the bug and re-spin the release. Please bear with me and re- > vote once RC2 is ready. > > My

Re: HttpCore 5.3-beta1 release notes

2024-06-13 Thread Gary Gregory
Looks good. I fixed some minor grammatical issues. TY! Gary On Thu, Jun 13, 2024, 8:12 AM Oleg Kalnichevski wrote: > Folks > > Please review and amend the HttpCore 5.3-beta1 release notes as you > deem necessary: > > https://github.com/apache/httpcomponents-core/blob/master/RELEASE_NOTES.txt >

Re: (httpcomponents-core) 01/03: Revert "Remove needless null comparisons"

2024-06-11 Thread Gary Gregory
g wrote: > > This is an automated email from the ASF dual-hosted git repository. > > > > ggregory pushed a commit to branch master > > in repository > > https://gitbox.apache.org/repos/asf/httpcomponents-core.git > > > > commit c1c09c8445b3f83cd1c941fc35b39463

Re: HttpCore 5.3 / HttpClient 5.4 BETA1; Re: HttpCore 5.3 / HttpClient 5.4 GA soon?

2024-05-22 Thread Gary Gregory
t;> I think there are test failures in client tests to Jetty 11 that use > >> multipart messages and binary messages. I need to dig in more. > >> > >> Note: I must update Core if update Client since Client 5.3-alpha2 > requires > >> code in Core 5.3-alpha2.

Re: HttpCore 5.3 / HttpClient 5.4 GA soon?

2024-05-17 Thread Gary Gregory
As a pre-release experiment, I've updated Apache Commons VFS to the latest alphas [1] and the builds were green [2]. I plan on doing the same in one of my more complex at-work projects and should be able to report the results over the weekend. TY! Gary [1] https://github.com/apache/commons-vfs/

Re: Development plans beyond HC 5.4

2024-03-11 Thread Gary Gregory
Hi Oleg, Thank your for starting this conversation. More below. On Mon, Mar 11, 2024 at 10:11 AM Oleg Kalnichevski wrote: > > HttpClient 5.4 is going to be the most feature rich minor release > probably since 4.3. There are plenty of small and not so small features > and improvements in it. Over

Re: HttpClient 5.4-alpha2 release notes

2024-03-06 Thread Gary Gregory
I made some minor edits. Looks good :-) TY Oleg. Gary On Tue, Mar 5, 2024 at 4:48 AM Oleg Kalnichevski wrote: > > Folks > > Please review and amend the HttpClient 5.4-alpha2 release notes as you > deem appropriate. > > https://github.com/apache/httpcomponents-client/blob/master/RELEASE_NOTES.tx

Re: [VOTE] Release HttpCore 5.3-alpha2 based on RC1

2024-02-10 Thread Gary Gregory
+1 Testing src zip file: - Cannot mechanically check SHA512 but eyeballing it seems OK (macOS): shasum --check httpcomponents-core-5.3-alpha2-src.zip.sha512 shasum: httpcomponents-core-5.3-alpha2-src.zip.sha512: no properly formatted SHA checksum lines found - ASC OK - Java 11 Build mvn clean v

Re: HttpCore 5.3-alpha3 release notes

2024-02-08 Thread Gary Gregory
The title of this email should read... alpha2 right? I made one small edit. TY Oleg! Gary On Wed, Feb 7, 2024 at 5:20 AM Oleg Kalnichevski wrote: > > Folks > > Please review and amend the HttpCore 5.3-alpha2 release notes as you > deem necessary. > > https://github.com/apache/httpcomponents-co

Re: [VOTE] Release HttpClient 5.3.1 based on RC1

2024-01-21 Thread Gary Gregory
+1 - Tested src zip file - SHA512 looks ok but does not parse with 'shasum --check ...' - ASC file OK - mvn clean verify - Toolchain in maven-surefire-plugin: JDK[/usr/local/Cellar/openjdk@8/1.8.0-392] - mvn clean verify -P'!use-toolchains' Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc2951

Re: HttpClient 5.3.1 release notes

2024-01-20 Thread Gary Gregory
I Made some small adjustments, TY! GARY On Sat, Jan 20, 2024 at 12:10 PM Oleg Kalnichevski wrote: > > Folks > > Please review and amend the HttpClient 5.3.1 release notes as you deem > appropriate. > > https://github.com/apache/httpcomponents-client/blob/5.3.x/RELEASE_NOTES.txt > > Oleg > >

Re: HttpClient 5.4-alpha1 release notes

2023-12-24 Thread Gary Gregory
I made a few small tweaks. TY Oleg! Gary On Sun, Dec 24, 2023 at 1:26 AM Oleg Kalnichevski wrote: > > Folks > > Please review and amend the HttpClient 5.4-alpha1 release notes as you > deem appropriate. > > https://github.com/apache/httpcomponents-client/blob/master/RELEASE_NOTES.txt > > Cheers

Re: [VOTE] Release HttpCore 5.3-alpha1 based on RC2

2023-12-21 Thread Gary Gregory
Uhg, I meant "Thank you Oleg" :-) On Thu, Dec 21, 2023 at 2:38 PM Gary Gregory wrote: > > +1 > - Thank you Oleag > - Tested src zip file > - ASC OK > - SHA512 OK > - Build 'mvn' OK > - Toolchain in maven-compiler-plugin: > JDK[/usr/local/Cellar/o

Re: [VOTE] Release HttpCore 5.3-alpha1 based on RC2

2023-12-21 Thread Gary Gregory
+1 - Thank you Oleag - Tested src zip file - ASC OK - SHA512 OK - Build 'mvn' OK - Toolchain in maven-compiler-plugin: JDK[/usr/local/Cellar/openjdk@8/1.8.0-392] - Using: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) Maven home: /usr/local/Cellar/maven/3.9.6/libexec Java versi

Re: Release called off; Re: [VOTE] Release HttpCore 5.3-alpha1 based on RC1

2023-12-17 Thread Gary Gregory
Ouch. I was relying on the tests to catch this type of issue. TY for catching it! Hopefully writing a test for this won't be too hard. Gary On Sun, Dec 17, 2023 at 7:26 AM Oleg Kalnichevski wrote: > > Folks, > > Rather unfortunately, 5.3a1 RC1 has a severe regression in the > connection pool imp

Re: [VOTE] Release HttpCore 5.3-alpha1 based on RC1

2023-12-16 Thread Gary Gregory
Tested src zip file. - ASC OK - SHA-512 OK - OK: mvn clean verify - Using Toolchain in maven-surefire-plugin: JDK[/usr/local/Cellar/openjdk@8/1.8.0-392] Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) Maven home: /usr/local/Cellar/maven/3.9.6/libexec Java version: 17.0.9, vendor: Ho

Re: [VOTE] HttpAsycClient 4.1 and HttpCore NIO 4.4 End of Life / End of Support

2023-12-08 Thread Gary Gregory
+1 Sounds reasonable. Gary On Fri, Dec 8, 2023 at 9:10 AM Oleg Kalnichevski wrote: > > Folks > > I propose that as of this moment any support for HttpAsycClient 4.1 and > HttpCore NIO 4.4 be discontinued and the remaining users of those > libraries be strongly encouraged to upgrade to HttpClie

Re: [VOTE] Release HttpClient 5.3 based on RC1

2023-12-03 Thread Gary Gregory
+1 - Testing src zip file - ASC OK - SHA512 OK - 'mvn clean verify' OK - Building with: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) Maven home: /usr/local/Cellar/maven/3.9.6/libexec Java version: 21.0.1, vendor: Homebrew, runtime: /usr/local/Cellar/openjdk/21.0.1/libexec/openjdk.j

Re: HttpClient 5.3 release notes

2023-12-02 Thread Gary Gregory
I made some minor edits. TY Oleg! Gary On Sat, Dec 2, 2023 at 9:52 AM Oleg Kalnichevski wrote: > > Folks > > Please review and amend the HttpClient 5.3 release notes as you deem > necessary. > > https://github.com/apache/httpcomponents-client/blob/master/RELEASE_NOTES.txt > > Oleg > > -

Re: (httpcomponents-client) branch 5.3.x created (now 370e9f33f)

2023-11-28 Thread Gary Gregory
Yeah, I was wondering about that, shouldn't we delete the 5.3 branch since master is 5.3? Gary On Tue, Nov 28, 2023, 12:05 PM Oleg Kalnichevski wrote: > Gary > > I presume this is a mistake, because we already have master which is > 5.3 > > Oleg > > > On Tue, 2023-11-28 at 16:37 +, ggreg..

Re: [VOTE] Release HttpCore 5.2.4 based on RC1

2023-11-24 Thread Gary Gregory
+1 Testing src zip file: - ASC OK - SHA512 OK (eyeball comparison since `shasum --check` does not work). - mvn clean verify - Running Maven with Java 17 and a toolchain with Java 8: [INFO] Toolchain in maven-surefire-plugin: JDK[/usr/local/Cellar/openjdk@8/1.8.0-392] Apache Maven 3.9.5 (57804ffe0

Re: HttpCore 5.2.4 release notes

2023-11-23 Thread Gary Gregory
I made a small adjustment. Gary On Thu, Nov 23, 2023 at 10:07 AM Oleg Kalnichevski wrote: > > Folks > > Please review and amend the HttpCore 5.2.4 release notes as you deem > ncecessary. > > https://github.com/apache/httpcomponents-core/blob/master/RELEASE_NOTES.txt > > Oleg > >

Re: [VOTE] Release HttpClient 5.2.2 based on RC1

2023-11-19 Thread Gary Gregory
+1 - USing src zip file - OK: ASC - OK: SHA512 - OK: mvn (default goal) Building with ("mvn") and without ("mvn -P'!use-toolchains'") Maven profile on Jaba 17 and 21: Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /usr/local/Cellar/maven/3.9.5/libexec Java version: 17.

Re: HttpClient 5.2.2 release notes

2023-11-18 Thread Gary Gregory
TY Oleg, The notes look good (I addressed some nits). Gary On Sat, Nov 18, 2023 at 6:01 AM Oleg Kalnichevski wrote: > > Folks > > Please review and amend HttpClient 5.2.2 release notes as you deem > necessary. > > https://github.com/apache/httpcomponents-client/blob/5.2.x/RELEASE_NOTES.txt > >

Re: [VOTE] Release HttpCore 5.2.3 based on RC1

2023-09-17 Thread Gary Gregory
[X] +1 Release the packages as HttpCore 5.2.3. Tested httpcomponents-core-5.2.3-src.zip: - ASC OK - SHA512 OK - Apache RAT check OK - Testing on OS: Darwin 22.6.0 Darwin Kernel Version 22.6.0: Wed Jul 5 22:21:56 PDT 2023; root:xnu-8796.141.3~6/RELEASE_X86_64 x86_64 Using: Apache Maven 3.9.

Re: HttpCore 5.2.3 release notes

2023-09-16 Thread Gary Gregory
LGTM (I fixed one nit). TY! Gary On Sat, Sep 16, 2023 at 5:10 AM Oleg Kalnichevski wrote: > > Folks > > We need an HttpCore 5.2 release soon. > > Please review and amend the HttpCore 5.2.3 release notes and amend them > as you deem fit. > > https://github.com/apache/httpcomponents-core/blob/mast

Re: [VOTE] Release HttpClient 5.3-alpha1 based on RC1

2023-08-15 Thread Gary Gregory
+1 ASC and SHA512 OK Local build OK Tested with Apache Commons VFS git master Apache Maven 3.9.4 (dfbb324ad4a7c8fb0bf182e6d91b0ae20e3d2dd9) Maven home: /usr/local/Cellar/maven/3.9.4/libexec Java version: 1.8.0_372, vendor: Homebrew, runtime: /usr/local/Cellar/openjdk@8/1.8.0+372/libexec/openjdk.j

Re: HttpCore / HttpClient development proposal

2023-08-11 Thread Gary Gregory
Yeah, I still have legacy 4.x code I need to port! Gary On Fri, Aug 11, 2023, 11:21 AM Michael Osipov wrote: > Am 2023-08-11 um 17:16 schrieb Gary Gregory: > > For my money, 4.x is no longer maintained, perhaps only for emergency > > security fixes. > > so be it, I also

Re: HttpCore / HttpClient development proposal

2023-08-11 Thread Gary Gregory
For my money, 4.x is no longer maintained, perhaps only for emergency security fixes. Gary On Fri, Aug 11, 2023, 11:08 AM Michael Osipov wrote: > Am 2023-08-10 um 20:08 schrieb Oleg Kalnichevski: > > Folks > > > > I would like to propose the following course of action. Please let me > > know wh

Re: HttpCore / HttpClient development proposal

2023-08-10 Thread Gary Gregory
That all looks good to me. Gary On Thu, Aug 10, 2023, 2:09 PM Oleg Kalnichevski wrote: > Folks > > I would like to propose the following course of action. Please let me > know what think. > > > 1. Release HttpClient 5.3 (as alpha1) based on HttpCore 5.2 very soon > without the recent HTTP cache

Re: End of life of HttpCore and HttpClient 4.x

2023-07-12 Thread Gary Gregory
We don't have a date but I think it's safe to say you should not expect releases in the 4.x line unless we need to address a security issue. I am porting my projects from 4 to 5. I encourage you to do the same. Gary On Mon, Jun 26, 2023, 04:42 Manav Chouhan wrote: > Can someone update approxim

Re: [ANNOUNCEMENT] HttpComponents Core 5.2.2 GA released

2023-07-04 Thread Gary Gregory
Hi Sandeep, The two components are not automatically released together, you did not miss anything. Gary On Tue, Jul 4, 2023, 03:09 Sandeep Gaur wrote: > Hi Oleg Kalnichevski, > > Regarding the http 5.2.2 release, we are using httpclient5 directly, > > httpclient5 > org.apache.httpcomponen

Re: [ANNOUNCEMENT] HttpComponents Core 5.2.2 GA released

2023-07-04 Thread Gary Gregory
Hi Sandeep, The two components are not automatically released together, you did not miss anything. Gary On Tue, Jul 4, 2023, 03:09 Sandeep Gaur wrote: > Hi Oleg Kalnichevski, > > Regarding the http 5.2.2 release, we are using httpclient5 directly, > > httpclient5 > org.apache.httpcomponents

Re: [VOTE] Release HttpCore 5.2.2 based on RC2

2023-06-16 Thread Gary Gregory
+1 >From the src zip, ASC OK, SHA512 OK. Builds OK with 'mvn clean verify' on Java 1.8.0_372, Maven 3.9.2, Windows 10 patched. Gary On Fri, Jun 16, 2023, 10:08 Oleg Kalnichevski wrote: > Please vote on releasing these packages as HttpCore 5.2.2. > The vote is open for the at least 72 hours, a

Re: Idle timeout on HTTPS connections

2023-06-15 Thread Gary Gregory
You could try the 5.2.2 release candidate (see the vote thread). Gary On Thu, Jun 15, 2023, 12:08 Isaac Cruz wrote: > 5.2, I tried with 5.2.1 and same > > -Original Message- > From: Oleg Kalnichevski > Sent: jueves, 15 de junio de 2023 15:49 > To: HttpComponents Project > Subject: Re:

Re: HttpCore 5.2.2 release notes

2023-06-14 Thread Gary Gregory
LGTM. Git master builds ok with the default Maven goal on Windows 10 with Java 1.8.0_372 and Maven 3.9.2. Gary On Wed, Jun 14, 2023, 07:54 Oleg Kalnichevski wrote: > Folks > > Please review and amend the HttpCore 5.2.2 release notes as you deem > appropriate > > https://github.com/apache/httpco

Re: HttpClient 5.3 release planning

2023-05-07 Thread Gary Gregory
Any thoughts on basing 5.3 on Java 11? Gary On Sun, May 7, 2023, 04:54 Oleg Kalnichevski wrote: > Folks > > I would like to move forward with the HttpClient 5.3 development and > release HttpClient 5.3 alpha1 soon. To speed things up I propose that > HttpCore skips one release cycle and HttpCl

Re: HttpClient 5.3 release planning

2023-05-07 Thread Gary Gregory
Sounds good. Gary On Sun, May 7, 2023, 04:54 Oleg Kalnichevski wrote: > Folks > > I would like to move forward with the HttpClient 5.3 development and > release HttpClient 5.3 alpha1 soon. To speed things up I propose that > HttpCore skips one release cycle and HttpClient 5.3 be released based

Re: Parsing RFC2231 or newer spec'd data

2023-05-01 Thread Gary Gregory
Well, that puts a nail in that coffin. Thank you for the details. Gary On Mon, May 1, 2023, 16:19 Michael Osipov wrote: > Am 2023-05-01 um 22:14 schrieb Gary D. Gregory: > > Hi All, > > > > Over at Apache Commons FileUpload, I am helping to rework the code base > for our upcoming 2.0 release.

Re: [VOTE] Release HttpCore 5.2.1 based on RC1

2023-01-08 Thread Gary Gregory
+1 - ASC, SHA 512 OK - Explicit Apache RAT check OK (mvn apache-rat:check) - Building 'mvn clean verify' OK - Explicit JApiCmp check OK (mvn package japicmp:cmp -DskipTests) Using: Apache Maven 3.8.7 (b89d5959fcde851dcb1c8946a785a163f14e1e29) Maven home: /usr/local/Cellar/maven/3.8.7/libexec Jav

Re: HttpCore 5.2.1 release notes

2023-01-06 Thread Gary Gregory
LGTM (fixed one typo). Gary On Fri, Jan 6, 2023, 07:33 Oleg Kalnichevski wrote: > Folks > > Please review and amend HttpCore 5.2.1 release notes as you deem > appropriate. > > > https://github.com/apache/httpcomponents-core/blob/master/RELEASE_NOTES.txt > > Oleg > > ---

Re: Our website publishing Maven Job looks broken

2022-12-08 Thread Gary Gregory
Maybe the old git version in use has a bug? Gary On Thu, Dec 8, 2022, 10:57 Gary Gregory wrote: > Hi Matt, > Any words of wisdom here ;-) > Gary > > On Thu, Dec 8, 2022, 08:49 Oleg Kalnichevski wrote: > >> Our website publishing Maven Job looks broken. I could no

Re: Our website publishing Maven Job looks broken

2022-12-08 Thread Gary Gregory
Hi Matt, Any words of wisdom here ;-) Gary On Thu, Dec 8, 2022, 08:49 Oleg Kalnichevski wrote: > Our website publishing Maven Job looks broken. I could not figure out > what the bloody reason was. Any help would be much appreciated. > > > https://ci-builds.apache.org/job/HttpComponents/job/HttpC

Re: [VOTE] Release HttpClient 5.2.1 based on RC1

2022-12-03 Thread Gary Gregory
+1 Based on src zip, ASC, SHA512 OK Builds OK with 'mvn clean verify', RAT check OK, JApiCmp check OK. Using: Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63) Maven home: /usr/local/Cellar/maven/3.8.6/libexec Java version: 1.8.0_352, vendor: Homebrew, runtime: /usr/local/Cellar/ope

Re: HttpClient 5.2.1 release notes

2022-12-03 Thread Gary Gregory
On Sat, Dec 3, 2022 at 6:02 AM Oleg Kalnichevski wrote: > > On Sat, 2022-12-03 at 05:44 -0500, Gary Gregory wrote: > > Any chance you would release Core first to pick up the NPE fix for > > HTTPCORE‐729, then have Client pick up Core 5.2.1? > > > > I think HT

Re: HttpClient 5.2.1 release notes

2022-12-03 Thread Gary Gregory
Any chance you would release Core first to pick up the NPE fix for HTTPCORE‐729, then have Client pick up Core 5.2.1? Gary On Sat, Dec 3, 2022, 04:36 Oleg Kalnichevski wrote: > Folks > > Please review and amend HttpClient 5.2.1 release notes as you deem > appropriate. > > > https://github.com/a

Re: HttpClient 4.5.14 release notes

2022-11-29 Thread Gary Gregory
Classic typo ;-) good find. Fixed in git. Gary On Tue, Nov 29, 2022, 15:55 Michael Osipov wrote: > Am 2022-11-29 um 21:03 schrieb Oleg Kalnichevski: > > Folks > > > > Please review and amend the HttpClient 4.5.14 release notes as you deem > > appropriate. > > > > > https://github.com/apache/htt

Re: HttpClient 4.5.14 release notes

2022-11-29 Thread Gary Gregory
LGTM. Gary On Tue, Nov 29, 2022, 15:03 Oleg Kalnichevski wrote: > Folks > > Please review and amend the HttpClient 4.5.14 release notes as you deem > appropriate. > > > https://github.com/apache/httpcomponents-client/blob/4.5.x/RELEASE_NOTES.txt > > Oleg > >

Re: Post-commit review policy

2022-11-15 Thread Gary Gregory
This is a distraction from the problem I brought up in another thread: Oleg erases other people's commits at he wishes, CTR or RTC won't matter. This is not the Apache way. Gary On Tue, Nov 15, 2022, 15:37 Michael Osipov wrote: > Am 2022-11-15 um 14:32 schrieb Oleg Kalnichevski: > > We have an

Re: Possible regression in HttpClient 5.2 vs 5.1.3

2022-11-14 Thread Gary Gregory
I will provide a fix for the NPE. Ah, now I see you did. I will eventually update VFS to avoid deprecation warnings. This issue was more about testing HC 5.2 as a drop in replacement for 5.1.x, which it isn't, but 5.2.1 should be. Gary On Mon, Nov 14, 2022, 09:10 Oleg Kalnichevski wrote: > On

Re: [VOTE] Release HttpCore 5.2 based on RC1

2022-11-06 Thread Gary Gregory
+1 ASC and SHA ok. Maven build ok on macOS and Java 8. Gary On Thu, Nov 3, 2022, 08:31 Oleg Kalnichevski wrote: > Please vote on releasing these packages as HttpCore 5.2. > The vote is open for the at least 72 hours, and only votes from > HttpComponents PMC members are binding. The vote pass

Re: HttpCore 5.2 GA release notes

2022-11-01 Thread Gary Gregory
LGTM. Thanks Oleg. On Tue, Nov 1, 2022, 18:34 Oleg Kalnichevski wrote: > Folks > > Please review and amend the HttpCore 5.2 GA release notes as you deem > necessary > > https://github.com/apache/httpcomponents-core/blob/master/RELEASE_NOTES.txt > > Oleg > > -

Re: [VOTE][LAZY] Release HttpComponents Parent 13

2022-10-29 Thread Gary Gregory
+1 The git tag is not signed but I do not think signing is an Apache requirement. Tested with src zip. ASC OK SHA512 OK Builds ok with: mvn clean verify The site goal does not build an index.html which I guess is OK since we do not publish a site for the parent (IIRC). mvn clean site Using: Ap

Re: 5.1 Long term support?

2022-10-28 Thread Gary Gregory
What Oleg proposed (sorry for the top post) is fine with me. Gary On Fri, Oct 28, 2022, 05:36 Oleg Kalnichevski wrote: > > > On 10/28/2022 11:07 AM, Michael Osipov wrote: > > Am 2022-10-28 um 11:01 schrieb Oleg Kalnichevski: > >> Folks > >> > >> I would like to start the release process for Htt

Re: HC 5.2 GA next week?

2022-10-28 Thread Gary Gregory
For my money, maintaining one 4.x and one 5.x branch is enough. Gary On Fri, Oct 28, 2022, 05:07 Michael Osipov wrote: > Am 2022-10-28 um 11:01 schrieb Oleg Kalnichevski: > > Folks > > > > I would like to start the release process for HttpCore 5.2 GA followed > > by HttpClient 5.2 right after.

Re: HC 5.2 GA next week?

2022-10-28 Thread Gary Gregory
I am around. Gary On Fri, Oct 28, 2022, 05:01 Oleg Kalnichevski wrote: > Folks > > I would like to start the release process for HttpCore 5.2 GA followed > by HttpClient 5.2 right after. > > Will there be at least two more PMCs around to help me with the releases? > > Oleg > > -

  1   2   3   4   5   6   7   8   9   10   >