[jira] [Resolved] (HTTPCLIENT-2328) Request hangs if TLS 1.3 connection is half-closed

2024-05-23 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCLIENT-2328. --- Resolution: Not A Problem > Request hangs if TLS 1.3 connection is h

[jira] [Commented] (HTTPCLIENT-2328) Request hangs if TLS 1.3 connection is half-closed

2024-05-23 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1784#comment-1784 ] Oleg Kalnichevski commented on HTTPCLIENT-2328: --- [~Zoe Wang] The Java classic i/o

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

2024-05-22 Thread Oleg Kalnichevski
SNAPSHOT versions of Core and Client and see if that makes a difference. Gary On 2024/05/17 13:32:19 Oleg Kalnichevski wrote: On 17/05/2024 15:30, Gary Gregory wrote: As a pre-release experiment, I've updated Apache Commons VFS to the latest alphas [1] and the builds were green [2]. I plan

Re: HttpCore 5.3 / HttpClient 5.4 GA soon?

2024-05-17 Thread Oleg Kalnichevski
Awesome. Thank you, Gary Oleg [1] https://github.com/apache/commons-vfs/commit/dc9ad7677a020b2d4c571f7dcc858cdbae2bb538 [2] https://github.com/apache/commons-vfs/actions/runs/9128831331 On Thu, May 16, 2024 at 9:43 AM Oleg Kalnichevski wrote: Folks I do not think there is any good reason

[jira] [Commented] (HTTPCORE-766) Serve same content regardless of http authority (RequestHandlerRegistry)

2024-05-17 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17847292#comment-17847292 ] Oleg Kalnichevski commented on HTTPCORE-766: [~erik.wramner] I may end up deprecating

[jira] [Commented] (HTTPCORE-766) Serve same content regardless of http authority (RequestHandlerRegistry)

2024-05-17 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17847279#comment-17847279 ] Oleg Kalnichevski commented on HTTPCORE-766: [~erik.wramner] I think what I am going to do

[jira] [Commented] (HTTPCORE-766) Serve same content regardless of http authority (RequestHandlerRegistry)

2024-05-17 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17847251#comment-17847251 ] Oleg Kalnichevski commented on HTTPCORE-766: [~erik.wramner] One way to solve the problem

HttpCore 5.3 / HttpClient 5.4 GA soon?

2024-05-16 Thread Oleg Kalnichevski
Folks I do not think there is any good reason to delay the GA release of HttpCore 5.3 / HttpClient 5.4. There has been no feedback on the latest API changes so far and I see no point waiting any longer. I propose HttpCore 5.3 GA and HttpClient 5.4 GA be released soon. Oleg

[jira] [Resolved] (HTTPCLIENT-2327) MemcachedHttpAsyncCacheStorage propagates CancellationException from cancelled cache requests to caller

2024-05-16 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCLIENT-2327. --- Fix Version/s: 5.4-alpha3 Resolution: Fixed

[jira] [Commented] (HTTPCLIENT-2327) MemcachedHttpAsyncCacheStorage propagates CancellationException from cancelled cache requests to caller

2024-05-15 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17846671#comment-17846671 ] Oleg Kalnichevski commented on HTTPCLIENT-2327: --- [~jattisha] I agree. Fell free

[jira] [Comment Edited] (HTTPCLIENT-2327) MemcachedHttpAsyncCacheStorage propagates CancellationException from cancelled cache requests to caller

2024-05-15 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17846643#comment-17846643 ] Oleg Kalnichevski edited comment on HTTPCLIENT-2327 at 5/15/24 2:10 PM

[jira] [Commented] (HTTPCLIENT-2327) MemcachedHttpAsyncCacheStorage propagates CancellationException from cancelled cache requests to caller

2024-05-15 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17846643#comment-17846643 ] Oleg Kalnichevski commented on HTTPCLIENT-2327: --- [~jattisha] From the design

Re: Feature request for PublicSuffixMatcher.getDomainRoot

2024-04-18 Thread Oleg Kalnichevski
On 18/04/2024 19:31, Austin Leirvik wrote: Hi dev team, I have noticed that the PublicSuffixMatcher.getDomainRoot method does not always return the expected registrable domain according to the Public Suffix List formal algorithm

[jira] [Commented] (HTTPCLIENT-2326) Support any Exception in RetryStrategy

2024-04-18 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17838582#comment-17838582 ] Oleg Kalnichevski commented on HTTPCLIENT-2326: --- > unnelRefusedException sho

[jira] [Commented] (HTTPCLIENT-2326) Support any Exception in RetryStrategy

2024-04-18 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17838559#comment-17838559 ] Oleg Kalnichevski commented on HTTPCLIENT-2326: --- [~ofrias] My idea is to modify

[jira] [Commented] (HTTPCLIENT-2326) Support any Exception in RetryStrategy

2024-04-18 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17838539#comment-17838539 ] Oleg Kalnichevski commented on HTTPCLIENT-2326: --- [~ofrias] What I would like

[jira] [Updated] (HTTPCORE-759) Content-Length missing on null entity request content

2024-04-17 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski updated HTTPCORE-759: --- Fix Version/s: (was: 5.2.4) > Content-Length missing on null entity requ

[jira] [Resolved] (HTTPCLIENT-2325) Avoid adding "; charset=" for multipart/form-data requests

2024-03-18 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCLIENT-2325. --- Fix Version/s: 5.4-alpha3 Resolution: Fixed > Avoid add

[jira] [Commented] (HTTPCLIENT-2325) Avoid adding "; charset=" for multipart/form-data requests

2024-03-18 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17827974#comment-17827974 ] Oleg Kalnichevski commented on HTTPCLIENT-2325: --- > The contents of form data is

[jira] [Commented] (HTTPCLIENT-2325) Avoid adding "; charset=" for multipart/form-data requests

2024-03-18 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17827905#comment-17827905 ] Oleg Kalnichevski commented on HTTPCLIENT-2325: --- > What makes you th

[jira] [Commented] (HTTPCLIENT-2325) Avoid adding "; charset=" for multipart/form-data requests

2024-03-18 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17827898#comment-17827898 ] Oleg Kalnichevski commented on HTTPCLIENT-2325: --- [~vladimirsitnikov] It may well

[jira] [Commented] (HTTPCLIENT-2325) Avoid adding "; charset=" for multipart/form-data requests

2024-03-18 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17827890#comment-17827890 ] Oleg Kalnichevski commented on HTTPCLIENT-2325: --- > Oleg, as they say in [ht

[jira] [Commented] (HTTPCLIENT-2325) Avoid adding "; charset=" for multipart/form-data requests

2024-03-18 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17827877#comment-17827877 ] Oleg Kalnichevski commented on HTTPCLIENT-2325: --- [~vladimirsitnikov] Any half-decent

QUIC & HTTP/3; Re: Development plans beyond HC 5.4

2024-03-14 Thread Oleg Kalnichevski
On Mon, 2024-03-11 at 21:52 -0400, Gary Gregory wrote: > > Hi Oleg, > > > > Thank your for starting this conversation. More below. > > > > On Mon, Mar 11, 2024 at 10:11 AM Oleg Kalnichevski > > > wrote: > > > > > > > > ... >

Java level upgrade: Re: Development plans beyond HC 5.4

2024-03-14 Thread Oleg Kalnichevski
On Wed, 2024-03-13 at 15:06 -0700, Ryan Schmitt wrote: > > > So in conclusion, I suggest that we stay the course with JDK8. Some > things > we can work on include: > > 1. We should find backwards-compatible ways to expose new JDK > features, > such as Unix-domain sockets. Techniques we can

[jira] [Assigned] (HTTPCORE-754) StrictConnPool unable to acquire lock under multi threaded application causing DeadlineTimeoutException exception being thrown

2024-03-14 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski reassigned HTTPCORE-754: -- Assignee: Oleg Kalnichevski > StrictConnPool unable to acquire lock un

[jira] [Resolved] (HTTPCLIENT-2324) Apache HttpClient 5 blocks for double the duration set by requestTimeout when using TLS

2024-03-14 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCLIENT-2324. --- Resolution: Invalid > Apache HttpClient 5 blocks for dou

[jira] [Commented] (HTTPCLIENT-2324) Apache HttpClient 5 blocks for double the duration set by requestTimeout when using TLS

2024-03-12 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17825776#comment-17825776 ] Oleg Kalnichevski commented on HTTPCLIENT-2324: --- [~tndavid...@gmail.com] Again, socket

[jira] [Commented] (HTTPCLIENT-2324) Apache HttpClient 5 blocks for double the duration set by requestTimeout when using TLS

2024-03-12 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17825714#comment-17825714 ] Oleg Kalnichevski commented on HTTPCLIENT-2324: --- [~tndavid...@gmail.com] Are you sure

Development plans beyond HC 5.4

2024-03-11 Thread Oleg Kalnichevski
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. Overall it is going to be a great release.  It will likely take a few more months to stablize it but somethime around mid Summer we

[ANNOUNCEMENT] HttpComponents Client 5.4-alpha2 Released

2024-03-11 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 5.4-alpha2 release of HttpComponents HttpClient. This is the second and likely the last ALPHA release in the 5.3 release series. It finalizes the new Cache API introduced in the previous ALPHA release and also improves TLS customization for

[VOTE][RESULT] Release HttpComponents HttpClient 5.4-alpha2 based on RC1

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

Re: [VOTE] Release HttpClient 5.4-alpha2 based on RC1

2024-03-09 Thread Oleg Kalnichevski
[x] +1 Release the packages as HttpClient 5.4-alpha2. Oleg On 07/03/2024 09:07, Oleg Kalnichevski wrote: Please vote on releasing these packages as HttpClient 5.4-alpha2. The vote is open for the at least 72 hours, and only votes from HttpComponents PMC members are binding. The vote passes

[VOTE] Release HttpClient 5.4-alpha2 based on RC1

2024-03-07 Thread Oleg Kalnichevski
Please vote on releasing these packages as HttpClient 5.4-alpha2. 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:

HttpClient 5.4-alpha2 release notes

2024-03-05 Thread Oleg Kalnichevski
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.txt Cheers Oleg - To unsubscribe, e-mail:

[jira] [Commented] (HTTPCLIENT-2323) When using HttpClientBuilder without setting a user agent an expensive operation seems to be used

2024-02-29 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17822084#comment-17822084 ] Oleg Kalnichevski commented on HTTPCLIENT-2323: --- [~winstonwaite] HttpClient version 4

[jira] [Commented] (HTTPCLIENT-2323) When using HttpClientBuilder without setting a user agent an expensive operation seems to be used

2024-02-29 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17822041#comment-17822041 ] Oleg Kalnichevski commented on HTTPCLIENT-2323

[jira] [Commented] (HTTPCLIENT-2323) When using HttpClientBuilder without setting a user agent an expensive operation seems to be used

2024-02-29 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17822032#comment-17822032 ] Oleg Kalnichevski commented on HTTPCLIENT-2323: --- > Do you think this should be cal

[jira] [Commented] (HTTPCLIENT-2323) When using HttpClientBuilder without setting a user agent an expensive operation seems to be used

2024-02-29 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17822019#comment-17822019 ] Oleg Kalnichevski commented on HTTPCLIENT-2323: --- [~winstonwaite] There is _nothing_

[jira] [Commented] (HTTPCLIENT-2321) Clarify the default connection manager being used

2024-02-29 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17822011#comment-17822011 ] Oleg Kalnichevski commented on HTTPCLIENT-2321: --- > Your referenced c

[jira] [Commented] (HTTPCLIENT-2323) When using HttpClientBuilder without setting a user agent an expensive operation seems to be used

2024-02-29 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17822009#comment-17822009 ] Oleg Kalnichevski commented on HTTPCLIENT-2323: --- > How can you re

[jira] [Commented] (HTTPCLIENT-2323) When using HttpClientBuilder without setting a user agent an expensive operation seems to be used

2024-02-29 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17822003#comment-17822003 ] Oleg Kalnichevski commented on HTTPCLIENT-2323: --- > you often want to have differ

[jira] [Resolved] (HTTPCLIENT-2323) When using HttpClientBuilder without setting a user agent an expensive operation seems to be used

2024-02-29 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCLIENT-2323. --- Resolution: Not A Problem > When using HttpClientBuilder with

[jira] [Commented] (HTTPCLIENT-2323) When using HttpClientBuilder without setting a user agent an expensive operation seems to be used

2024-02-28 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17821982#comment-17821982 ] Oleg Kalnichevski commented on HTTPCLIENT-2323: --- > We use HttpClientBuilder for e

[jira] [Commented] (HTTPCLIENT-2321) Clarify the default connection manager being used

2024-02-28 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17821860#comment-17821860 ] Oleg Kalnichevski commented on HTTPCLIENT-2321: --- [~kwin

[jira] [Commented] (HTTPCLIENT-2320) Support IPv6 proxy exceptions in OSGiHttpRoutePlanner

2024-02-27 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17821073#comment-17821073 ] Oleg Kalnichevski commented on HTTPCLIENT-2320: --- [~kwin] I am sorry but I will have

[jira] [Resolved] (HTTPCLIENT-2320) Support IPv6 proxy exceptions in OSGiHttpRoutePlanner

2024-02-27 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCLIENT-2320. --- Resolution: Won't Fix > Support IPv6 proxy excepti

[jira] [Commented] (HTTPCLIENT-2318) Implement HttpClientConnectionManager#isShutdown

2024-02-26 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17820783#comment-17820783 ] Oleg Kalnichevski commented on HTTPCLIENT-2318: --- [~edmund.ham

[jira] [Resolved] (HTTPCLIENT-2318) Implement HttpClientConnectionManager#isShutdown

2024-02-23 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCLIENT-2318. --- Fix Version/s: 5.4-alpha2 Resolution: Fixed > Implem

[jira] [Commented] (HTTPCLIENT-2319) DateUtils.parseStandardDate() throws exception instead of returning null

2024-02-23 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17820017#comment-17820017 ] Oleg Kalnichevski commented on HTTPCLIENT-2319: --- [~bwatermann] You are welcome

[jira] [Resolved] (HTTPCORE-765) Add content-length header when entity is null

2024-02-18 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCORE-765. Resolution: Invalid > Add content-length header when entity is n

[jira] [Commented] (HTTPCORE-765) Add content-length header when entity is null

2024-02-18 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17818277#comment-17818277 ] Oleg Kalnichevski commented on HTTPCORE-765: > I am working on this [~_vishalbih

[jira] [Commented] (HTTPCLIENT-2318) Implement HttpClientConnectionManager#isShutdown

2024-02-16 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17817968#comment-17817968 ] Oleg Kalnichevski commented on HTTPCLIENT-2318: --- [~edmund.ham] Would it be sufficient

[ANNOUNCEMENT] HttpComponents Core 5.3-alpha2 released

2024-02-14 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 5.3-alpha2 release of HttpComponents Core. This is the second and likely the last ALPHA release in the 5.3 release series. It finalizes the API changes introduced in the previous ALPHA release and also improves Message Parsing APIs and

[VOTE][RESULT] Release HttpComponents HttpCore 5.3-alpha2 based on RC1

2024-02-14 Thread Oleg Kalnichevski
The vote to release HttpComponents HttpCore 5.3-alpha2 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

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

2024-02-11 Thread Oleg Kalnichevski
[x] +1 Release the packages as HttpCore 5.3-alpha2 On Sat, 2024-02-10 at 15:36 +0100, Oleg Kalnichevski wrote: > Please vote on releasing these packages as HttpCore 5.3-alpha2. > The vote is open for the at least 72 hours, and only votes from > HttpComponents PMC members are binding.

[VOTE] Release HttpCore 5.3-alpha2 based on RC1

2024-02-10 Thread Oleg Kalnichevski
Please vote on releasing these packages as HttpCore 5.3-alpha2. 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:

Re: HttpCore 5.3-alpha3 release notes

2024-02-10 Thread Oleg Kalnichevski
On Thu, 2024-02-08 at 16:00 -0500, Gary Gregory wrote: > The title of this email should read... alpha2 right? > Yes, of course. Thank you for noticing that. Oleg > I made one small edit. > > TY Oleg! > > Gary > > On Wed, Feb 7, 2024 at 5:20 AM Oleg Kalnichevs

[jira] [Resolved] (HTTPCORE-764) Apparent infinite loop in SSLIOSession

2024-02-09 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCORE-764. Resolution: Won't Fix [~bjhham] HttpAsyncClient 4.1.x and HttpCore NIO 4.4.x

HttpCore 5.3-alpha3 release notes

2024-02-07 Thread Oleg Kalnichevski
Folks Please review and amend the HttpCore 5.3-alpha2 release notes as you deem necessary. https://github.com/apache/httpcomponents-core/blob/master/RELEASE_NOTES.txt Oleg - To unsubscribe, e-mail:

[jira] [Commented] (HTTPCLIENT-2317) The license in the httpclient5 artifact on Maven central is not correct.

2024-02-06 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17814784#comment-17814784 ] Oleg Kalnichevski commented on HTTPCLIENT-2317: --- [~ggregory] [~michael-o] Our project

[jira] [Updated] (HTTPCLIENT-2317) The license in the httpclient5 artifact on Maven central is not correct.

2024-02-06 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski updated HTTPCLIENT-2317: -- Priority: Minor (was: Major) [~jlahoda] You are welcome to propose a fix

[jira] [Resolved] (HTTPCLIENT-2151) Optionally use JSSE inbuilt endpoint identification

2024-02-05 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCLIENT-2151. --- Resolution: Fixed > Optionally use JSSE inbuilt endpoint identificat

[jira] [Commented] (HTTPCLIENT-2151) Optionally use JSSE inbuilt endpoint identification

2024-02-01 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17813105#comment-17813105 ] Oleg Kalnichevski commented on HTTPCLIENT-2151: --- [~peter.dettman] Feel free to review

[jira] [Resolved] (HTTPCLIENT-750) manage connections with upgradeable security

2024-01-31 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCLIENT-750. -- Fix Version/s: 5.4-alpha2 (was: Future

[jira] [Resolved] (HTTPCLIENT-2316) ConnectionShutdownException when connection is closed for 401 response

2024-01-31 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCLIENT-2316. --- Fix Version/s: 5.3.2 5.4-alpha2 Resolution

[jira] [Resolved] (HTTPCLIENT-2070) BasicAuthCache not to use object serialization

2024-01-31 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCLIENT-2070. --- Resolution: Fixed > BasicAuthCache not to use object serializat

[jira] [Commented] (HTTPCLIENT-2316) ConnectionShutdownException when connection is closed for 401 response

2024-01-31 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17812628#comment-17812628 ] Oleg Kalnichevski commented on HTTPCLIENT-2316: --- [~windy] Try again. [https

[jira] [Commented] (HTTPCLIENT-2316) ConnectionShutdownException when connection is closed for 401 response

2024-01-31 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17812573#comment-17812573 ] Oleg Kalnichevski commented on HTTPCLIENT-2316: --- [~windy] Please try again [https

[jira] [Commented] (HTTPCLIENT-2316) ConnectionShutdownException when connection is closed for 401 response

2024-01-30 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17812417#comment-17812417 ] Oleg Kalnichevski commented on HTTPCLIENT-2316: --- [~windy] Give it another try: [https

[jira] [Commented] (HTTPCLIENT-2316) ConnectionShutdownException when connection is closed for 401 response

2024-01-30 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17812390#comment-17812390 ] Oleg Kalnichevski commented on HTTPCLIENT-2316: --- [~windy] Please review and test

[jira] [Commented] (HTTPCLIENT-2316) ConnectionShutdownException when connection is closed for 401 response

2024-01-30 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17812375#comment-17812375 ] Oleg Kalnichevski commented on HTTPCLIENT-2316: --- [~windy] Please replace the basic

[jira] [Commented] (HTTPCLIENT-2316) ConnectionShutdownException when connection is closed for 401 response

2024-01-30 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17812338#comment-17812338 ] Oleg Kalnichevski commented on HTTPCLIENT-2316: --- [~windy] Please at the very least

[jira] [Resolved] (HTTPCLIENT-751) ProtocolSocketFactory to upgrade an unsecured connection to secured via TLS

2024-01-29 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCLIENT-751. -- Resolution: Fixed > ProtocolSocketFactory to upgrade an unsecu

[ANNOUNCEMENT] HttpComponents Client 5.3.1 GA Released

2024-01-25 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 5.3.1 GA release of HttpComponents HttpClient. This is a maintenance release that fixes several minor defects and a regression in the Fluent module causing the response body truncation discovered since release 5.3. Download -

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

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

[jira] [Comment Edited] (HTTPCLIENT-2151) Optionally use JSSE inbuilt endpoint identification

2024-01-24 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17810436#comment-17810436 ] Oleg Kalnichevski edited comment on HTTPCLIENT-2151 at 1/24/24 3:17 PM

[jira] [Commented] (HTTPCLIENT-2151) Optionally use JSSE inbuilt endpoint identification

2024-01-24 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17810436#comment-17810436 ] Oleg Kalnichevski commented on HTTPCLIENT-2151: --- [~peter.dettman] I need to find

[jira] [Commented] (HTTPCLIENT-2134) HttpClient doesn't reuse TLS 1.2 Session

2024-01-24 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17810427#comment-17810427 ] Oleg Kalnichevski commented on HTTPCLIENT-2134: --- [~peter.dettman] [~m_v_egorov] I

Re: [VOTE] Release HttpClient 5.3.1 based on RC1

2024-01-23 Thread Oleg Kalnichevski
[x] +1 Release the packages as HttpClient 5.3.1 On Sun, 2024-01-21 at 11:03 +0100, Oleg Kalnichevski wrote: > Please vote on releasing these packages as HttpClient 5.3.1. > The vote is open for the at least 72 hours, and only votes from > HttpComponents PMC members are binding. The vo

[VOTE] Release HttpClient 5.3.1 based on RC1

2024-01-21 Thread Oleg Kalnichevski
Please vote on releasing these packages as HttpClient 5.3.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:

HttpClient 5.3.1 release notes

2024-01-20 Thread Oleg Kalnichevski
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 - To unsubscribe, e-mail:

[jira] [Commented] (HTTPASYNC-171) Async http post with apache client 5.3

2024-01-16 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPASYNC-171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17807148#comment-17807148 ] Oleg Kalnichevski commented on HTTPASYNC-171: - [~tassadar] Of course

[jira] [Commented] (HTTPCORE-763) Behaviour of BasicHttpRequest wrt. path is inconsistent

2024-01-16 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17807129#comment-17807129 ] Oleg Kalnichevski commented on HTTPCORE-763: [~turing85] I cherry-picked the change-set

[jira] [Resolved] (HTTPCORE-763) Behaviour of BasicHttpRequest wrt. path is inconsistent

2024-01-15 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCORE-763. Resolution: Fixed Committed to master. Oleg > Behaviour of BasicHttpRequ

[jira] [Updated] (HTTPCORE-763) Behaviour of BasicHttpRequest wrt. path is inconsistent

2024-01-15 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski updated HTTPCORE-763: --- Fix Version/s: 5.3-alpha2 > Behaviour of BasicHttpRequest wrt. p

[jira] [Commented] (HTTPCORE-763) Behaviour of BasicHttpRequest wrt. path is inconsistent

2024-01-15 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17806885#comment-17806885 ] Oleg Kalnichevski commented on HTTPCORE-763: > Should we throw a {{

[jira] [Comment Edited] (HTTPCORE-763) Behaviour of BasicHttpRequest wrt. path is inconsistent

2024-01-15 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17806870#comment-17806870 ] Oleg Kalnichevski edited comment on HTTPCORE-763 at 1/15/24 3:13 PM

[jira] [Commented] (HTTPCORE-763) Behaviour of BasicHttpRequest wrt. path is inconsistent

2024-01-15 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17806870#comment-17806870 ] Oleg Kalnichevski commented on HTTPCORE-763: > If you give the go-ahead, then I can prov

[jira] [Commented] (HTTPCORE-763) Behaviour of BasicHttpRequest wrt. path is inconsistent

2024-01-15 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17806859#comment-17806859 ] Oleg Kalnichevski commented on HTTPCORE-763: [~turing85] Feel free to propose a fix. Oleg

[jira] [Resolved] (HTTPCLIENT-1081) getMetrics() does not work for HEAD or other early release methods

2024-01-14 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-1081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCLIENT-1081. --- Fix Version/s: 5.0 Resolution: Fixed > getMetrics() d

[jira] [Commented] (HTTPCLIENT-1081) getMetrics() does not work for HEAD or other early release methods

2024-01-14 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-1081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17806449#comment-17806449 ] Oleg Kalnichevski commented on HTTPCLIENT-1081: --- [~sebb] The issue has been resolved

[jira] [Resolved] (HTTPCLIENT-1099) Overriding Caching Policies

2024-01-13 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-1099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCLIENT-1099. --- Fix Version/s: (was: 5.4-alpha2) Resolution: Won't Fix

[jira] [Commented] (HTTPCLIENT-1099) Overriding Caching Policies

2024-01-13 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-1099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17806281#comment-17806281 ] Oleg Kalnichevski commented on HTTPCLIENT-1099: --- As of 5.4 one will be able to control

[jira] [Resolved] (HTTPCLIENT-2315) Inconsistent observance of system properties when using HttpClients.createSystem

2024-01-08 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCLIENT-2315. --- Fix Version/s: 5.4-alpha2 Resolution: Fixed > Inconsist

[jira] [Commented] (HTTPCLIENT-2315) Inconsistent observance of system properties when using HttpClients.createSystem

2024-01-08 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17804274#comment-17804274 ] Oleg Kalnichevski commented on HTTPCLIENT-2315: --- [~vitorcd] Please review / test

[jira] [Resolved] (HTTPCLIENT-2314) IllegalStateException: Endpoint is not connected

2024-01-07 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCLIENT-2314. --- Fix Version/s: 5.4-alpha2 Resolution: Fixed Fix committed to 5.3

[jira] [Commented] (HTTPCLIENT-2314) IllegalStateException: Endpoint is not connected

2024-01-07 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17803959#comment-17803959 ] Oleg Kalnichevski commented on HTTPCLIENT-2314: --- [~phax] It is perfectly okay

[jira] [Commented] (HTTPCLIENT-2314) IllegalStateException: Endpoint is not connected

2024-01-07 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17803938#comment-17803938 ] Oleg Kalnichevski commented on HTTPCLIENT-2314: --- [~phax] That defect has been fixed

[jira] [Commented] (HTTPCLIENT-2314) IllegalStateException: Endpoint is not connected

2024-01-06 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17803824#comment-17803824 ] Oleg Kalnichevski commented on HTTPCLIENT-2314: --- [~phax] Please test the fix [1

  1   2   3   4   5   6   7   8   9   10   >