async-http-client
async-http-client copied to clipboard
Asynchronous Http and WebSocket Client library for Java
https://netty.io/news/2024/05/22/4-1-110-Final.html
# Expected Behavior A cookie explicitly specified on a RequestBuilder should take precedence over a cookie stored in cookie jar. # Actual Behavior ``` cookieStore = httpClient.getCookieStore(); cookieStore.add("some_url", new DefaultCookie("name",...
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 4.11.0 to 5.13.0. Release notes Sourced from org.mockito:mockito-core's releases. v5.13.0 Changelog generated by Shipkit Changelog Gradle Plugin 5.13.0 2024-08-27 - 43 commit(s) by Breno A, Caleb Cushing,...
Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.9 to 0.8.12. Release notes Sourced from org.jacoco:jacoco-maven-plugin's releases. 0.8.12 New Features JaCoCo now officially supports Java 22 (GitHub #1596). Experimental support for Java 23 class files...
Bumps commons-io:commons-io from 2.11.0 to 2.16.1. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.1.0 to 3.2.5. Release notes Sourced from org.apache.maven.plugins:maven-gpg-plugin's releases. 3.2.5 Release Notes - Maven GPG Plugin - Version 3.2.5 [MGPG-134] - Update maven-invoker (#110) @cstamas [MGPG-130] -...
Bumps org.apache.tomcat.embed:tomcat-embed-core from 10.1.25 to 10.1.28. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Hi, I'm using async-http-client 2.12.3 for stream requests. Suddenly all failed requests are cancelled by timeout (1m). Debugging the issue shows that these requests are actually failing almost immediately due...
Do Not Merge. I am testing Netty 4.2.0 Alpha 2 https://netty.io/news/2024/07/03/4-2-0-Alpha2.html
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 4.11.0 to 5.14.2. Release notes Sourced from org.mockito:mockito-core's releases. v5.14.2 Changelog generated by Shipkit Changelog Gradle Plugin 5.14.2 2024-10-15 - 12 commit(s) by Brice Dutheil, Rafael Winterhalter,...