[GitHub] [httpcomponents-client] arturobernalg commented on a diff in pull request #430: Add support for proxy failover

2023-04-07 Thread via GitHub
arturobernalg commented on code in PR #430: URL: https://github.com/apache/httpcomponents-client/pull/430#discussion_r1160748793 ## httpclient5/src/main/java/org/apache/hc/client5/http/impl/routing/FailoverProxySelector.java: ## @@ -0,0 +1,127 @@ +/* + * ===

[GitHub] [httpcomponents-core] dependabot[bot] commented on pull request #395: Bump docker-maven-plugin from 0.31.0 to 0.42.0

2023-04-07 Thread via GitHub
dependabot[bot] commented on PR #395: URL: https://github.com/apache/httpcomponents-core/pull/395#issuecomment-1500363661 Superseded by #400. -- 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

[GitHub] [httpcomponents-core] dependabot[bot] opened a new pull request, #400: Bump docker-maven-plugin from 0.31.0 to 0.42.1

2023-04-07 Thread via GitHub
dependabot[bot] opened a new pull request, #400: URL: https://github.com/apache/httpcomponents-core/pull/400 Bumps [docker-maven-plugin](https://github.com/fabric8io/docker-maven-plugin) from 0.31.0 to 0.42.1. Release notes Sourced from https://github.com/fabric8io/docker-maven-pl

[GitHub] [httpcomponents-core] dependabot[bot] closed pull request #395: Bump docker-maven-plugin from 0.31.0 to 0.42.0

2023-04-07 Thread via GitHub
dependabot[bot] closed pull request #395: Bump docker-maven-plugin from 0.31.0 to 0.42.0 URL: https://github.com/apache/httpcomponents-core/pull/395 -- 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 t

[GitHub] [httpcomponents-client] arturobernalg commented on pull request #428: Implement HappyEyeballsV2AsyncClientConnectionOperator

2023-04-07 Thread via GitHub
arturobernalg commented on PR #428: URL: https://github.com/apache/httpcomponents-client/pull/428#issuecomment-150098 Hi @rschmitt just wanted to let you know that I have implemented Destination Address Selection and improved the handling of async connections in HappyEyeballsV2Asyn

[GitHub] [httpcomponents-client] rschmitt commented on a diff in pull request #428: Implement HappyEyeballsV2AsyncClientConnectionOperator

2023-04-07 Thread via GitHub
rschmitt commented on code in PR #428: URL: https://github.com/apache/httpcomponents-client/pull/428#discussion_r1161038232 ## httpclient5/src/main/java/org/apache/hc/client5/http/impl/nio/InetAddressComparator.java: ## @@ -0,0 +1,470 @@ +/* + *