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

2024-05-22 Thread Gary Gregory
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. > >> > >> M

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]

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.

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

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

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

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

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

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/openjdk@8/1

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

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

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:

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

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:

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

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

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:

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

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

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:

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

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

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

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 >

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 >

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,

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

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

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

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 coul

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

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:

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

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

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

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

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:

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

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

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

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

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 machin

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

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

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:

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,

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;

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

Re: SHA-1 vulnerabilty

2022-02-03 Thread Gary Gregory
et 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 more sp

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 building from the git

Re: [VOTE] Release HttpClient 5.1.3 based on RC1

2022-01-27 Thread Gary Gregory
t; It 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, Gary

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

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

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

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:

Re: HttpCore 5.1.3 release notes

2021-12-19 Thread Gary Gregory
LGTM! TY Oleg. Gary On Sun, Dec 19, 2021 at 6:27 AM Oleg Kalnichevski wrote: > > Folks > > Please review and amend the HttpCore 5.1.3 release notes as you deem > necessary. > > https://github.com/apache/httpcomponents-core/blob/5.1.x/RELEASE_NOTES.txt > > Oleg > > >

Re: HttpCore 5.1.3 release over Christmas?

2021-12-17 Thread Gary Gregory
I will be available. Gary On Fri, Dec 17, 2021, 11:34 Oleg Kalnichevski wrote: > Folks > > I would like to release HttpCore 5.1.3 soon as there has been a number > of bug fixes since the last release. > > Would there be at least 2 more PMCs online during this holiday period > to help me with

Re: [VOTE] Release HttpAsyncClient 4.1.5 based on RC1

2021-12-09 Thread Gary Gregory
+1 Apache RAT check OK. CLIRR check OK. Building 'mvn clean package' OK OS: Darwin***21.1.0 Darwin Kernel Version 21.1.0: Wed Oct 13 17:33:23 PDT 2021; root:xnu-8019.41.5~1/RELEASE_X86_64 x86_64 Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537) Maven home:

Re: HttpAsyncClient 4.1.5 release notes

2021-12-08 Thread Gary Gregory
Oh but then it would mess up the announcement generation? On Wed, Dec 8, 2021 at 7:16 AM Gary Gregory wrote: > Thank you Oleg for preparing. I fixed 2 minor typos. Aside from that, > looks good to me. > > Gary > > On Wed, Dec 8, 2021 at 4:11 AM Oleg Kalnichevski wrote: >

Re: HttpAsyncClient 4.1.5 release notes

2021-12-08 Thread Gary Gregory
Thank you Oleg for preparing. I fixed 2 minor typos. Aside from that, looks good to me. Gary On Wed, Dec 8, 2021 at 4:11 AM Oleg Kalnichevski wrote: > Folks > > Please review and amend HttpAsyncClient 4.1.5 release notes > > >

Re: [VOTE] Release HttpCore 4.4.15 based on RC1

2021-12-03 Thread Gary Gregory
ICE, LICENSE, README, doap files > > * verified signatures > > * NOTICE.txt needs copyright date updated > > * doap file is not up to date > > > > Depending on your release cadence, you may want to address the copyright > in > > the NOTICE.txt file before

Re: [VOTE] Release HttpCore 4.4.15 based on RC1

2021-12-03 Thread Gary Gregory
+1 ...but I can't verify licensing with 'mvn clean apache:rat-check' because some files in target and .gitignore are included as failures. OK building mvn clean package -V -P'!use-toolchains' works with Java 8, 11 on macOS Darwin *** 21.1.0 Darwin Kernel Version 21.1.0: Wed Oct 13 17:33:23 PDT

Re: HttpCore 4.4.15 release notes

2021-12-02 Thread Gary Gregory
I fixed a minor typo. LGTM, thanks Oleg. Gary On Thu, Dec 2, 2021, 04:32 Oleg Kalnichevski wrote: > Folks > > Please review and amend HttpCore 4.4.15. I will cut the release later today > > https://github.com/apache/httpcomponents-core/blob/4.4.x/RELEASE_NOTES.txt > > Oleg > >

Re: [VOTE] Release HttpClient 5.1.2 based on RC1

2021-11-13 Thread Gary Gregory
+1 Builds OK in Windows 10 and Maven 3.8.3 with: - Java 8 with Java 7 in the Maven toolchain. - With the toolchain disabled: Java 8 and 11. The build fails on Java 17 (toolchain disabled) due to some JPMS error. Gary On Sat, Nov 13, 2021, 13:34 Oleg Kalnichevski wrote: > Please vote on

Re: Deprecation of CloseableHttpResponse in HttpClient 5.2?

2021-11-10 Thread Gary Gregory
If we are still going to support the old style API because we still need it as an escape hatch to implement complex solutions, those APIs should not become deprecated IMO. Gary On Tue, Nov 9, 2021, 14:01 Oleg Kalnichevski wrote: > > > On 11/9/2021 10:07 AM, Michael Osipov wrote: > > Am

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

2021-11-01 Thread Gary Gregory
+1 Testing HEAD detached at 5.2-alpha1-RC1 Running 'mvn clean verify' with: Apache Maven 3.8.3 (ff8e977a158738155dc465c6a97ffaf31982d739) Maven home: /usr/local/Cellar/maven/3.8.3/libexec Java version: 1.8.0_292, vendor: AdoptOpenJDK, runtime:

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

2021-10-29 Thread Gary Gregory
Doh! Thank you for the clarification. Gary On Fri, Oct 29, 2021, 09:41 Oleg Kalnichevski wrote: > On Fri, 2021-10-29 at 09:21 -0400, Gary Gregory wrote: > > I am getting confused, shouldn't this be 5.2 Alpha 3? We've already > > had > > Alpha 1 and 2. > > >

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

2021-10-29 Thread Gary Gregory
I am getting confused, shouldn't this be 5.2 Alpha 3? We've already had Alpha 1 and 2. https://downloads.apache.org/httpcomponents/httpcore/RELEASE_NOTES-5.2.x.txt On Fri, Oct 29, 2021, 09:16 Oleg Kalnichevski wrote: > Please vote on releasing these packages as HttpClient 5.2-alpha1. > The

Re: [VOTE] Release HttpClient 5.1.1 based on RC1

2021-10-23 Thread Gary Gregory
+1 OK, on Windows 10 with Eclipse Java 8 and 11 'mvn clean package' with Maven 3.8.3. On Java 17, there is a failure due to the build (or a plugin) not opening the java.base module. Tested Maven build Java 8 with my toolchain pointing to a Java 7 install, then tested without a toolchain with

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

2021-10-17 Thread Gary Gregory
+1 Testing git tag on macOS 11.6 and Windows 10 with Java 8, 11, and 17. Maven RAT check OK. Maven JApiCmp check OK Build 'mvn clean package' passes on macOS 11.6 and Windows 10 Java 8. Also passes on macOS Java 11 and 17 with toolchains profile disabled. Tested on Darwin _redacted_ 20.6.0

Re: HttpCore 5.2-alpha2 release notes

2021-10-16 Thread Gary Gregory
Looks good. I just made a small tweak to refer to Java 8 instead of 1.8. Gary On Sat, Oct 16, 2021, 10:37 Oleg Kalnichevski wrote: > Folks > > Please review and ammend HttpCore 5.2-alpha2 release notes > > https://github.com/apache/httpcomponents-core/blob/master/RELEASE_NOTES.txt > > Oleg >

Re: HttpCore 5.2a2, HttpClient 5.2a1 soon

2021-10-16 Thread Gary Gregory
I have one small refactoring I am considering for later today, but nothing crucial. TY for the heads up. Gary On Sat, Oct 16, 2021, 05:37 Oleg Kalnichevski wrote: > Folks > > I would like to release HttpCore 5.2a2 sometime next week, immediately > followed by HttpClient 5.2a1 and HttpClient

Re: Travis CI broken by the latest changes in master

2021-10-12 Thread Gary Gregory
Ok, the core builds now pass, it turns out that Travis uses a JRE instead of a JDK for Java 8 on arm64, go figure. On to the client builds... Gary On Tue, Oct 12, 2021, 06:34 Gary Gregory wrote: > I will look into this... > > Gary > > On Tue, Oct 12, 2021, 05:28 Oleg Kaln

Re: Travis CI broken by the latest changes in master

2021-10-12 Thread Gary Gregory
I will look into this... Gary On Tue, Oct 12, 2021, 05:28 Oleg Kalnichevski wrote: > Hi Gary > > Your latest round of changes appears to have broken the Travis CI jobs > in core and client master. Please kindly fix them or revert your > changes. Broken CI jobs are no use to anyone. > >

  1   2   3   4   5   6   7   8   9   10   >