HttpClient 5.4.2 release notes

2025-01-28 Thread Oleg Kalnichevski
Folks Please review HttpClient 5.4.2 release notes and amend them as you deem necessary https://github.com/apache/httpcomponents-client/blob/5.4.x/RELEASE_NOTES.txt Oleg - To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org F

Re: [PR] HTTPCLIENT-2358 Implement a mutual authentication capable SPNEGO scheme [httpcomponents-client]

2025-01-28 Thread via GitHub
michael-o commented on code in PR #615: URL: https://github.com/apache/httpcomponents-client/pull/615#discussion_r1932087039 ## httpclient5/src/main/java/org/apache/hc/client5/http/auth/MutualKerberosConfig.java: ## @@ -0,0 +1,159 @@ +/* + *

Re: HttpClient 5.4.2 release notes

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

Re: [PR] HTTPCLIENT-2358 Implement a mutual authentication capable SPNEGO scheme [httpcomponents-client]

2025-01-28 Thread via GitHub
stoty commented on PR #615: URL: https://github.com/apache/httpcomponents-client/pull/615#issuecomment-2619290809 Thanks. I've made the changes to MutualKerberosConfig. While I don't use Tomcat, testing Jgss with Jetty is doable, in fact one of the ways I tested this was via the S

Re: HttpClient 5.4.2 release notes

2025-01-28 Thread Arturo Bernal
LGTM Arturo On Tue, Jan 28, 2025 at 2:25 PM Oleg Kalnichevski wrote: > Folks > > Please review HttpClient 5.4.2 release notes and amend them as you deem > necessary > > > https://github.com/apache/httpcomponents-client/blob/5.4.x/RELEASE_NOTES.txt > > Oleg > > -

[VOTE] Release HttpClient 5.4.2 based on RC1

2025-01-28 Thread Oleg Kalnichevski
Please vote on releasing these packages as HttpClient 5.4.2. The vote is open for the at least 72 hours, and only votes from HttpComponents PMC members are binding. The vote passes if at least three binding +1 votes are cast and there are more +1 than -1 votes. Release notes: https://dist.apache

Re: [VOTE] Release HttpCore 5.3.3 based on RC1

2025-01-28 Thread Oleg Kalnichevski
[x] +1 Release the packages as HttpCore 5.3.3. On Fri, 2025-01-24 at 18:24 +0100, Oleg Kalnichevski wrote: > Please vote on releasing these packages as HttpCore 5.3.3. The vote > is > open for the at least 72 hours, and only votes from HttpComponents > PMC > members are binding. The vote passes if

[VOTE][RESULT] Release HttpComponents HttpCore 5.3.3 based on RC1

2025-01-28 Thread Oleg Kalnichevski
The vote to release HttpComponents HttpCore 5.3.3 based on RC1 has passed with the following results +1 (3 binding votes in total) Arturo Bernal * Gary Gregory * Oleg Kalnichevski * no other votes * binding votes Original voting thread: https://lists.apache.org/thread/hhcks2v9sq2soyb4qo26b8t

Re: [PR] HTTPCLIENT-2358 Implement a mutual authentication capable SPNEGO scheme [httpcomponents-client]

2025-01-28 Thread via GitHub
michael-o commented on PR #615: URL: https://github.com/apache/httpcomponents-client/pull/615#issuecomment-2618852639 A full coverage test contains JGSS (via Tomcat), MIT Kerberos (via mod_auth_gssapi), Microsoft Kerberos (via IIS). Virtually impossible to automate. I will do manual test