Re: [DISCUSS] Migrate from Jira to GitHub for issue tracking?

2025-07-08 Thread Oleg Kalnichevski
On 2025-07-08 15:50, Michael Osipov wrote: On 2025/07/05 16:07:05 Oleg Kalnichevski wrote: Folks How would feel about the idea of migrating off Jira to GitHub for project issue tracking? We do not use any of Jira's advanced project management functionality. We need a simple issue tracker that

[jira] [Commented] (HTTPCLIENT-2141) DefaultHttpRequestRetryStrategy has no timeout on retryafter header

2025-07-08 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18003820#comment-18003820 ] ASF subversion and git services commented on HTTPCLIENT-2141:

Re: [PR] HTTPCLIENT-2141: revision of the original implementation [httpcomponents-client]

2025-07-08 Thread via GitHub
ok2c merged PR #672: URL: https://github.com/apache/httpcomponents-client/pull/672 -- 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: dev-unsubscr...@hc.ap

[jira] [Commented] (HTTPCLIENT-2141) DefaultHttpRequestRetryStrategy has no timeout on retryafter header

2025-07-08 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18003823#comment-18003823 ] ASF subversion and git services commented on HTTPCLIENT-2141:

Re: [PR] Fix PublicSuffixMatcherLoader#getDefault [httpcomponents-client]

2025-07-08 Thread via GitHub
arturobernalg commented on PR #621: URL: https://github.com/apache/httpcomponents-client/pull/621#issuecomment-3048637379 > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-27820 Will it affect httpclient4? Only 5.4.0, 5.4.1, and 5.4.2, explicitly excluding 5.4.3 -- This is

Re: [DISCUSS] Migrate from Jira to GitHub for issue tracking?

2025-07-08 Thread Michael Osipov
On 2025/07/05 16:07:05 Oleg Kalnichevski wrote: > Folks > > How would feel about the idea of migrating off Jira to GitHub for > project issue tracking? > > We do not use any of Jira's advanced project management functionality. > We need a simple issue tracker that integrates well with GitHub. T

Re: [PR] HTTPCLIENT-2141: revision of the original implementation [httpcomponents-client]

2025-07-08 Thread via GitHub
ok2c commented on code in PR #672: URL: https://github.com/apache/httpcomponents-client/pull/672#discussion_r2192745967 ## httpclient5/src/main/java/org/apache/hc/client5/http/config/RequestConfig.java: ## @@ -517,6 +517,12 @@ public Builder setConnectTimeout(final long connec

Re: [PR] Connection management configuration [httpcomponents-client]

2025-07-08 Thread via GitHub
ok2c commented on code in PR #296: URL: https://github.com/apache/httpcomponents-client/pull/296#discussion_r2192759362 ## httpclient5/src/main/java/org/apache/hc/client5/http/config/ConnectionConfig.java: ## @@ -0,0 +1,205 @@ +/* + * ===

Re: [PR] Fix PublicSuffixMatcherLoader#getDefault [httpcomponents-client]

2025-07-08 Thread via GitHub
KeekLove commented on PR #621: URL: https://github.com/apache/httpcomponents-client/pull/621#issuecomment-3050681713 > > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-27820 Will it affect httpclient4? > > Only 5.4.0, 5.4.1, and 5.4.2, explicitly excluding 5.4.3 Thank