chore(deps): Bump org.apache.httpcomponents.client5:httpclient5 from 5.3.1 to 5.6
Type: Pull Request
State: Open
Association: Unknown
Comments: 2
(5 months ago)
(20 days ago)
dependencies java
Bumps org.apache.httpcomponents.client5:httpclient5 from 5.3.1 to 5.6.
Changelog
Sourced from org.apache.httpcomponents.client5:httpclient5's changelog.
Release 5.6 ALPHA1
This is the first ALPHA release in the 5.6 release series. It adds several features such as transport content decompression and content compression for the async transport, support for Unix sockets, experimental support for SCRAM-SHA-256 authentication scheme, and Micrometer/OTel observations & metrics.
Commons Compress, Brotli codec, and ZStd codec are optional dependencies and get wired into the execution pipeline only if present on the classpath.
Notable changes and features included in the 5.6 series:
Unix domain socket support.
Support for pluggable content codecs via Commons-Compress in the classic transport. (optional).
Support for transparent content decompression and content compression with
deflate,gzip,zstd(optional), andbrotli(optional) codecs in the async transport.Micrometer/OTel observations & metrics (optinal).
Off-lock connection disposal by the classic pooling connection manager. Experimental.
SCRAM-SHA-256 authentication scheme (RFC 7804). Experimental.
Request Priority support (RFC 9218). Experimental.
Compatibility notes:
As of this version, HttpClient uses BUILTIN HostnameVerificationPolicy by default, delegating host verification to JSSE security manager. One must explicitly configure the TLS strategy to continue using the hostname verifier shipped with HttpClient.
Five-second TCP keep-alive is now enabled by default.
Change Log
RequestConfig: Un-deprecate #setProxy. Contributed by Ryan Schmitt
Stale connection check support in PoolingAsyncClientConnectionManager. Contributed by Ryan Schmitt
ConnectionConfig:
#idleTimeoutsupport. Contributed by Ryan Schmitt
... (truncated)
Commits
decd193HttpClient 5.6 release11ea8e5Updated release notes for HttpClient 5.6 release77fa61aLimit the length of content codec list that can be processed automatically81b7971Upgraded HttpCore to version 5.42c7fe0fAdd OFFLOCK pool concurrency policy backed by RouteSegmentedConnPool (#765)1f4dea7Fixed Micrometer and OpenTelemetry dependency declarationd2fadd2Tag TLS handshake timeout tests withslowe52e466TestTlsHandshakeTimeout: Disable assertions on Java 877f52f0Upgraded HttpClient version to 5.6-alpha2-SNAPSHOT48e0f25HttpClient 5.6-alpha1 release- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Package Dependencies
Technical Details
| ID: | 15810262 |
| UUID: | 3764057083 |
| Node ID: | PR_kwDOBRCtr866qfM6 |
| Host: | GitHub |
| Repository: | firebase/firebase-admin-java |