[jira] [Resolved] (HTTPCLIENT-2209) Pass HttpContext to AsyncClientConnectionOperator

2022-03-12 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCLIENT-2209. --- Fix Version/s: 5.2-alpha2 Resolution: Fixed > Pass HttpContext

[jira] [Commented] (HTTPCLIENT-2209) Pass HttpContext to AsyncClientConnectionOperator

2022-03-12 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17505315#comment-17505315 ] ASF subversion and git services commented on HTTPCLIENT-2209: - Commit

[GitHub] [httpcomponents-client] ok2c merged pull request #353: HTTPCLIENT-2209: Pass HttpContext to AsyncClientConnectionOperator

2022-03-12 Thread GitBox
ok2c merged pull request #353: URL: https://github.com/apache/httpcomponents-client/pull/353 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [httpcomponents-client] reta commented on a change in pull request #353: HTTPCLIENT-2209: Pass HttpContext to AsyncClientConnectionOperator

2022-03-12 Thread GitBox
reta commented on a change in pull request #353: URL: https://github.com/apache/httpcomponents-client/pull/353#discussion_r825329769 ## File path: httpclient5/src/main/java/org/apache/hc/client5/http/impl/nio/DefaultAsyncClientConnectionOperator.java ## @@ -141,15 +155,25 @@

[GitHub] [httpcomponents-client] ok2c commented on a change in pull request #353: HTTPCLIENT-2209: Pass HttpContext to AsyncClientConnectionOperator

2022-03-12 Thread GitBox
ok2c commented on a change in pull request #353: URL: https://github.com/apache/httpcomponents-client/pull/353#discussion_r825328731 ## File path: httpclient5/src/main/java/org/apache/hc/client5/http/nio/AsyncClientConnectionOperator.java ## @@ -86,18 +113,35 @@ *

[GitHub] [httpcomponents-client] ok2c commented on a change in pull request #353: HTTPCLIENT-2209: Pass HttpContext to AsyncClientConnectionOperator

2022-03-12 Thread GitBox
ok2c commented on a change in pull request #353: URL: https://github.com/apache/httpcomponents-client/pull/353#discussion_r825328381 ## File path: httpclient5/src/main/java/org/apache/hc/client5/http/impl/nio/DefaultAsyncClientConnectionOperator.java ## @@ -141,15 +155,25 @@

[GitHub] [httpcomponents-client] reta commented on a change in pull request #353: HTTPCLIENT-2209: Pass HttpContext to AsyncClientConnectionOperator

2022-03-12 Thread GitBox
reta commented on a change in pull request #353: URL: https://github.com/apache/httpcomponents-client/pull/353#discussion_r825326724 ## File path: httpclient5/src/main/java/org/apache/hc/client5/http/nio/AsyncClientConnectionOperator.java ## @@ -86,18 +113,35 @@ *

[GitHub] [httpcomponents-client] reta commented on pull request #353: HTTPCLIENT-2209: Pass HttpContext to AsyncClientConnectionOperator

2022-03-12 Thread GitBox
reta commented on pull request #353: URL: https://github.com/apache/httpcomponents-client/pull/353#issuecomment-1065922890 @ok2c would very appreciate if you could take a look, thank you. -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [httpcomponents-client] reta commented on a change in pull request #353: HTTPCLIENT-2209: Pass HttpContext to AsyncClientConnectionOperator

2022-03-12 Thread GitBox
reta commented on a change in pull request #353: URL: https://github.com/apache/httpcomponents-client/pull/353#discussion_r825326724 ## File path: httpclient5/src/main/java/org/apache/hc/client5/http/nio/AsyncClientConnectionOperator.java ## @@ -86,18 +113,35 @@ *

[GitHub] [httpcomponents-client] reta opened a new pull request #353: HTTPCLIENT-2209: Pass HttpContext to AsyncClientConnectionOperator

2022-03-12 Thread GitBox
reta opened a new pull request #353: URL: https://github.com/apache/httpcomponents-client/pull/353 Pass HttpContext to AsyncClientConnectionOperator, change is non-breaking by introducing two default methods: ``` default void upgrade(ManagedAsyncClientConnection conn,

Re: [httpcomponents-core] branch master updated: Fix beta number and edit title of one entry.

2022-03-12 Thread Gary Gregory
My bad, fixed. Gary On Sat, Mar 12, 2022 at 7:17 AM Oleg Kalnichevski wrote: > On Sat, 2022-03-12 at 12:13 +, ggreg...@apache.org wrote: > > This is an automated email from the ASF dual-hosted git repository. > > > > ggregory pushed a commit to branch master > > in repository > >

Re: [httpcomponents-core] branch master updated: Fix beta number and edit title of one entry.

2022-03-12 Thread Oleg Kalnichevski
On Sat, 2022-03-12 at 12:13 +, ggreg...@apache.org wrote: > This is an automated email from the ASF dual-hosted git repository. > > ggregory pushed a commit to branch master > in repository > https://gitbox.apache.org/repos/asf/httpcomponents-core.git > > > The following commit(s) were

Re: HttpCore 5.2 BETA1 release notes

2022-03-12 Thread Gary Gregory
Fixed one thing. Looks good. Gary On Sat, Mar 12, 2022 at 7:07 AM Oleg Kalnichevski wrote: > Folks > > Please review and amend HttpCore 5.2 BETA1 release notes as you deem > necessary. > > https://github.com/apache/httpcomponents-core/blob/master/RELEASE_NOTES.txt > > Now would also be the

HttpCore 5.2 BETA1 release notes

2022-03-12 Thread Oleg Kalnichevski
Folks Please review and amend HttpCore 5.2 BETA1 release notes as you deem necessary. https://github.com/apache/httpcomponents-core/blob/master/RELEASE_NOTES.txt Now would also be the right moment to see if all tests pass for you locally and make suggestions about improvements in the release