[GitHub] [httpcomponents-client] dependabot[bot] opened a new pull request, #415: Bump log4j.version from 2.19.0 to 2.20.0

2023-02-24 Thread via GitHub
dependabot[bot] opened a new pull request, #415: URL: https://github.com/apache/httpcomponents-client/pull/415 Bumps `log4j.version` from 2.19.0 to 2.20.0. Updates `log4j-slf4j-impl` from 2.19.0 to 2.20.0 Commits https://github.com/apache/logging-log4j2/commit/44ab0131718fc8d

[GitHub] [httpcomponents-core] dependabot[bot] opened a new pull request, #393: Bump log4j.version from 2.19.0 to 2.20.0

2023-02-24 Thread via GitHub
dependabot[bot] opened a new pull request, #393: URL: https://github.com/apache/httpcomponents-core/pull/393 Bumps `log4j.version` from 2.19.0 to 2.20.0. Updates `log4j-slf4j-impl` from 2.19.0 to 2.20.0 Commits https://github.com/apache/logging-log4j2/commit/44ab0131718fc8d1f

[GitHub] [httpcomponents-core] arturobernalg opened a new pull request, #394: Add support for Internationalized Domain Names (IDN)

2023-02-24 Thread via GitHub
arturobernalg opened a new pull request, #394: URL: https://github.com/apache/httpcomponents-core/pull/394 Improve IDN support in URI parsing by converting non-ASCII characters to their ASCII-compatible form using the java.net.IDN class. This allows for better interoperability with systems

[GitHub] [httpcomponents-core] ok2c commented on a diff in pull request #394: Add support for Internationalized Domain Names (IDN)

2023-02-24 Thread via GitHub
ok2c commented on code in PR #394: URL: https://github.com/apache/httpcomponents-core/pull/394#discussion_r1117710747 ## httpcore5/src/main/java/org/apache/hc/core5/util/TextUtils.java: ## @@ -141,4 +141,22 @@ public static String toLowerCase(final String s) { return s

[GitHub] [httpcomponents-core] arturobernalg commented on a diff in pull request #394: Add support for Internationalized Domain Names (IDN)

2023-02-24 Thread via GitHub
arturobernalg commented on code in PR #394: URL: https://github.com/apache/httpcomponents-core/pull/394#discussion_r1117720198 ## httpcore5/src/main/java/org/apache/hc/core5/util/TextUtils.java: ## @@ -141,4 +141,22 @@ public static String toLowerCase(final String s) {

[GitHub] [httpcomponents-core] arturobernalg commented on pull request #394: Add support for Internationalized Domain Names (IDN)

2023-02-24 Thread via GitHub
arturobernalg commented on PR #394: URL: https://github.com/apache/httpcomponents-core/pull/394#issuecomment-1444581097 I just change the branch base to 5.3.x and use CharSequence instead -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[jira] [Created] (HTTPCORE-735) "Connection pool shut down" unreasonable

2023-02-24 Thread qxo (Jira)
qxo created HTTPCORE-735: Summary: "Connection pool shut down" unreasonable Key: HTTPCORE-735 URL: https://issues.apache.org/jira/browse/HTTPCORE-735 Project: HttpComponents HttpCore Issue Type: Bug