+1 Release the packages as HttpClient 5.4-beta1.
Arturo
On Sun, Jun 23, 2024 at 11:09 AM Oleg Kalnichevski wrote:
> Please vote on releasing these packages as HttpClient 5.4-beta1.
> The vote is open for the at least 72 hours, and only votes from
> HttpComponents PMC members are binding. The
+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
On 24/06/2024 13:07, Gary Gregory wrote:
+1
ASC OK
SHA512 eyeball comparison OK (shasum --check fails due to file format)
Gary,
Do you happen to know what specifically shasum does not like?
Oleg
-
To unsubscribe, e-mail
Hi Oleg,
A bit of googling pointed me to
https://unix.stackexchange.com/questions/23014/is-there-file-format-for-checksums
If I edit the sha512 file to contain TWO spaces between the checksum
and the file name, then it works:
shasum --check httpcomponents-client-5.4-beta1-src.zip.sha512
httpcomp
On Mon, 2024-06-24 at 07:38 -0400, Gary Gregory wrote:
> Hi Oleg,
>
> A bit of googling pointed me to
> https://unix.stackexchange.com/questions/23014/is-there-file-format-for-checksums
>
> If I edit the sha512 file to contain TWO spaces between the checksum
> and the file name, then it works:
>
[x] +1 Release the packages as HttpClient 5.4-beta1
Oleg
On Sun, 2024-06-23 at 11:09 +0200, Oleg Kalnichevski wrote:
> Please vote on releasing these packages as HttpClient 5.4-beta1.
> The vote is open for the at least 72 hours, and only votes from
> HttpComponents PMC members are binding. The v
The Apache HttpComponents project is pleased to announce 5.3-beta1
release of HttpComponents Core.
This is the first BETA release in the 5.3 release series. It features a
re-designed classic (blocking) TLS session management and server-side
request routing APIs. It is likely to be the last BETA re
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 wrote:
> > Hi Oleg,
> >
> > A bit of