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
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
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
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
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) {
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
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