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

Re: JUnit 5 upgrade rant (contains obscene language)

2022-10-23 Thread Gary Gregory
Version 5 has some drawbacks but on the positive side, APIs like assertThrows are very useful. Gary On Sun, Oct 23, 2022, 04:31 Michael Osipov wrote: > Am 2022-10-22 um 17:14 schrieb Oleg Kalnichevski: > > The JUnit 5 upgrade was a cluster. > > > > The original contributor ported some of the e

Re: Please kindly revert `Use Java 8 features and APIs`

2022-09-28 Thread Gary Gregory
I'm afraid Oleg sound rude, disrespectful and threatening, so I'll ignore this message. Gary On Wed, Sep 28, 2022, 13:25 Oleg Kalnichevski wrote: > On Wed, 2022-09-28 at 18:42 +0200, Michael Osipov wrote: > > Am 2022-09-28 um 14:49 schrieb Kalnichevski Oleg: > > > Gary > > > > > > I am sorry th

Re: Please kindly revert `Use Java 8 features and APIs`

2022-09-28 Thread Gary Gregory
On Wed, Sep 28, 2022, 12:42 Michael Osipov wrote: > Am 2022-09-28 um 14:49 schrieb Kalnichevski Oleg: > > Gary > > > > I am sorry that I have to say that but your latest changes to both core > > and client projects are _not_ okay. Replacing for-loops with lambdas are > > _not_ okay. Making style

Re: HttpClient 5.2 GA soon? / HttpClient 5.3 development plans

2022-09-11 Thread Gary Gregory
I've had good experiences with GitHub Actions as a CI. Gary On Sun, Sep 11, 2022, 10:24 Oleg Kalnichevski wrote: > Folks > > There has been surprisingly very few bug reports for the 5.2 series, > which can be either a bad thing or a good thing depending on how one > looks at it. Anyway, I see n

Re: Integration test execution time; Re: [VOTE] Release HttpCore 5.1.4 based on RC1

2022-07-04 Thread Gary Gregory
I'll take a peek but FTR, this is what I see: https://pastebin.com/raw/AkAJvaNV Gary On Mon, Jul 4, 2022 at 6:49 AM Oleg Kalnichevski wrote: > > On Sun, 2022-07-03 at 17:37 -0400, Gary Gregory wrote: > > > > > > > The httpcore5-testing module is very slow on my m

Re: [VOTE] Release HttpCore 5.1.4 based on RC1

2022-07-03 Thread Gary Gregory
+1 Based on the source zip file. ASC and SHA files OK. mvn clean verify OK The httpcore5-testing module is very slow on my machine compared to the other modules. Anyone else? The whole build takes 27 minutes! It's never been this long. Tested using: openjdk version "1.8.0_322" OpenJDK Runtime

Re: HttpCore 5.1.4 release soon?

2022-06-30 Thread Gary Gregory
I am available for RC validation. Gary On Thu, Jun 30, 2022, 13:56 Michael Osipov wrote: > Am 2022-06-29 um 15:10 schrieb Oleg Kalnichevski: > > Folks > > > > Will there be enough of us online to cut a new HttpCore 5.1 release > > this week? > > I am here... > >

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

2022-06-06 Thread Gary Gregory
+1 Thank you Oleg! Tested src zip: ASC file OK SHA 512 file OK Maven toolchain points to Java 8: Toolchain in maven-surefire-plugin: JDK[/usr/local/Cellar/openjdk@8/1.8.0+322] RAT Check OK Building 'mvn clean install' OK which checks JApiCmp OK. Maven/Java/macOS: Apache Maven 3.8.5 (3599d3414f0

Re: HttpClient 5.2-beta2 release notes

2022-06-02 Thread Gary Gregory
Pushed some minor tweaks, LGTM! Gary On Thu, Jun 2, 2022 at 5:53 AM Oleg Kalnichevski wrote: > > Folks > > Please review and amend HttpClient 5.2-beta2 release notes. > > This would also be the right moment to test the latest build, report > test failures and propose release process improvements

Re: [VOTE] Release HttpCore 5.2-beta2 based on RC1

2022-05-29 Thread Gary Gregory
+1 Tested src zip file. - ASC verified OK - SHA-512 matches - RAT check OK - maven clean package OK - JApiCmp check OK - Javadoc generation OK but a lot of WARNING messages Tested with: Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: /usr/local/Cellar/maven/3.8.5/libexe

Re: HttpCore 5.2-beta2 release notes

2022-05-27 Thread Gary Gregory
I pushed some minor tweaks. Gary On Thu, May 26, 2022 at 4:41 AM Oleg Kalnichevski wrote: > > Folks > > Please review and amend the HttpCore 5.2-beta2 release notes. > > This would also be the right moment to run the latest code from the > master branch and see if there are any test failures, or

Re: HttpCore and HttpClient releases soon?

2022-05-24 Thread Gary Gregory
I am. Gary On Tue, May 24, 2022, 03:18 Oleg Kalnichevski wrote: > Folks > > I would like to cut new releases of HttpCore 5.1, HttpCore 5.2 and > HttpClient 5.2. Will there be two more PMCs around to help me with the > release? > > Oleg > > > -

Re: [httpcomponents-client] branch master updated: StringBody: just write the bytes to the output stream

2022-03-16 Thread Gary Gregory
Nice and simple! :) Gary On Wed, Mar 16, 2022, 05:01 wrote: > This is an automated email from the ASF dual-hosted git repository. > > olegk pushed a commit to branch master > in repository > https://gitbox.apache.org/repos/asf/httpcomponents-client.git > > > The following commit(s) were added

Re: [VOTE] Release HttpCore 5.2-beta1 based on RC1

2022-03-13 Thread Gary Gregory
+1 Tested zip source file. ASC OK RAT Check OK JApiCmp Check OK Build OK on macOS with 'mvn clean verify' on Java 8 and 'mvn clean verify -P'!use-toolchains' on Java 11 and 17. Environments: Darwin --- 21.3.0 Darwin Kernel Version 21.3.0: Wed Jan 5 21:37:58 PST 2022; root:xnu-8019.80.24~20/REL

Re: [httpcomponents-core] branch master updated: Fix beta number and edit title of one entry.

2022-03-12 Thread Gary Gregory
; > > > commit 033474df74f35d2ff1a97517785f0547c40e791e > > Author: Gary Gregory > > AuthorDate: Sat Mar 12 07:13:33 2022 -0500 > > > > Fix beta number and edit title of one entry. > > --- > > RELEASE_NOTES.txt | 4 ++-- > > 1 file changed,

Re: HttpCore 5.2 BETA1 release notes

2022-03-12 Thread Gary Gregory
Fixed one thing. Looks good. Gary On Sat, Mar 12, 2022 at 7:07 AM Oleg Kalnichevski wrote: > Folks > > Please review and amend HttpCore 5.2 BETA1 release notes as you deem > necessary. > > https://github.com/apache/httpcomponents-core/blob/master/RELEASE_NOTES.txt > > Now would also be the righ

Re: SHA-1 vulnerabilty

2022-02-03 Thread Gary Gregory
uld I set the SHA-2 hashing > algorithm in out config code? Why would SHA-1 be the default in 4.5.13 if > it is insecure? > > Thanks for your help. It is greatly appreciated. > > Joe > > > > On 2/2/22, 6:44 PM, "Gary Gregory" wrote: > > Can you be mor

Re: SHA-1 vulnerabilty

2022-02-02 Thread Gary Gregory
Can you be more specific? Gary On Wed, Feb 2, 2022, 17:37 Joseph Simone wrote: > In which version of httpclient would > 'SHA-1' hash algorithm used at SSLContextBuilder.java > Be fixed? > Thanks. > >

Re: [VOTE] Release HttpClient 5.1.3 based on RC1

2022-01-30 Thread Gary Gregory
Just FTR, if I run the build 'mvn clean package' in a command line loop like 'while mvn clean package; do :; done' it eventually fails, so the error is random but it still happens. Gary On Thu, Jan 27, 2022 at 8:23 AM Gary Gregory wrote: > Testing with TAR GZ file and bu

Re: [VOTE] Release HttpClient 5.1.3 based on RC1

2022-01-27 Thread Gary Gregory
is likely to be something specific to your environment or MacOS, > which I have no access to. > > Oleg > > On 1/27/2022 2:53 PM, Oleg Kalnichevski wrote: > > On Thu, 2022-01-27 at 08:38 -0500, Gary Gregory wrote: > >> On Thu, Jan 27, 2022 at 8:31 AM Oleg Kalnichevski >

Re: [VOTE] Release HttpClient 5.1.3 based on RC1

2022-01-27 Thread Gary Gregory
java.lang.String,byte[],int,int,java.security.ProtectionDomain) throws java.lang.ClassFormatError accessible: module java.base does not "opens java.lang" to unnamed module @2f3d6cd8 at org.apache.hc.client5.http.impl.cache.TestCachingExec.setUp(TestCachingExec.java:93) Gary On Thu, Jan 27, 2022

Re: [VOTE] Release HttpClient 5.1.3 based on RC1

2022-01-27 Thread Gary Gregory
On Thu, Jan 27, 2022 at 8:31 AM Oleg Kalnichevski wrote: > On Thu, 2022-01-27 at 08:23 -0500, Gary Gregory wrote: > > Testing with TAR GZ file and building from the git tag (HEAD detached > > at > > 5.1.3-RC1). > > > > ASC file is good. > > Checksum OK. &

Re: [VOTE] Release HttpClient 5.1.3 based on RC1

2022-01-27 Thread Gary Gregory
Exactly. you has a "look" instead of a command proving that the sums match. What happens when you run 'shasum --check httpcomponents-client-5.1.3-src.tar.gz.sha512' ? Gary On Thu, Jan 27, 2022 at 8:28 AM Oleg Kalnichevski wrote: > On Thu, 2022-01-27 at 08:14 -0500, Gar

Re: [VOTE] Release HttpClient 5.1.3 based on RC1

2022-01-27 Thread Gary Gregory
Testing with TAR GZ file and building from the git tag (HEAD detached at 5.1.3-RC1). ASC file is good. Checksum OK. Running 'mvn clean verify' fails randomly: [INFO] Running org.apache.hc.client5.testing.async.TestHttp1Async [ERROR] Tests run: 24, Failures: 0, Errors: 1, Skipped: 0, Time elapsed

Re: [VOTE] Release HttpClient 5.1.3 based on RC1

2022-01-27 Thread Gary Gregory
It would be better for verification if one could run: shasum --check httpcomponents-client-5.1.3-src.tar.gz.sha512 which currently returns: shasum: httpcomponents-client-5.1.3-src.tar.gz.sha512: no properly formatted SHA checksum lines found Gary On Thu, Jan 27, 2022 at 7:59 AM Oleg Kalnichevs

Re: HttpClient 5.1.3 release notes

2022-01-27 Thread Gary Gregory
LGTM as well. Gary On Thu, Jan 27, 2022 at 7:51 AM Michael Osipov wrote: > Am 2022-01-24 um 18:31 schrieb Oleg Kalnichevski: > > Folks > > > > Please review and amend HttpClient 5.1.3 release notes > > > > > https://github.com/apache/httpcomponents-client/blob/5.1.x/RELEASE_NOTES.txt > > LGTM >

Re: HttpCore / HttpClient 5.2 BETA

2022-01-25 Thread Gary Gregory
Sounds good to me. Gary On Tue, Jan 25, 2022, 08:49 Oleg Kalnichevski wrote: > Folks > > I propose HttpCore / HttpClient 5.2 development be transitioned to the > BETA phase (no major API changes) with the month of June being the > preliminary target for 5.2 GA. > > Cheers > > Oleg > > > > On Mo

Re: [VOTE] Release HttpCore 5.1.3 based on RC1

2021-12-19 Thread Gary Gregory
+1 Running `mvn clean package` works with: openjdk version "1.8.0_312" OpenJDK Runtime Environment (build 1.8.0_312-bre_2021_10_20_23_15-b00) OpenJDK 64-Bit Server VM (build 25.312-b00, mixed mode) Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537) Maven home: /usr/local/Cellar/maven/

  1   2   3   4   5   6   7   8   9   10   >