httpcomponents-client icon indicating copy to clipboard operation
httpcomponents-client copied to clipboard

Mirror of Apache HttpClient

Results 27 httpcomponents-client issues
Sort by recently updated
recently updated
newest added

Bumps [com.googlecode.maven-download-plugin:download-maven-plugin](https://github.com/maven-download-plugin/maven-download-plugin) from 1.8.1 to 1.9.0. Release notes Sourced from com.googlecode.maven-download-plugin:download-maven-plugin's releases. Support include/exclude when unpacking What's Changed Add the support for includes and excludes in unarchiving by @​smaarn in...

dependencies
java

Bumps `log4j.version` from 2.23.0 to 2.23.1. Updates `org.apache.logging.log4j:log4j-slf4j-impl` from 2.23.0 to 2.23.1 Updates `org.apache.logging.log4j:log4j-core` from 2.23.0 to 2.23.1 Dependabot will resolve any conflicts with this PR as long as you...

dependencies
java

This update allows automatic selection of Zstd as a compression algorithm when available.

This pull request adds a new implementation of the Happy Eyeballs algorithm for asynchronous client connections in Apache's HttpClient component. The new implementation, HappyEyeballsV2AsyncClientConnectionOperator, builds on the previous version by...

`ConsumableInputStream` extends `FilterInputStream` - Reduces boilerplace in the test fixture - Use Mockito like the rest of the updated test

Bumps [com.googlecode.maven-download-plugin:download-maven-plugin](https://github.com/maven-download-plugin/maven-download-plugin) from 1.9.0 to 1.10.0. Release notes Sourced from com.googlecode.maven-download-plugin:download-maven-plugin's releases. 1.10.0 What's Changed [git] Add .factorypath to gitignore by @​hazendaz in maven-download-plugin/maven-download-plugin#272 Add support for wget unpackWhenChanged setting...

dependencies
java

Bumps `log4j.version` from 2.23.1 to 2.24.1. Updates `org.apache.logging.log4j:log4j-slf4j-impl` from 2.23.1 to 2.24.1 Updates `org.apache.logging.log4j:log4j-core` from 2.23.1 to 2.24.1 Dependabot will resolve any conflicts with this PR as long as you...

dependencies
java

Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.11.0 to 5.11.2. Release notes Sourced from org.junit:junit-bom's releases. JUnit 5.11.2 = Platform 1.11.2 + Jupiter 5.11.2 + Vintage 5.11.2 See Release Notes. Full Changelog: https://github.com/junit-team/junit5/compare/r5.11.1...r5.11.2 JUnit...

dependencies
java

[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to...

dependencies
java

This PR addresses [HTTPCLIENT-1843](https://issues.apache.org/jira/browse/HTTPCLIENT-1843), allowing Apache HttpClient to delegate compression handling to Apache Commons Compress. The goal is to provide broader support for various compression algorithms while reducing custom implementation...