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

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

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: 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: 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-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: 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: 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: [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: [VOTE] Release HttpComponents Core 4.4.1 based on RC1

2015-03-16 Thread Gary Gregory
I found a problem when I run 'mvn test': Tests run: 13, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.868 sec <<< FAILURE! - in org.apache.http.ssl.TestSSLContextBuilder testSSLHanskshakeProtocolMismatch2(org.apache.http.ssl.TestSSLContextBuilder) Time elapsed: 0.062 sec <<< ERROR! java.lan

Re: [VOTE] Release HttpComponents Core 4.4.1 based on RC1

2015-03-16 Thread Gary Gregory
This is using the src zip file. Gary On Mon, Mar 16, 2015 at 11:41 AM, Gary Gregory wrote: > I found a problem when I run 'mvn test': > > Tests run: 13, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.868 sec > <<< FAILURE! - in org.apache

Re: [VOTE] Release HttpComponents Client 4.4.1 based on RC1

2015-03-25 Thread Gary Gregory
FYI: I was able to run through BUILDING.txt without any issue with Java 7 64-bit on Windows 7. I'll continue tomorrow. Gary On Tue, Mar 24, 2015 at 9:10 AM, Oleg Kalnichevski wrote: > Please vote on releasing these packages as HttpComponents Client 4.4.1. > The vote is open for the at least 72

Re: [VOTE] Release HttpComponents Client 4.4.1 based on RC1

2015-03-27 Thread Gary Gregory
, platform encoding: Cp1252 OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows" Gary On Wed, Mar 25, 2015 at 2:27 PM, Gary Gregory wrote: > FYI: I was able to run through BUILDING.txt without any issue with Java 7 > 64-bit on Windows

Re: [VOTE] Release HttpComponents AsyncClient 4.1 based on RC1

2015-04-10 Thread Gary Gregory
I get this failure running 'mvn test' from the src zip: --- T E S T S --- Running org.apache.http.impl.nio.conn.TestPoolingHttpClientAsyncConnectionManager Tests run: 25, Failures: 0, Errors: 0

Re: [VOTE] Release HttpComponents AsyncClient 4.1 based on RC1

2015-04-13 Thread Gary Gregory
Kalnichevski wrote: > On Fri, 2015-04-10 at 13:08 -0700, Gary Gregory wrote: > > I get this failure running 'mvn test' from the src zip: > > > > --- > &g

Re: [VOTE] Release HttpComponents AsyncClient 4.1 based on RC1

2015-04-14 Thread Gary Gregory
On Tue, Apr 14, 2015 at 11:31 AM, Oleg Kalnichevski wrote: > On Mon, 2015-04-13 at 13:23 -0700, Gary Gregory wrote: > > Here is what I get with trunk: > > > > -

Re: [VOTE] Release HttpComponents AsyncClient 4.1 based on RC1

2015-04-15 Thread Gary Gregory
On Wed, Apr 15, 2015 at 6:28 AM, Oleg Kalnichevski wrote: > On Tue, 2015-04-14 at 14:00 -0700, Gary Gregory wrote: > > On Tue, Apr 14, 2015 at 11:31 AM, Oleg Kalnichevski > > wrote: > > > > > On Mon, 2015-04-13 at 13:23 -0700, Gary Gregory wrote: > &g

Re: [VOTE] Release HttpComponents AsyncClient 4.1 based on RC1

2015-04-15 Thread Gary Gregory
On Wed, Apr 15, 2015 at 12:01 PM, Oleg Kalnichevski wrote: > On Wed, 2015-04-15 at 11:35 -0700, Gary Gregory wrote: > > On Wed, Apr 15, 2015 at 6:28 AM, Oleg Kalnichevski > wrote: > > > > > On Tue, 2015-04-14 at 14:00 -0700, Gary Gregory wrote: > > > >

Re: [VOTE] Release HttpComponents AsyncClient 4.1 based on RC2

2015-04-16 Thread Gary Gregory
+1 Ran through BUILDING.txt from src zip, MD5 OK, ASC OK. Using: Apache Maven 3.3.1 (cab6659f9874fa96462afef40fcf6bc033d58c1c; 2015-03-13T13:10:27-07:00) Maven home: C:\Java\apache-maven-3.3.1 Java version: 1.7.0_75, vendor: Oracle Corporation Java home: C:\Program Files\Java\jdk1.7.0_75\jre Def

Re: [VOTE] Release HttpComponents Client 4.5 based on RC1

2015-05-29 Thread Gary Gregory
I've lost track of where we are here, is there an impending RC2? Gary On Sat, May 23, 2015 at 2:53 AM, Oleg Kalnichevski wrote: > Please vote on releasing these packages as HttpComponents Client 4.5. > The vote is open for the at least 72 hours, and only votes from > HttpComponents PMC members

Re: [VOTE] Release HttpComponents Client 4.5 based on RC2

2015-06-01 Thread Gary Gregory
+1. Tested src zip, MD5 OK, ASC, OK. Ran through BUILDING.txt OK. Using: Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06; 2015-04-22T04:57:37-07:00) Maven home: C:\Java\apache-maven-3.3.3 Java version: 1.7.0_79, vendor: Oracle Corporation Java home: C:\Program Files\Java\jdk1.7.0_79

Re: Draft board report for June 2015

2015-06-09 Thread Gary Gregory
On Tue, Jun 9, 2015 at 12:50 AM, Oleg Kalnichevski wrote: > On Mon, 2015-06-08 at 18:43 +0530, Asankha C. Perera wrote: > > Hi All > > > > Its again the time for our report to the board. Could you review the > > draft I've put together, and update anything I've missed. > > > > The deadline is the

Re: Draft board report for August 2015

2015-08-10 Thread Gary Gregory
The current version is minimalist but looks good! Thank you for preparing it. Gary On Mon, Aug 10, 2015 at 2:25 AM, Asankha C. Perera wrote: > Hi All > > I am not sure why we have been asked to submit a report just after 2 > months since our last report in June!! > > We don't even have a relea

Re: [VOTE] Release HttpComponents Core 4.4.2 based on RC1

2015-08-24 Thread Gary Gregory
Running 'mvn test', I get: testSSLHanskshakeProtocolMismatch2(org.apache.http.ssl.TestSSLContextBuilder) Time elapsed: 0.031 sec <<< ERROR! java.lang.Exception: Unexpected exception, expected but was at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInput

Re: [VOTE] Release HttpComponents Core 4.4.2 based on RC1

2015-08-25 Thread Gary Gregory
On Tue, Aug 25, 2015 at 3:22 AM, Oleg Kalnichevski wrote: > On Mon, 2015-08-24 at 22:13 -0700, Gary Gregory wrote: > > Running 'mvn test', I get: > > > > > testSSLHanskshakeProtocolMismatch2(org.apache.http.ssl.TestSSLContextBuilder) >

org.apache.http.HttpMessage ?

2015-08-26 Thread Gary Gregory
Right now we have: org.apache.http.HttpMessage Do we really want to have any kind of object in there or would this be better: org.apache.http.HttpMessage ? The above change does not seem to cause compilation problems and tests are OK, at least in httpcore. Gary -- E-Mail: garydgreg...@gmail

Re: org.apache.http.HttpMessage ?

2015-08-28 Thread Gary Gregory
On Fri, Aug 28, 2015 at 10:26 AM, Oleg Kalnichevski wrote: > On Wed, 2015-08-26 at 16:27 -0700, Gary Gregory wrote: > > Right now we have: > > > > org.apache.http.HttpMessage > > > > Do we really want to have any kind of object in

Re: [VOTE] Release HttpComponents Core 4.4.2 based on RC2

2015-09-01 Thread Gary Gregory
I'm confused, I thought one of the changes for RC2 was to fix TestSSLContextBuilder on Windows? I still get the same test failures. Gary On Sun, Aug 30, 2015 at 11:44 AM, Oleg Kalnichevski wrote: > Please vote on releasing these packages as HttpComponents Core 4.4.2. > The vote is open for the

Re: [VOTE] Release HttpComponents Core 4.4.3 based on RC1

2015-09-04 Thread Gary Gregory
Arg, I wish I could have ported my fix for the SSL exception test from trunk... that would have let me do a clean build for this version. Gary On Fri, Sep 4, 2015 at 12:01 PM, Oleg Kalnichevski wrote: > Please vote on releasing these packages as HttpComponents Core 4.4.3. > The vote is open for

Re: [VOTE] Release HttpComponents Client 4.5.1 based on RC1

2015-09-11 Thread Gary Gregory
+1. Builds like a champ following BUILDING.txt with: Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06; 2015-04-22T04:57:37-07:00) Maven home: C:\Java\apache-maven-3.3.3\bin\.. Java version: 1.7.0_79, vendor: Oracle Corporation Java home: C:\Program Files\Java\jdk1.7.0_79\jre Default lo

Re: [VOTE] Release HttpComponents Core 4.4.4 based on RC1

2015-10-27 Thread Gary Gregory
+1 To bad I did not port the test to the branch to avoid: testSSLHanskshakeProtocolMismatch2(org.apache.http.ssl.TestSSLContextBuilder) Time elapsed: 0.03 sec <<< ERROR! java.lang.Exception: Unexpected exception, expected but was at java.net.SocketInputStream.socketRead0(Native Method)

Re: [VOTE][RESULT] Release HttpComponents Core 4.4.4 based on RC1

2015-10-30 Thread Gary Gregory
t; with the following results > > +1 (3 binding votes in total) > Gary Gregory * > Oleg Kalnichevski * > Asankha C. Perera * > > no other votes > > * binding votes > > Original voting thread: > http://mail-archives.apache.org/mod_mbox/hc-dev/201510.mbox

Re: [VOTE] Release HttpComponents AsyncClient 4.1.1 based on RC1

2015-11-01 Thread Gary Gregory
+1 >From src zip, MD5 OK, ASC OK. Building with BUILDING.txt OK. Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1; 2014-12-14T09:29:23-08:00) Maven home: C:\Java\apache-maven-3.2.5 Java version: 1.7.0_79, vendor: Oracle Corporation Java home: C:\Program Files\Java\jdk1.7.0_79\jre Def

Re: Draft board report for November 2015

2015-11-04 Thread Gary Gregory
Looks good now! Gary On Nov 4, 2015 2:25 AM, "Asankha C. Perera" wrote: > Thanks Oleg and Sebb for noticing this item that I missed. > > regards > asankha > > On 11/04/2015 03:35 PM, sebb wrote: > >> On 4 November 2015 at 08:57, Oleg Kalnichevski wrote: >> >>> On Wed, 2015-11-04 at 06:57 +0530,

Re: HC 5.0: co-location with HC 4.x

2015-11-20 Thread Gary Gregory
On Fri, Nov 20, 2015 at 2:50 AM, Oleg Kalnichevski wrote: > On Thu, 2015-11-19 at 23:27 +, sebb wrote: > > On 19 November 2015 at 21:17, Michael Osipov > wrote: > > > Am 2015-11-19 um 12:32 schrieb Oleg Kalnichevski: > > ... > > > > > > > First of all, I wouldn't use any of those. (Currently

Re: HC 5.0: co-location with HC 4.x

2015-11-20 Thread Gary Gregory
On Fri, Nov 20, 2015 at 10:04 AM, Michael Osipov wrote: > Am 2015-11-20 um 16:33 schrieb Oleg Kalnichevski: > >> On Fri, 2015-11-20 at 15:13 +0100, Michael Osipov wrote: >> >>> On Fri, 2015-11-20 at 12:42 +0100, Michael Osipov wrote: > On Thu, 2015-11-19 at 23:27 +, sebb wrote: >

Re: HC 5.0: package / module structure; Re: HC 5.0: co-location with HC 4.x

2015-11-21 Thread Gary Gregory
+1. I would not mind using Java 8 too. Gary On Nov 21, 2015 9:03 AM, "Oleg Kalnichevski" wrote: > Folks > > I moved code to org.apache.hc.core5 namespace as the first step. > > Now I would like to move things around in order to make the package > structure more consistent, reduce circular depen

Re: HC 5.0: package / module structure; Re: HC 5.0: co-location with HC 4.x

2015-11-22 Thread Gary Gregory
On Sun, Nov 22, 2015 at 3:10 PM, Jon Moore wrote: > On Sat, Nov 21, 2015 at 1:56 PM, Michael Osipov > wrote: > > > Am 2015-11-21 um 19:52 schrieb Gary Gregory: > > > >> +1. > >> > >> I would not mind using Java 8 too. > >> > > >

Re: HC 5.0: artifact id; Re: HC 5.0: package / module structure; Re: HC 5.0: co-location with HC 4.x

2015-11-25 Thread Gary Gregory
On Wed, Nov 25, 2015 at 12:03 PM, Michael Osipov wrote: > Am 2015-11-25 um 17:36 schrieb Oleg Kalnichevski: > >> Folks >> >> I made the first pass at re-arranging packages in HttpCore trunk and >> think it is presently good enough for 5.0-alpha1 >> >> Please feel free to take a look. >> > > Just

Re: svn commit: r1716560

2015-11-26 Thread Gary Gregory
On Thu, Nov 26, 2015 at 12:33 AM, Oleg Kalnichevski wrote: > Gary, > > HC 4.4 is expected to be Java 1.6 compatible. Is it really reasonable to > deprecate code in HC 4.4 in favor of something that does not exist in > Java 1.6? Now we have deprecation warnings even in our own example > classes wi

Better header API

2015-11-30 Thread Gary Gregory
I'd like to apply this patch: -- E-Mail: garydgreg...@gmail.com | ggreg...@apache.org Java Persistence with Hibernate, Second Edition JUnit in Action, Second Edition Spring Batch in Action Blog

Re: Better header API

2015-11-30 Thread Gary Gregory
null); } @Override Thoughts? Gary On Mon, Nov 30, 2015 at 10:53 AM, Gary Gregory wrote: > I'd like to apply this patch: > > > -- > E-Mail: garydgreg...@gmail.com | ggreg...@apache.org > Java Persistence with Hibernate, Second Edition > <http://www.m

  1   2   3   4   5   6   7   8   9   10   >