[VOTE][RESULT] Release HttpComponents Client 4.5.14 based on RC1

2022-12-04 Thread Oleg Kalnichevski
The vote to release HttpComponents Client 4.5.14 based on RC1 has passed with the following results +1 (3 binding votes in total) Ryan Schmitt * Oleg Kalnichevski * Michael Osipov * no other votes * binding votes Original voting thread: https://lists.apache.org/thread

[ANNOUNCEMENT] HttpComponents Client 4.5.14 GA Released

2022-12-05 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 4.5.14 GA release of HttpComponents HttpClient. This is a maintenance release that fixes several minor bugs reported discovered since the 4.5.13 release. Download - Release notes -

Re: Bearer auth scheme support (RFC 6750)

2022-12-05 Thread Oleg Kalnichevski
properly support. The plan is to disable and deprecate them in 5.3 and remove them entirely in 6.0 (if it ever happens). One would need to explicitly enable those auth schemes as of 5.3 in order to continue using them. Oleg > > On Sat, Dec 3, 2022 at 6:48 AM Oleg Kalnichevski > > w

Re: [VOTE] Release HttpClient 5.2.1 based on RC1

2022-12-07 Thread Oleg Kalnichevski
[x] +1 Release the packages as HttpClient 5.2.1. On Sat, 2022-12-03 at 16:34 +0100, Oleg Kalnichevski wrote: > Please vote on releasing these packages as HttpClient 5.2.1. > The vote is open for the at least 72 hours, and only votes from > HttpComponents PMC members are binding. The vo

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

2022-12-07 Thread Oleg Kalnichevski
The vote to release HttpComponents HttpCore 5.2.1 based on RC1 has passed with the following results +1 (3 binding votes in total) Michael Osipov * Gary Gregory * Oleg Kalnichevski * no other votes * binding votes Original voting thread: https://lists.apache.org/thread

[VOTE][RESULT] Release HttpComponents HttpClient 5.2.1 based on RC1 (corrected)

2022-12-07 Thread Oleg Kalnichevski
The vote to release HttpComponents HttpClient 5.2.1 based on RC1 has passed with the following results +1 (3 binding votes in total) Michael Osipov * Gary Gregory * Oleg Kalnichevski * no other votes * binding votes Original voting thread: https://lists.apache.org/thread

[ANNOUNCEMENT] HttpComponents Client 5.2.1 GA Released

2022-12-08 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 5.2.1 GA release of HttpComponents HttpClient. This is a maintenance release that fixes several regressions found in release 5.2. Download - Release notes -

Our website publishing Maven Job looks broken

2022-12-08 Thread Oleg Kalnichevski
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/HttpComponents%20Website/job/master/ Oleg

Re: [VOTE][RESULT] Release HttpComponents HttpClient 5.2.1 based on RC1 (corrected)

2022-12-29 Thread Oleg Kalnichevski
apache.httpcomponents.core5/httpcore5 > > > > What am I missing? > > HttpCore 5.2.1 has not been released yet. Oleg > > Gary > > > > > > On 2022/12/07 13:00:37 Oleg Kalnichevski wrote: > > > The vote to release HttpComponents HttpClient 5.2.1 b

HttpCore 5.2.1 release notes

2023-01-06 Thread Oleg Kalnichevski
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 - To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For a

[VOTE] Release HttpCore 5.2.1 based on RC1

2023-01-07 Thread Oleg Kalnichevski
Please vote on releasing these packages as HttpCore 5.2.1. 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.o

Re: [VOTE] Release HttpCore 5.2.1 based on RC1

2023-01-07 Thread Oleg Kalnichevski
On Sat, 2023-01-07 at 09:41 +0100, Michael Osipov wrote: > Am 2023-01-07 um 09:16 schrieb Oleg Kalnichevski: > > Please vote on releasing these packages as HttpCore 5.2.1. > > The vote is open for the at least 72 hours, and only votes from > > HttpComponents PMC members

Re: [VOTE] Release HttpCore 5.2.1 based on RC1

2023-01-09 Thread Oleg Kalnichevski
[x] +1 Release the packages as HttpCore 5.2.1. On Sat, 2023-01-07 at 09:16 +0100, Oleg Kalnichevski wrote: > Please vote on releasing these packages as HttpCore 5.2.1. > The vote is open for the at least 72 hours, and only votes from > HttpComponents PMC members are binding. The vote pas

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

2023-01-11 Thread Oleg Kalnichevski
The vote to release HttpComponents HttpCore 5.2.1 based on RC1 has passed with the following results +1 (4 binding votes in total) Michael Osipov * Gary Gregory * Oleg Kalnichevski * Asankha Perera * no other votes * binding votes Original voting thread: https://lists.apache.org/thread

[ANNOUNCEMENT] HttpComponents Core 5.2.1 GA released

2023-01-12 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 5.2.1 GA release of HttpComponents Core. This is a maintenance release that corrects several minor defects discovered since release 5.2 and fixes SOCKS proxy protocol support in the async transport. Download -

Re: EntityUtils.toByteArray gets very slow in downloading large content with unknown content-length

2023-02-08 Thread Oleg Kalnichevski
On Wed, 2023-02-08 at 19:21 +0900, 石田隼也 wrote: > Hi, our team uses `EntityUtils.toByteArray` method in > `org.apache.httpcomponents:httpcore:4.4.15` to implement HTTP client > to download a file. > > We found that file download gets very slow when downloading a file of > ~1.7 GB. Based on our inve

Re: org.brotli.dec 0.1.2 dependency in httpcomponents-client

2023-02-14 Thread Oleg Kalnichevski
On Mon, 2023-02-13 at 13:54 -0800, Ryan Schmitt wrote: > I'm sending this along on behalf of a colleague who is having trouble > getting through to the distribution list. > > > > Hi Apache client developers, > > It looks like the org.brotli.dec dependency was updated upstream for > three >

No more Java 1.8 with ASF Jenkins CI?

2023-04-02 Thread Oleg Kalnichevski
It looks like ASF Jenkins CI can no longer run on Java 1.8. It appears we have lost the ability to test our HC for Java 1.8 compatibility with the standard ASF CI infrastructure. Oleg --- [HttpComponents Client 5.2.x] $ /home/jenkins/tools/java/latest1.8/bin/java -cp /home/jenkins/maven35- agent

Re: No more Java 1.8 with ASF Jenkins CI?

2023-04-02 Thread Oleg Kalnichevski
On Sun, 2023-04-02 at 10:51 +0200, Michael Osipov wrote: > Am 2023-04-02 um 09:38 schrieb Oleg Kalnichevski: > > It looks like ASF Jenkins CI can no longer run on Java 1.8. It > > appears > > we have lost the ability to test our HC for Java 1.8 compatibility > > w

Re: Parsing RFC2231 or newer spec'd data

2023-05-03 Thread Oleg Kalnichevski
On Tue, 2023-05-02 at 17:16 +, Gary D. Gregory wrote: > On 2023/05/01 21:19:35 Michael Osipov wrote: > > Am 2023-05-01 um 22:46 schrieb Gary Gregory: > > > Well, that puts a nail in that coffin. Thank you for the details. > > > > BUT, you have to look into Apache James which has a decent MIME

HttpClient 5.3 release planning

2023-05-07 Thread Oleg Kalnichevski
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 on HttpCore 5.2. There is nothing in the HttpCore 5.3.x branch that would be requir

Re: (hc5) URIBuilder not parsing + character correctly in the query string

2023-05-11 Thread Oleg Kalnichevski
On Thu, 2023-05-11 at 12:57 +0200, Johan Blumenberg wrote: > Hi, > > I believe that there is a bug in the > org.apache.hc.core5.net.URIBuilder class, it is not converting + > characters to spaces. This is working in > org.apache.http.client.utils.URIBuilder. > > Example: > > @Test > fun testPars

The new backoff manager test cases need improvement

2023-05-14 Thread Oleg Kalnichevski
Arturo, The new backoff manager test cases need improvement. TestAIMDBackoffManager fails for me intermittently and TestLinearBackoffManager takes 50 seconds to run. At some point I thought the test had simply deadlocked. This must be fixed. Please re-think and re-design those test cases. This

HttpComponent style definitions for IDEA

2023-05-15 Thread Oleg Kalnichevski
Arturo I noticed that imports in the new classes you have contributed have a different order than the rest of the code base. We should use the same import ordering sequence to be consistent and to reduce unnecessary noise in the change-sets. If you use IDEA as your development IDE, please apply t

HttpClient Cache conformance to RFC 9111

2023-05-20 Thread Oleg Kalnichevski
Arturo et al HttpClient Cache module of the HttpComponent Client project has never been truly reviewed for conformance with RFC73xx. There are still many instances of references to RFC 2616 in comments and test cases and there are several recommendations that the caching module tries to fulfill n

Re: HttpClient Cache conformance to RFC 9111

2023-05-21 Thread Oleg Kalnichevski
ecification anyway I thought I might as well use the latest revision. Please use RFC 9111 going forward, and if you have spare cycles help me make sure that our current implementation is also conformant. Cheers Oleg > Arturo Bernal > arturobern...@yahoo.com > > > >

Re: HttpClient Cache conformance to RFC 9111

2023-05-21 Thread Oleg Kalnichevski
ket to keep track of your findings. https://issues.apache.org/jira/browse/HTTPCLIENT-2277 Oleg > Arturo Bernal > > > On 21 May 2023, at 12:44 PM, Oleg Kalnichevski > > wrote: > > > > Yes, this is the case. There is no point being partially conformant > > t

Re: End of life of HttpCore and HttpClient 4.x

2023-06-08 Thread Oleg Kalnichevski
On Thu, 2023-06-08 at 15:38 +0530, Manav Chouhan wrote: > Hello, > > I am developing an application that uses HttpcCore 4.4.x and > HttpClient > 4.5.x. > > Currently it is not convenient to move to 5.x versions of the jars. > > Can someone please let know till what time the support for 4.x serie

HttpCore 5.2.2 release notes

2023-06-14 Thread Oleg Kalnichevski
Folks Please review and amend the HttpCore 5.2.2 release notes as you deem appropriate https://github.com/apache/httpcomponents-core/blob/master/RELEASE_NOTES.txt That would also be the right moment to make sure HttpCore master builds and passes all tests for you locally. Cheers Oleg

[VOTE] Release HttpCore 5.2.2 based on RC1

2023-06-15 Thread Oleg Kalnichevski
Please vote on releasing these packages as HttpCore 5.2.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.o

Re: Idle timeout on HTTPS connections

2023-06-15 Thread Oleg Kalnichevski
On Thu, 2023-06-15 at 12:29 +, Isaac Cruz wrote: > Hello everyone, > > I'm having issues trying to set an idle timeout on https connections > on an asynchronous HTTPS server. This is what I'm doing: > >     IOReactorConfig ioReactorConfig = IOReactorConfig.custom() >     .setI

Re: Idle timeout on HTTPS connections

2023-06-15 Thread Oleg Kalnichevski
On Thu, 2023-06-15 at 15:46 +0200, Oleg Kalnichevski wrote: > On Thu, 2023-06-15 at 12:29 +, Isaac Cruz wrote: > > Hello everyone, > > > > I'm having issues trying to set an idle timeout on https > > connections > > on an asynchronou

Re: Idle timeout on HTTPS connections

2023-06-15 Thread Oleg Kalnichevski
se do the following: configure handshakeTimeout in the TlsConfig and see if that makes any difference. Oleg > > -Original Message- > > From: Oleg Kalnichevski > > Sent: jueves, 15 de junio de 2023 15:49 > > To: HttpComponents Project > > Subject: Re: Idle

Re: Idle timeout on HTTPS connections

2023-06-16 Thread Oleg Kalnichevski
ectly enforced either. > > Thanks, > Isaac > I have no idea how you have arrived at that conclusion.  Please provide a standalone test application or a Docker image that reproduces the issue. Oleg > > > -Original Message- > From: Oleg Kalnichevski > Se

Re: [VOTE] Release HttpCore 5.2.2 based on RC1

2023-06-16 Thread Oleg Kalnichevski
Called off due to HTTPCORE-752 https://issues.apache.org/jira/browse/HTTPCORE-752 Oleg On Thu, 2023-06-15 at 11:10 +0200, Oleg Kalnichevski wrote: > Please vote on releasing these packages as HttpCore 5.2.2. > The vote is open for the at least 72 hours, and only votes from > HttpCompo

[VOTE] Release HttpCore 5.2.2 based on RC2

2023-06-16 Thread Oleg Kalnichevski
Please vote on releasing these packages as HttpCore 5.2.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.org

Re: [VOTE] Release HttpCore 5.2.2 based on RC2

2023-06-17 Thread Oleg Kalnichevski
[x] +1 Release the packages as HttpCore 5.2.2 On Fri, 2023-06-16 at 16:08 +0200, Oleg Kalnichevski wrote: > Please vote on releasing these packages as HttpCore 5.2.2. > The vote is open for the at least 72 hours, and only votes from > HttpComponents PMC members are binding. The vote pas

One of the earlier commits to HttpCache looks wrong to me

2023-06-17 Thread Oleg Kalnichevski
Arturo Please see my comment to one of your previous commits https://github.com/apache/httpcomponents-client/commit/f3f07a309a8d1611a32a1de70ab946a254b4855b Oleg - To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For addit

[VOTE][RESULT] Release HttpComponents HttpCore 5.2.2 based on RC2

2023-06-19 Thread Oleg Kalnichevski
The vote to release HttpComponents HttpCore 5.2.2 based on RC2 has passed with the following results +1 (4 binding votes in total) Michael Osipov * Arturo Bernal Gary Gregory * Oleg Kalnichevski * Sandeep Gaur Asankha Perera * no other votes * binding votes Original voting thread: https

New HttpComponents committer Arturo Bernal

2023-06-21 Thread Oleg Kalnichevski
Hi Arturo As far as I understand you ASF user account should have been created by now. You should now be able to push commits to the project repositories. I have also added you as an administrator to our JIRA projects. Welcome onboard Oleg --

[ANNOUNCEMENT] HttpComponents Core 5.2.2 GA released

2023-06-21 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 5.2.2 GA release of HttpComponents Core. This is a maintenance release that corrects several defects discovered since release 5.2.1 including a major defect that can cause HTTP/2 connections allocate excessive amount of memory for their out

HttpClient 5.2.2 release plans; Re: [ANNOUNCEMENT] HttpComponents Core 5.2.2 GA released

2023-07-18 Thread Oleg Kalnichevski
On Tue, 2023-07-18 at 10:22 +0530, Sandeep Gaur wrote: > Hi All, > > We need to update httpclient with the fix of > https://issues.apache.org/jira/browse/HTTPCORE-751, can someone > please > confirm the release plan of httpclient 5.2.2. > There are no immediate plans to release HttpClient 5.2.2.

HttpCore / HttpClient development proposal

2023-08-10 Thread Oleg Kalnichevski
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 changes. Push all cache related changes to 5.4. 2. Invest more time into HttpCore 5.3 and HttpClient 5

Re: HttpCore / HttpClient development proposal

2023-08-11 Thread Oleg Kalnichevski
On Fri, 2023-08-11 at 17:08 +0200, 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 what think. > > &

HttpClient branches; Re: HttpCore / HttpClient development proposal

2023-08-12 Thread Oleg Kalnichevski
that branch! Cheers Oleg On Fri, 2023-08-11 at 17:45 +, Michael Osipov wrote: > On 2023/08/11 17:11:46 Oleg Kalnichevski wrote: > > On Fri, 2023-08-11 at 17:08 +0200, Michael Osipov wrote: > > > Am 2023-08-10 um 20:08 schrieb Oleg Kalnichevski: > > > > Folks &g

HttpClient 5.3-alpha1 release notes

2023-08-13 Thread Oleg Kalnichevski
Folks Please review and amend the HttpClient 5.3-alpha1 release notes as you deem appropriate. https://github.com/apache/httpcomponents-client/blob/master/RELEASE_NOTES.txt Oleg - To unsubscribe, e-mail: dev-unsubscr...@hc.apac

Re: HttpClient 5.3-alpha1 release notes

2023-08-15 Thread Oleg Kalnichevski
On Mon, 2023-08-14 at 19:06 +0200, Michael Osipov wrote: > Am 2023-08-13 um 18:18 schrieb Oleg Kalnichevski: > > Folks > > > > Please review and amend the HttpClient 5.3-alpha1 release notes as > > you > > deem appropriate. > > > > https://github

[VOTE] Release HttpClient 5.3-alpha1 based on RC1

2023-08-15 Thread Oleg Kalnichevski
Please vote on releasing these packages as HttpClient 5.3-alpha1. 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.a

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

2023-08-16 Thread Oleg Kalnichevski
[x] +1 Release the packages as HttpClient 5.3-alpha1 On Tue, 2023-08-15 at 11:38 +0200, Oleg Kalnichevski wrote: > Please vote on releasing these packages as HttpClient 5.3-alpha1. > The vote is open for the at least 72 hours, and only votes from > HttpComponents PMC members are binding.

[VOTE][RESULT] Release HttpComponents HttpClient 5.3-alpha1 based on RC1

2023-08-19 Thread Oleg Kalnichevski
The vote to release HttpComponents HttpClient 5.3-alpha1 on RC1 has passed with the following results +1 (4 binding votes in total) Michael Osipov * Gary Gregory * Oleg Kalnichevski * Arturo Bernal Ryan Schmitt * no other votes * binding votes Original voting thread: https

[ANNOUNCEMENT] HttpComponents Client 5.2.1 GA Released

2023-08-21 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 5.3-alpha1 release of HttpComponents HttpClient. This is the first release in the 5.3 release series that introduces support for the Bearer authentication scheme (RFC 6750) and deprecates NTLM and GSS based experimental authentication scheme

[ANNOUNCEMENT] HttpComponents Client 5.3-alpha1 Released (corrected)

2023-08-21 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 5.3-alpha1 release of HttpComponents HttpClient. This is the first release in the 5.3 release series that introduces support for the Bearer authentication scheme (RFC 6750) and deprecates NTLM and GSS based experimental authentication scheme

Re: Question about configuring maximum header length in Apache HttpClient

2023-08-24 Thread Oleg Kalnichevski
On Thu, 2023-08-24 at 17:35 +0530, Sandeep Gaur wrote: > Hi All, > > I hope this email finds you well. > > I'm writing to you today to ask about the possibility of configuring > the > maximum header length in Apache HttpClient. > Please do not cross post to priv...@hc.apache.org Please post th

Re: Question about configuring maximum header length in Apache HttpClient

2023-08-24 Thread Oleg Kalnichevski
.java:127) > at > org.apache.hc.core5.reactor.AbstractSingleCoreIOReactor.execute(Abstr > actSingleCoreIOReactor.java:86) > at > org.apache.hc.core5.reactor.IOReactorWorker.run(IOReactorWorker.java: > 44) > at java.base/java.lang.Thread.run(Thread.java:833) > > > Thanks, &g

HttpCore 5.2.3 release notes

2023-09-16 Thread Oleg Kalnichevski
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/master/RELEASE_NOTES.txt Oleg - To unsubsc

[VOTE] Release HttpCore 5.2.3 based on RC1

2023-09-17 Thread Oleg Kalnichevski
Please vote on releasing these packages as HttpCore 5.2.3. 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.o

Re: [VOTE] Release HttpCore 5.2.3 based on RC1

2023-09-19 Thread Oleg Kalnichevski
[x] +1 Release the packages as HttpCore 5.2.3 On Sun, 2023-09-17 at 11:22 +0200, Oleg Kalnichevski wrote: > Please vote on releasing these packages as HttpCore 5.2.3. > The vote is open for the at least 72 hours, and only votes from > HttpComponents PMC members are binding. The vote pas

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

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

[ANNOUNCEMENT] HttpComponents Core 5.2.3 GA released

2023-09-25 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 5.2.3 GA release of HttpComponents Core. This is a maintenance release that corrects several defects discovered since release 5.2.2 including a major defect that can cause non- blocking character-based consumers to enter an invalid state an

TestAIMDBackoffManager and TestLinearBackoffManager failures

2023-10-17 Thread Oleg Kalnichevski
Hi Arturo I had to revive my 10 year old notebook and put Windows 11 on it. I am aware it is quite old and under-powered. If I run HttpClient tests on it I get several test case failures all related to BackoffManager implementations. Ideally test cases ought not be failing even in resource co

Development plans / releases in the coming weeks

2023-11-17 Thread Oleg Kalnichevski
Folks The core and client code bases should now be conformant with RFC 9110, 9111 and 9112. I would be nice if some one could take upon themselves to review HttpClient for conformance with RFC 7617 and 7616 and that would make HttpClient conformant with the latest protocol specifications. I wou

HttpClient 5.2.2 release notes

2023-11-18 Thread Oleg Kalnichevski
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 Cheers Oleg - To unsubscribe, e-mail: dev-unsubscr...@hc.apache.o

Apache HttpClient performance benchmark

2023-11-18 Thread Oleg Kalnichevski
Folks I re-ran my HTTP client performance benchmark [1] and got pretty good results of Apache HttpClient's performance [2] compared to other popular HTTP clients out there. Let's keep it up. Oleg [1] https://github.com/ok2c/httpclient-benchmark [2] https://github.com/ok2c/httpclient-benchmark/

[VOTE] Release HttpClient 5.2.2 based on RC1

2023-11-19 Thread Oleg Kalnichevski
Please vote on releasing these packages as HttpClient 5.2.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 HttpClient 5.2.2 based on RC1

2023-11-19 Thread Oleg Kalnichevski
[x] +1 Release the packages as HttpClient 5.2.2 Oleg On Sun, 2023-11-19 at 10:02 +0100, Oleg Kalnichevski wrote: > Please vote on releasing these packages as HttpClient 5.2.2. > The vote is open for the at least 72 hours, and only votes from > HttpComponents PMC members are binding.

Re: HTTPcore5-h2 (5.2.2) Frame Size Regression: Issues with File Uploads Beyond 16KB

2023-11-22 Thread Oleg Kalnichevski
On 22/11/2023 13:11, Sandeep Gaur wrote: Hi All/Oleg, Greetings everyone! I trust you are all doing well. We've been utilizing httpcore5-h2 (version 5.2.2), and unfortunately, we encountered an issue in our production environment yesterday. Upon investigation of the library code, it appear

Re: HTTPcore5-h2 (5.2.2) Frame Size Regression: Issues with File Uploads Beyond 16KB

2023-11-22 Thread Oleg Kalnichevski
On 22/11/2023 14:46, Sandeep Gaur wrote: HI, Thanks for the quick reply!. Absolutely, I'll provide you with the wire logs for further analysis. For my clarification, does my observation from the previous email make sense? In your case HttpClient is streaming data to the remote endpoint,

Re: HTTPcore5-h2 (5.2.2) Frame Size Regression: Issues with File Uploads Beyond 16KB

2023-11-22 Thread Oleg Kalnichevski
On 22/11/2023 14:46, Sandeep Gaur wrote: HI, Thanks for the quick reply!. Absolutely, I'll provide you with the wire logs for further analysis. For my clarification, does my observation from the previous email make sense? I can successfully make calls to the endpoint when the Application

[VOTE][RESULT] Release HttpComponents HttpClient 5.2.2 based on RC1

2023-11-23 Thread Oleg Kalnichevski
The vote to release HttpComponents HttpClient 5.2.2 based on RC1 has passed with the following results +1 (4 binding votes in total) Michael Osipov * Arturo Bernal * Gary Gregory * Oleg Kalnichevski * no other votes * binding votes Original voting thread: https://lists.apache.org/thread

HttpCore 5.2.4 release notes

2023-11-23 Thread Oleg Kalnichevski
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 - To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For

[VOTE] Release HttpCore 5.2.4 based on RC1

2023-11-24 Thread Oleg Kalnichevski
Please vote on releasing these packages as HttpCore 5.2.4. 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.o

Re: [VOTE] Release HttpCore 5.2.4 based on RC1

2023-11-27 Thread Oleg Kalnichevski
[x] +1 Release the packages as HttpCore 5.2.4 Oleg On Fri, 2023-11-24 at 20:12 +0100, Oleg Kalnichevski wrote: > Please vote on releasing these packages as HttpCore 5.2.4. > The vote is open for the at least 72 hours, and only votes from > HttpComponents PMC members are binding. The vo

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

2023-11-27 Thread Oleg Kalnichevski
The vote to release HttpComponents HttpCore 5.2.4 based on RC1 has passed with the following results +1 (5 binding votes in total) Ryan Schmitt * Michael Osipov * Arturo Bernal * Gary Gregory * Sandeep Gaur Oleg Kalnichevski * no other votes * binding votes Original voting thread: https

HttpClient 5.2.3 release notes

2023-11-28 Thread Oleg Kalnichevski
Folks Please review and amend HttpClient 5.2.3 release notes as you deem necessary. https://github.com/apache/httpcomponents-client/blob/5.2.x/RELEASE_NOTES.txt Oleg - To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For a

[VOTE] Release HttpClient 5.2.3 based on RC1

2023-11-28 Thread Oleg Kalnichevski
Please vote on releasing these packages as HttpClient 5.2.3. 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: (httpcomponents-client) branch 5.3.x created (now 370e9f33f)

2023-11-28 Thread Oleg Kalnichevski
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...@apache.org wrote: > This is an automated email from the ASF dual-hosted git repository. > > ggregory pushed a change to branch 5.3.x > in repository > https://gitbox.a

Re: [VOTE] Release HttpClient 5.2.3 based on RC1

2023-11-29 Thread Oleg Kalnichevski
[x] +1 Release the packages as HttpClient 5.2.3 Oleg On 28/11/2023 16:08, Oleg Kalnichevski wrote: Please vote on releasing these packages as HttpClient 5.2.3. 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

[VOTE][RESULT] Release HttpComponents HttpClient 5.2.3 based on RC1

2023-12-01 Thread Oleg Kalnichevski
The vote to release HttpComponents HttpClient 5.2.3 based on RC1 has passed with the following results +1 (4 binding votes in total) Michael Osipov * Arturo Bernal * Gary Gregory * Oleg Kalnichevski * no other votes * binding votes Original voting thread: https://lists.apache.org/thread

HttpClient 5.3 release notes

2023-12-02 Thread Oleg Kalnichevski
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 - To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org Fo

[VOTE] Release HttpClient 5.3 based on RC1

2023-12-03 Thread Oleg Kalnichevski
Please vote on releasing these packages as HttpClient 5.3. 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.o

[ANNOUNCEMENT] HttpComponents Core 5.2.4 GA released

2023-12-04 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 5.2.4 GA release of HttpComponents Core. This is a maintenance release that corrects a major defect discovered since release 5.2.3 that can lead to an H2 connection failing at runtime with the message "Frame size exceeds maximum" when ex

[ANNOUNCEMENT] HttpComponents Client 5.2.3 GA Released

2023-12-04 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 5.2.3 GA release of HttpComponents HttpClient. This is a maintenance release that fixes a regression introduced in 5.2.2 that causes all requests over a TLS connection fail with a runtime exception and upgrades HttpCore to version 5.2.4.

Re: [VOTE] Release HttpClient 5.3 based on RC1

2023-12-04 Thread Oleg Kalnichevski
[x] +1 Release the packages as HttpClient 5.3 Oleg On 03/12/2023 10:42, Oleg Kalnichevski wrote: Please vote on releasing these packages as HttpClient 5.3. 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

[VOTE][RESULT] Release HttpComponents HttpClient 5.3 based on RC1

2023-12-06 Thread Oleg Kalnichevski
The vote to release HttpComponents HttpClient 5.3 based on RC1 has passed with the following results +1 (5 binding votes in total) Gary Gregory * Michael Osipov * Arturo Bernal * Ryan Schmitt * Oleg Kalnichevski * no other votes * binding votes Original voting thread: https

[ANNOUNCEMENT] HttpComponents Client 5.3 GA Released

2023-12-07 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 5.3 GA release of HttpComponents HttpClient. This is the first GA release in the 5.3 release series. This release finalizes the 5.3 APIs and also includes all bug fixes from the 5.2 release branch. The 5.3 release series introduces sup

[VOTE] HttpAsycClient 4.1 and HttpCore NIO 4.4 End of Life / End of Support

2023-12-08 Thread Oleg Kalnichevski
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 HttpClient 5.3 and HttpCore 5.2. This does not affect HttpClient 4.5 and HttpCore 4.4 (classic). Yet

Re: [VOTE] HttpAsycClient 4.1 and HttpCore NIO 4.4 End of Life / End of Support

2023-12-08 Thread Oleg Kalnichevski
+1 Oleg On 08/12/2023 15:10, 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  HttpClient 5.3 and HttpCore 5.2. This does

[VOTE][RESULT] HttpAsycClient 4.1 and HttpCore NIO 4.4 End of Life / End of Support

2023-12-12 Thread Oleg Kalnichevski
The vote to discontinue further development and support for HttpAsycClient 4.1 and HttpCore NIO 4.4 has passed with the following results +1 (3 binding votes in total) Gary Gregory * Arturo Bernal * Oleg Kalnichevski * no other votes * binding votes Original voting thread: https

HttpCore and HttpClient development and stable branch switch

2023-12-12 Thread Oleg Kalnichevski
Folks I am going to switch the main development branches of core and client to be new masters and the actual masters to be the new stable branches. --- core master -> core 5.2.x core 5.3.x -> core master (with rebase off 5.2.x) client master -> client 5.3.x client 5.4.x -> client master (with

Re: [VOTE] HttpAsycClient 4.1 and HttpCore NIO 4.4 End of Life / End of Support

2023-12-13 Thread Oleg Kalnichevski
On 13/12/2023 11:17, Michael Osipov wrote: Am 2023-12-08 um 15:10 schrieb Oleg Kalnichevski: 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

HttpCore 5.3 alpha1 release notes

2023-12-14 Thread Oleg Kalnichevski
Folks Please review and amend HttpCore 5.3 alpha1 release notes as you deem necessary: https://github.com/apache/httpcomponents-core/blob/master/RELEASE_NOTES.txt That would also be the right moment to make sure the build passes for you locally. Oleg --

[VOTE] Release HttpCore 5.3-alpha1 based on RC1

2023-12-15 Thread Oleg Kalnichevski
Please vote on releasing these packages as HttpCore 5.3-alpha1. 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.a

Release called off; Re: [VOTE] Release HttpCore 5.3-alpha1 based on RC1

2023-12-17 Thread Oleg Kalnichevski
release and start working on fixing the regressions and preparing RC2. Cheers Oleg On Fri, 2023-12-15 at 14:38 +0100, Oleg Kalnichevski wrote: > > Please vote on releasing these packages as HttpCore 5.3-alpha1. > The vote is open for the at least 72 hours, and only votes from > Ht

Re: Release called off; Re: [VOTE] Release HttpCore 5.3-alpha1 based on RC1

2023-12-18 Thread Oleg Kalnichevski
rturo Please help me by reviewing my fix: https://github.com/apache/httpcomponents-core/commit/c84a193225650f395bacb31e1140c120833f417e Oleg On Mon, Dec 18, 2023 at 01:26 Oleg Kalnichevski wrote: Folks, Rather unfortunately, 5.3a1 RC1 has a severe regression in the connection pool implementa

[VOTE] Release HttpCore 5.3-alpha1 based on RC2

2023-12-20 Thread Oleg Kalnichevski
Please vote on releasing these packages as HttpCore 5.3-alpha1. 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.apa

Re: [VOTE] Release HttpCore 5.3-alpha1 based on RC2

2023-12-21 Thread Oleg Kalnichevski
[x] +1 Release the packages as HttpCore 5.3-alpha1. Oleg On Wed, 2023-12-20 at 19:01 +0100, Oleg Kalnichevski wrote: > Please vote on releasing these packages as HttpCore 5.3-alpha1. > The vote is open for the at least 72 hours, and only votes from > HttpComponents PMC members are bin

[VOTE][RESULT] Release HttpComponents HttpCore 5.3-alpha1 based on RC2

2023-12-23 Thread Oleg Kalnichevski
The vote to release HttpComponents HttpCore 5.3-alpha1 based on RC2 has passed with the following results +1 (5 binding votes in total) Gary Gregory * Michael Osipov * Oleg Kalnichevski * Ryan Schmitt * Arturo Bernal * no other votes * binding votes Original voting thread: https

HttpClient 5.4-alpha1 release notes

2023-12-23 Thread Oleg Kalnichevski
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 Oleg - To unsubscribe, e-mail: dev-unsubscr...

[ANNOUNCEMENT] HttpComponents Core 5.3-alpha1 released

2023-12-26 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 5.3-alpha1 release of HttpComponents Core. This is the first ALPHA release in the 5.3 release series that improves HTTP protocol support by ensuring conformance to the latest HTTP specification (RFC 9110 and RFC 9112) and also ensuring compa

[VOTE] Release HttpClient 5.4-alpha1 based on RC1

2023-12-26 Thread Oleg Kalnichevski
Please vote on releasing these packages as HttpClient 5.4-alpha1. 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.a

<    2   3   4   5   6   7   8   9   10   11   >