Re: Change in GC behavior since 5.2.1?

2025-05-30 Thread Oleg Kalnichevski
On Fri, 2025-05-30 at 11:30 +0200, Oleg Kalnichevski wrote: > On Thu, 2025-05-29 at 22:54 -0700, Ryan Schmitt wrote: > > It's the `autoClose` setting. It used to be `true`: > > > > https://github.com/apache/httpcomponents-client/blob/d8f702fb4d44c746bb0edf00643aa7139cb

Re: Change in GC behavior since 5.2.1?

2025-05-30 Thread Oleg Kalnichevski
On Thu, 2025-05-29 at 22:54 -0700, Ryan Schmitt wrote: > It's the `autoClose` setting. It used to be `true`: > > https://github.com/apache/httpcomponents-client/blob/d8f702fb4d44c746bb0edf00643aa7139cb8bdf7/httpclient5/src/main/java/org/apache/hc/client5/http/ssl/SSLConnectionSocketFactory.java#L2

Re: Unix domain socket support

2025-05-30 Thread Oleg Kalnichevski
On Thu, 2025-05-29 at 15:44 -0700, Ryan Schmitt wrote: > Do we have any existing integration test coverage for socket and > connection timeouts? I only see mock-based unit tests. > We do not. Timeouts are quite difficult to test reliably and up to now no one stepped forth to put efforts into buil

[jira] [Resolved] (HTTPCORE-782) Occasional thread stuck in org.apache.hc.core5.reactor.ssl.SSLIOSession.decryptData

2025-05-30 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCORE-782. Resolution: Cannot Reproduce [~Jason Mathison] Please re-open if you manage to

[jira] [Updated] (HTTPCLIENT-2371) http-client - Add option to turn on logging when a HTTP Client is waiting due to 429 Retry-After header

2025-05-29 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski updated HTTPCLIENT-2371: -- Fix Version/s: 5.5.1 > http-client - Add option to turn on logging whe

[jira] [Updated] (HTTPCLIENT-2369) Tunnelling over HTTPS proxy connection / TLS session layering

2025-05-26 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski updated HTTPCLIENT-2369: -- Summary: Tunnelling over HTTPS proxy connection / TLS session layering

[jira] [Resolved] (HTTPCLIENT-2368) IllegalStateException: "TLS already activated" with HttpAsyncClient and HTTPS Proxy

2025-05-26 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCLIENT-2368. --- Resolution: Duplicate > IllegalStateException: "TLS already a

[jira] [Updated] (HTTPCLIENT-2261) Support for H2 tunnelling

2025-05-26 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski updated HTTPCLIENT-2261: -- Summary: Support for H2 tunnelling (was: Support HTTP tunneling for

[ANNOUNCEMENT] HttpComponents Client 5.5 GA Released

2025-05-26 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 5.5 release of HttpComponents HttpClient. This is the first GA release in the 5.5 release series. This release finalizes the 5.5 APIs and adds several experimental features and improvements, such as request multiplexing over a shared HTTP/2

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

2025-05-22 Thread Oleg Kalnichevski
The vote to release HttpComponents HttpClient 5.5 based on RC1 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://lists.apache.org/thread

Re: [VOTE] Release HttpClient 5.5 based on RC1

2025-05-22 Thread Oleg Kalnichevski
[x] +1 Release the packages as HttpClient 5.5 Oleg On Sun, 2025-05-18 at 22:06 +0200, Oleg Kalnichevski wrote: > Please vote on releasing these packages as HttpClient 5.5. > The vote is open for the at least 72 hours, and only votes from > HttpComponents PMC members are binding. The vo

Re: HttpClient 5.5 GA soon (skipping BETA)?

2025-05-22 Thread Oleg Kalnichevski
cant. There is nothing stopping us from releasing feature releases more often. When can do 5.6 as soon as you are ready. Oleg > > On Thu, May 15, 2025 at 6:02 AM Oleg Kalnichevski > wrote: > > > > Folks > > > > There has been no feedback to the 5.5 alpha1 r

[jira] [Commented] (HTTPCORE-782) Occasional thread stuck in org.apache.hc.core5.reactor.ssl.SSLIOSession.decryptData

2025-05-19 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17952642#comment-17952642 ] Oleg Kalnichevski commented on HTTPCORE-782: [~Jason Mathison] I ca

[VOTE] Release HttpClient 5.5 based on RC1

2025-05-18 Thread Oleg Kalnichevski
Please vote on releasing these packages as HttpClient 5.5. 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

HttpClient 5.5 release notes

2025-05-18 Thread Oleg Kalnichevski
Folks Please review and amend HttpClient 5.5 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 For ad

[jira] [Commented] (HTTPCORE-782) Occasional thread stuck in org.apache.hc.core5.reactor.ssl.SSLIOSession.decryptData

2025-05-17 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17952377#comment-17952377 ] Oleg Kalnichevski commented on HTTPCORE-782: > That seemed

[jira] [Commented] (HTTPCORE-782) Occasional thread stuck in org.apache.hc.core5.reactor.ssl.SSLIOSession.decryptData

2025-05-16 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17952108#comment-17952108 ] Oleg Kalnichevski commented on HTTPCORE-782: [~Jason Mathison] I

[jira] [Resolved] (HTTPCLIENT-2370) Wrong SSLPeerUnverifiedException with httpclient5

2025-05-16 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCLIENT-2370. --- Resolution: Duplicate This is a duplicate of HTTPCLIENT-2365. Please

Re: HttpClient 5.5 GA soon (skipping BETA)?

2025-05-16 Thread Oleg Kalnichevski
gt; > > I'll run our internal product (day job) builds against the alpha > > and > > see what happens... this will take a few hours... > > > > Gary > > > > On Thu, May 15, 2025, 09:02 Oleg Kalnichevski > > wrote: > > > > > Folk

[jira] [Commented] (HTTPCORE-782) Occasional thread stuck in org.apache.hc.core5.reactor.ssl.SSLIOSession.decryptData

2025-05-15 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17951772#comment-17951772 ] Oleg Kalnichevski commented on HTTPCORE-782: [~Jason Mathison] I do

HttpClient 5.5 GA soon (skipping BETA)?

2025-05-15 Thread Oleg Kalnichevski
released soon, based on alpha1 and skipping the beta phase. Oleg On Mon, 2025-02-17 at 18:14 +0100, Oleg Kalnichevski wrote: > The Apache HttpComponents project is pleased to announce 5.5 alpha1 > release of HttpComponents HttpClient. > > This is the first ALPHA release in the

[jira] [Updated] (HTTPCLIENT-2369) Does HttpAsync Client Support Proxy Tunnel

2025-05-07 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski updated HTTPCLIENT-2369: -- Fix Version/s: Future Issue Type: Improvement (was: Bug

[jira] [Commented] (HTTPCLIENT-2369) Does HttpAsync Client Support Proxy Tunnel

2025-05-07 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17949996#comment-17949996 ] Oleg Kalnichevski commented on HTTPCLIENT-2369: --- [~snehanie] I

[jira] [Commented] (HTTPCLIENT-2369) Does HttpAsync Client Support Proxy Tunnel

2025-05-07 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17949983#comment-17949983 ] Oleg Kalnichevski commented on HTTPCLIENT-2369: --- > What

[jira] [Commented] (HTTPCLIENT-2369) Does HttpAsync Client Support Proxy Tunnel

2025-05-07 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17949952#comment-17949952 ] Oleg Kalnichevski commented on HTTPCLIENT-2369: --- [~snehanie] No

[jira] [Commented] (HTTPCLIENT-2369) Does HttpAsync Client Support Proxy Tunnel

2025-05-07 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17949927#comment-17949927 ] Oleg Kalnichevski commented on HTTPCLIENT-2369: --- Apache HttpCl

[jira] [Updated] (HTTPCLIENT-2367) InternalAbstractHttpAsyncClient.java NPE when determineHost returns null

2025-04-30 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski updated HTTPCLIENT-2367: -- Fix Version/s: 5.4.5 5.5-alpha2

[ANNOUNCEMENT] HttpComponents Client 5.4.4 GA Released

2025-04-28 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 5.4.4 release of HttpComponents HttpClient. This maintenance release corrects several regressions reported since the last release, including a defect causing some private domains in SSL certificates to get rejected as a mismatch. Download -

Re: Unix domain socket support

2025-04-25 Thread Oleg Kalnichevski
On Thu, 2025-04-24 at 13:04 -0700, Ryan Schmitt wrote: > > UDS looks like a route / connection property, not a request one. So > > RequestConfig would likely be a bad choice. ConnectionConfig would > > make > > a better choice in my option. Better yet, it could be a method, say > > #useUnixSocket,

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

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

Re: [VOTE] Release HttpClient 5.4.4 based on RC1

2025-04-24 Thread Oleg Kalnichevski
[x] +1 Release the packages as HttpClient 5.4.4 Oleg On Mon, 2025-04-21 at 21:37 +0200, Oleg Kalnichevski wrote: > Please vote on releasing these packages as HttpClient 5.4.4. > The vote is open for the at least 72 hours, and only votes from > HttpComponents PMC members are binding.

Re: Unix domain socket support

2025-04-23 Thread Oleg Kalnichevski
On Mon, 2025-04-21 at 10:40 -0700, Ryan Schmitt wrote: > I've got Apache client 5.4.3 working with a custom connection > operator > that implements UDS support. I want to upstream this as a proper > feature, since it's significantly more efficient than localhost. I > want to discuss the design of t

[VOTE] Release HttpClient 5.4.4 based on RC1

2025-04-21 Thread Oleg Kalnichevski
Please vote on releasing these packages as HttpClient 5.4.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

HttpClient 5.4.4 release notes

2025-04-12 Thread Oleg Kalnichevski
Folks Please review the HttpClient 5.4.4 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.

Re: Gradle migration

2025-04-11 Thread Oleg Kalnichevski
I am comfortable with both Maven and Gradle as build tools. I like them both, though I hate Maven Site Plugin with a burning hatred. Maven has served us well so far. We also have Maven project members on board, which helps. I personally see no good reason to migrate. Oleg On Fri, 2025-04-11 at

Re: Replacement for ConnectionSocketFactory

2025-04-11 Thread Oleg Kalnichevski
On Thu, 2025-04-10 at 19:02 -0700, Ryan Schmitt wrote: > 2. Connection count metrics. This is a trivial CSF implementation > that > wraps a delegate and emits a metric whenever connectSocket() is > called. > 3. Unix domain socket support. This is a CSF implementation that > calls > JUnixSocket to c

API compatibility between 5.x feature releases; was Re: Regression in HTTP/2 cleartext

2025-04-09 Thread Oleg Kalnichevski
On Tue, 2025-04-08 at 13:49 -0700, Ryan Schmitt wrote: > Hi Oleg, > > I figured it out. The TlsConfig option indeed does work if you set it > on a custom connection manager that you then supply to > HttpAsyncClients::createMinimal. The way the deprecated factory > method > is doing this internally

Re: Regression in HTTP/2 cleartext

2025-04-08 Thread Oleg Kalnichevski
On Tue, 2025-04-08 at 12:44 -0700, Ryan Schmitt wrote: > I noticed that there's a regression in httpclient 5.4's support for > H2C (HTTP/2 over cleartext). Previously, you could create a minimal > async client with an HttpVersionPolicy of FORCE_HTTP_2, and this > option would take effect even over

[jira] [Resolved] (HTTPCORE-780) Travis links broken

2025-04-05 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCORE-780. Resolution: Fixed The section has been deleted. Oleg > Travis links bro

Re: Deprecation of MIME support in HttpClient

2025-04-04 Thread Oleg Kalnichevski
those who would like us to continue to support MIME get in touch. Some commitment to help us maintain MIME code would also help Oleg On Sun, 2025-03-16 at 14:27 +0100, Oleg Kalnichevski wrote: > On Sun, 2025-03-16 at 08:51 -0400, Gary Gregory wrote: > > Taking a peek at their web s

[jira] [Commented] (HTTPCLIENT-2364) Close IMMEDIATE does not work properly on HTTPS-upgraded connection through proxy

2025-04-04 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17939476#comment-17939476 ] Oleg Kalnichevski commented on HTTPCLIENT-2364: --- [~farraultd

[jira] [Commented] (HTTPCLIENT-2366) HttpClient5 - RequestEntityProxy#isRepeatable incorrectly returns false before entity is consumed

2025-04-04 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17940988#comment-17940988 ] Oleg Kalnichevski commented on HTTPCLIENT-2366: --- > if we’d o

[jira] [Resolved] (HTTPCLIENT-2365) S3 host certificate throws SSLPeerUnverifiedException

2025-03-31 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCLIENT-2365. --- Fix Version/s: 5.5-alpha2 Resolution: Fixed > S3 h

[jira] [Resolved] (HTTPCLIENT-2364) Close IMMEDIATE does not work properly on HTTPS-upgraded connection through proxy

2025-03-31 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCLIENT-2364. --- Resolution: Fixed > Close IMMEDIATE does not work properly on HT

[jira] [Updated] (HTTPCLIENT-2364) Close IMMEDIATE does not work properly on HTTPS-upgraded connection through proxy

2025-03-30 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski updated HTTPCLIENT-2364: -- Fix Version/s: 5.4.4 5.5-alpha2 > Close IMMEDIATE d

[jira] [Commented] (HTTPCLIENT-2365) S3 host certificate throws SSLPeerUnverifiedException

2025-03-29 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17939415#comment-17939415 ] Oleg Kalnichevski commented on HTTPCLIENT-2365: --- [~lehrenfried]

[jira] [Updated] (HTTPCLIENT-2365) S3 host certificate throws SSLPeerUnverifiedException

2025-03-29 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski updated HTTPCLIENT-2365: -- Fix Version/s: 5.4.4 > S3 host certificate thr

[jira] [Assigned] (HTTPCLIENT-2365) S3 host certificate throws SSLPeerUnverifiedException

2025-03-29 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski reassigned HTTPCLIENT-2365: - Assignee: Oleg Kalnichevski > S3 host certificate thr

[ANNOUNCEMENT] HttpComponents Client 5.4.3 GA Released

2025-03-27 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 5.4.3 release of HttpComponents HttpClient. This maintenance release upgrades HttpCore to version 5.3.4 and fixes a regression preventing the PublicSuffixMatcherLoader from finding the resource containing the Public Suffix List and causing t

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

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

Re: [VOTE] Release HttpClient 5.4.3 based on RC1

2025-03-26 Thread Oleg Kalnichevski
[x] +1 Release the packages as HttpClient 5.4.3 Oleg On Sun, 2025-03-23 at 15:30 +0100, Oleg Kalnichevski wrote: > > Please vote on releasing these packages as HttpClient 5.4.3. > The vote is open for the at least 72 hours, and only votes from > HttpComponents PMC members are bindi

Test failure; Re: [VOTE] Release HttpClient 5.4.3 based on RC1

2025-03-26 Thread Oleg Kalnichevski
On Sun, 2025-03-23 at 14:46 -0400, Gary Gregory wrote: > Thank you for setting up the RC. > > I tested the src zip file: > - ASC OK > - SHA512 OK > - Building: mvn clean verify -P'!use-toolchains' > > Fails on HttpIntegrationTests: > > [INFO] Running > org.apache.hc.client5.testing.async.HttpInt

[ANNOUNCEMENT] HttpComponents Core 5.3.4 GA released

2025-03-25 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 5.3.4 GA release of HttpComponents Core. This maintenance release fixes several corner-case defects in the asynchronous HTTP/1.1 protocol handler as well as several other minor defects. Download - Releas

[VOTE] Release HttpClient 5.4.3 based on RC1

2025-03-23 Thread Oleg Kalnichevski
Please vote on releasing these packages as HttpClient 5.4.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.apac

HttpClient 5.4.3 release notes

2025-03-23 Thread Oleg Kalnichevski
Folks Please review HttpClient 5.4.3 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

[jira] [Resolved] (HTTPCLIENT-2363) execute(HttpHost, HttpRequest, ResponseHandler) adds port to Host header while execute(HttpRequest, ResponseHandler) does not

2025-03-22 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCLIENT-2363. --- Fix Version/s: 5.4.3 5.5-alpha2 Resolution

[jira] [Commented] (HTTPCLIENT-2363) execute(HttpHost, HttpRequest, ResponseHandler) adds port to Host header while execute(HttpRequest, ResponseHandler) does not

2025-03-20 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17937116#comment-17937116 ] Oleg Kalnichevski commented on HTTPCLIENT-2363: --- [~abernal]

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

2025-03-19 Thread Oleg Kalnichevski
The vote to release HttpComponents HttpCore 5.3.4 based on RC1 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://lists.apache.org/thread

[jira] [Commented] (HTTPCORE-781) DefaultContentLengthStrategy does not conform to RFC 9112 regarding Transfer-encoding HTTP header

2025-03-19 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17936784#comment-17936784 ] Oleg Kalnichevski commented on HTTPCORE-781: [~juliojgd] Could you pl

[jira] [Commented] (HTTPCORE-781) DefaultContentLengthStrategy does not conform to RFC 9112 regarding Transfer-encoding HTTP header

2025-03-19 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17936811#comment-17936811 ] Oleg Kalnichevski commented on HTTPCORE-781: [~juliojgd] Please ki

[jira] [Comment Edited] (HTTPCORE-781) DefaultContentLengthStrategy does not conform to RFC 9112 regarding Transfer-encoding HTTP header

2025-03-19 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17936784#comment-17936784 ] Oleg Kalnichevski edited comment on HTTPCORE-781 at 3/19/25 11:1

[jira] [Commented] (HTTPCORE-781) DefaultContentLengthStrategy does not conform to RFC 9112 regarding Transfer-encoding HTTP header

2025-03-19 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17936803#comment-17936803 ] Oleg Kalnichevski commented on HTTPCORE-781: [~juliojgd] Again, pl

[jira] [Resolved] (HTTPCORE-781) DefaultContentLengthStrategy does not conform to RFC 9112 regarding Transfer-encoding HTTP header

2025-03-19 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCORE-781. Resolution: Invalid > DefaultContentLengthStrategy does not conform to RFC 9

Re: [VOTE] Release HttpCore 5.3.4 based on RC1

2025-03-17 Thread Oleg Kalnichevski
[x] +1 Release the packages as HttpCore 5.3.4 Oleg On Sun, 2025-03-16 at 10:08 +0100, Oleg Kalnichevski wrote: > Please vote on releasing these packages as HttpCore 5.3.4. > The vote is open for the at least 72 hours, and only votes from > HttpComponents PMC members are binding. The vo

Re: Deprecation of MIME support in HttpClient

2025-03-16 Thread Oleg Kalnichevski
> On Sun, Mar 16, 2025 at 6:06 AM Oleg Kalnichevski > wrote: > > > > Folks > > > > I propose we deprecate the existing MIME functionality in favor of > > Apache Mime4j. > > > &

Deprecation of MIME support in HttpClient

2025-03-16 Thread Oleg Kalnichevski
Folks I propose we deprecate the existing MIME functionality in favor of Apache Mime4j. That was the initial plan all along. We should have stuck to it. Oleg - To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For additio

[VOTE] Release HttpCore 5.3.4 based on RC1

2025-03-16 Thread Oleg Kalnichevski
Please vote on releasing these packages as HttpCore 5.3.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

[jira] [Resolved] (HTTPCORE-777) CloseableHttpAsyncClient.execute hangs forever upon connection reset

2025-03-15 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCORE-777. Fix Version/s: 5.3.4 5.4-alpha1 Resolution: Fixed

[jira] [Commented] (HTTPCORE-778) Inconsistency in encoding method for query and fragment components by URIBuilder

2025-03-15 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17935489#comment-17935489 ] Oleg Kalnichevski commented on HTTPCORE-778: [~peterhalicky] Here is

HttpCore 5.3.4 release notes

2025-03-15 Thread Oleg Kalnichevski
Folks Please review HttpCore 5.3.4 release notes and amend them as you deem necessary: https://github.com/apache/httpcomponents-core/blob/5.3.x/RELEASE_NOTES.txt Oleg - To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For

[jira] [Resolved] (HTTPCORE-778) Inconsistency in encoding method for query and fragment components by URIBuilder

2025-03-14 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCORE-778. Resolution: Fixed Fixed in 5.3.x and master. Oleg > Inconsistency in encod

[jira] [Commented] (HTTPCORE-778) URIBuilder uses incorrect encoding method for URI fragment

2025-03-12 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17934485#comment-17934485 ] Oleg Kalnichevski commented on HTTPCORE-778: [~peterhal

[jira] [Updated] (HTTPCORE-778) Inconsistency in encoding method for query and fragment components by URIBuilder

2025-03-12 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski updated HTTPCORE-778: --- Fix Version/s: 5.3.4 5.4-alpha1 Priority: Minor (was

[jira] [Comment Edited] (HTTPCORE-778) Inconsistency in encoding method for query and fragment components by URIBuilder

2025-03-12 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17934485#comment-17934485 ] Oleg Kalnichevski edited comment on HTTPCORE-778 at 3/12/25 11:4

[jira] [Commented] (HTTPCORE-778) URIBuilder uses incorrect encoding method for URI fragment

2025-03-11 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17934319#comment-17934319 ] Oleg Kalnichevski commented on HTTPCORE-778: > However, there ar

[jira] [Comment Edited] (HTTPCORE-778) URIBuilder uses incorrect encoding method for URI fragment

2025-03-11 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17934271#comment-17934271 ] Oleg Kalnichevski edited comment on HTTPCORE-778 at 3/11/25 7:0

[jira] [Comment Edited] (HTTPCORE-778) URIBuilder uses incorrect encoding method for URI fragment

2025-03-11 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17934271#comment-17934271 ] Oleg Kalnichevski edited comment on HTTPCORE-778 at 3/11/25 4:3

[jira] [Commented] (HTTPCORE-778) URIBuilder uses incorrect encoding method for URI fragment

2025-03-11 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17934271#comment-17934271 ] Oleg Kalnichevski commented on HTTPCORE-778: > As per RFC3986, quit

[jira] [Commented] (HTTPCORE-777) CloseableHttpAsyncClient.execute hangs forever upon connection reset

2025-03-08 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17932991#comment-17932991 ] Oleg Kalnichevski commented on HTTPCORE-777: [~oleksandrkriuch

[jira] [Commented] (HTTPCORE-777) CloseableHttpAsyncClient.execute hangs forever upon connection reset

2025-03-06 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17932948#comment-17932948 ] Oleg Kalnichevski commented on HTTPCORE-777: [~oleksandrkriuchenko] T

[jira] [Comment Edited] (HTTPCORE-777) CloseableHttpAsyncClient.execute hangs forever upon connection reset

2025-03-06 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17933032#comment-17933032 ] Oleg Kalnichevski edited comment on HTTPCORE-777 at 3/6/25 3:1

[jira] [Commented] (HTTPCORE-777) CloseableHttpAsyncClient.execute hangs forever upon connection reset

2025-03-06 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17933032#comment-17933032 ] Oleg Kalnichevski commented on HTTPCORE-777: > thank you very m

[jira] [Comment Edited] (HTTPCORE-777) CloseableHttpAsyncClient.execute hangs forever upon connection reset

2025-03-06 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17932948#comment-17932948 ] Oleg Kalnichevski edited comment on HTTPCORE-777 at 3/6/25 11:1

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

2025-03-05 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCLIENT-2317. --- Resolution: Won't Fix The ticket has been inactive for over a

[jira] [Resolved] (HTTPCLIENT-2282) Handle java.net.SocketException: Connection reset more gracefully

2025-02-17 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCLIENT-2282. --- Fix Version/s: (was: Stuck) Resolution: Won't Fix >

[jira] [Updated] (HTTPCLIENT-2180) Pre-init minimum number of connections

2025-02-17 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski updated HTTPCLIENT-2180: -- Fix Version/s: (was: Future) > Pre-init minimum number of connecti

[jira] [Resolved] (HTTPCLIENT-2286) Support HTTP/2 via Classic APIs

2025-02-17 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCLIENT-2286. --- Fix Version/s: 5.5-alpha1 (was: Stuck

[jira] [Resolved] (HTTPCLIENT-2180) Pre-init minimum number of connections

2025-02-17 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCLIENT-2180. --- Resolution: Won't Fix > Pre-init minimum number of con

[ANNOUNCEMENT] HttpComponents Client 5.5 alpha1 Released

2025-02-17 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 5.5 alpha1 release of HttpComponents HttpClient. This is the first ALPHA release in the 5.5 release series. It adds several experimental features and improvements such as request multiplexing over a shared HTTP/2 connection and the Classic A

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

2025-02-14 Thread Oleg Kalnichevski
The vote to release HttpComponents HttpClient 5.5-alpha1 based on RC1 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://lists.apache.org/thread

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

2025-02-14 Thread Oleg Kalnichevski
[x] +1 Release the packages as HttpClient 5.5-alpha1 Oleg On Mon, 2025-02-10 at 19:27 +0100, Oleg Kalnichevski wrote: > Please vote on releasing these packages as HttpClient 5.5-alpha1. > The vote is open for the at least 72 hours, and only votes from > HttpComponents PMC members ar

[jira] [Resolved] (HTTPCLIENT-2362) Regression: Versions after 5.3.1 silently ignore attempts to perform HTTP/1.0 requests

2025-02-14 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCLIENT-2362. --- Resolution: Invalid > Regression: Versions after 5.3.1 silently ign

[jira] [Commented] (HTTPCLIENT-2362) Regression: Versions after 5.3.1 silently ignore attempts to perform HTTP/1.0 requests

2025-02-14 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17927347#comment-17927347 ] Oleg Kalnichevski commented on HTTPCLIENT-2362: --- > Is this b

[jira] [Commented] (HTTPCLIENT-2362) Regression: Versions after 5.3.1 silently ignore attempts to perform HTTP/1.0 requests

2025-02-14 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17927288#comment-17927288 ] Oleg Kalnichevski commented on HTTPCLIENT-2362: --- [~pavlov112]  #

[VOTE] Release HttpClient 5.5-alpha1 based on RC1

2025-02-10 Thread Oleg Kalnichevski
Please vote on releasing these packages as HttpClient 5.5-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

HttpClient 5.5 alpha1 release notes

2025-02-09 Thread Oleg Kalnichevski
Folks Please review the HttpClient 5.5 alpha1 release notes and amend them as you deem necessary. https://github.com/apache/httpcomponents-client/blob/master/RELEASE_NOTES.txt Oleg - To unsubscribe, e-mail: dev-unsubscr...@hc.a

[jira] [Commented] (HTTPCLIENT-2361) Use of multiple "Cookie" headers leads to exception

2025-02-06 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17924480#comment-17924480 ] Oleg Kalnichevski commented on HTTPCLIENT-2361: --- [~abernal] You

[jira] [Resolved] (HTTPCLIENT-2361) Use of multiple "Cookie" headers leads to exception

2025-02-06 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCLIENT-2361. --- Resolution: Fixed > Use of multiple "Cookie" headers leads

[jira] [Commented] (HTTPCLIENT-2361) Use of multiple "Cookie" headers leads to exception

2025-02-05 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17924156#comment-17924156 ] Oleg Kalnichevski commented on HTTPCLIENT-2361: --- [~shpelda] [~abe

[jira] [Updated] (HTTPCLIENT-2361) Use of multiple "Cookie" headers leads to exception

2025-02-05 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski updated HTTPCLIENT-2361: -- Fix Version/s: 5.4.3 5.5-alpha1 Priority

  1   2   3   4   5   6   7   8   9   10   >