Bump org.apache.httpcomponents.core5:httpcore5 from 5.3.6 to 5.4
Bumps org.apache.httpcomponents.core5:httpcore5 from 5.3.6 to 5.4.
Changelog
Sourced from org.apache.httpcomponents.core5:httpcore5's changelog.
Release 5.4-alpha1
This is the first ALPHA release in the 5.4 release series that improves HTTP/2 protocol support by ensuring conformance to the latest HTTP specification (RFC 9113) and adds support for Unix domain sockets.
This release also includes all the fixes from the stable 5.3 branch.
Notable changes and features included in the 5.4 series:
Experimental OFFLOCK (lock-free) connection pool.
Conformance to RFC 9218 (Extensible Prioritization Scheme for HTTP).
Improved conformance to RFC 9113 (Hypertext Transfer Protocol Version 2).
Five-second TCP keep-alive enabled by default.
Unix domain socket support by the classic and async transports.
Redesign of classic over async API bridge.
Improved URI encoding per RFC 3986.
QUERY method support.
Change Log
Experimental RouteSegmentedConnPool (OFFLOCK): lock-free, route-segmented, disposal off critical path. Contributed by Arturo Bernal
Configurable AuthorityResolver for async server bootstraps. Contributed by Christian de Waal
RFC 9218 HTTP/2 Priority support (#552). Contributed by Arturo Bernal
Stale connection check for the async protocol handlers. Contributed by Ryan Schmitt
Corrected JavaDoc for HttpConnection#close to reference correct CloseMode mode (#561). Contributed by Arturo Bernal
HTTPCORE-785: Improved Javadocs of TlsStrategy implementations. Contributed by Oleg Kalnichevski
... (truncated)
Commits
0ca2ddeHttpCore 5.4 release5a3e465Updated release notes for HttpCore 5.4 release69a7663Fix validation of 0/8 IPv4 addressesa70a62cRoute-segmented pool: fix timeout race; add direct hand-off; enforce TTL on l...b3fc3f3Ensure connection is closed immediately upon socket timeout729e2a8H2 Priority example clean-up4e640ffAccept leading zeros in IPv4-mapped IPv6 (#568)030f51fUpgraded HttpCore version to 5.4-alpha2-SNAPSHOT9be094eHttpCore 5.4-alpha1 releasedfb42f4Javadoc fix- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)