Bump org.apache.httpcomponents.core5:httpcore5 from 5.3.3 to 5.3.4
Bumps org.apache.httpcomponents.core5:httpcore5 from 5.3.3 to 5.3.4.
Changelog
Sourced from org.apache.httpcomponents.core5:httpcore5's changelog.
Release 5.3.4
This maintenance release fixes several corner-case defects in the asynchronous HTTP/1.1 protocol handler as well as several other minor defects.
Change Log
HTTPCORE-778: URIBuilder to not encode sub-delimiters in URI fragment component for consistency with query component encoding Contributed by Oleg Kalnichevski
Bug fix: Fixed a race condition in the async message stream handlers that can occur when a message with no content body is being submitted asynchronously. Contributed by Oleg Kalnichevski
Bug fix: Async message stream handlers to avoid firing data produce events from multiple threads. Contributed by Oleg Kalnichevski
HTTPCORE-777: I/O reactor to cancel out incomplete connect requests when shutting down. Contributed by Oleg Kalnichevski
Resource release corrections and code improvements in the base implementations of client and server async exchange handlers. Contributed by Oleg Kalnichevski
Bug fix: Corrected the state management in the async HTTP/1.1 protocol handler when committing requests asynchronously. Contributed by Oleg Kalnichevski
Bug-fix: Corrected message stream termination by the async HTTP/1.1 protocol handler when the connection has been half-closed by the opposite endpoint. Contributed by Oleg Kalnichevski
Bug fix: Shared output buffer #writeCompleted fails to signal the end of the stream correctly when there is no buffered data. Contributed by Oleg Kalnichevski
Bug fix: Corrected handling of invalid HTTP protocol version by HTTP/1.1 async client protocol handler. Contributed by Oleg Kalnichevski
Bug fix: Corrected state tracking of pipelined message exchanges by HTTP/1.1 async client protocol handler. Contributed by Oleg Kalnichevski
HTTP/1.1 server protocol handler to use exception callback to report exceptions that cannot
... (truncated)
Commits
10e2b0cHttpCore 5.3.4 release1cd2e82Updated release notes for HttpCore 5.3.4 releaseb8a45f0HTTPCORE-778: URIBuilder to not encode sub-delims in URI fragment component f...00973e8Bug fix: Fixed a race condition in async message stream handlers that can occ...1bf8e65Bug fix: Async message stream handlers to avoid firing data produce events fr...3010ce8Use atomic refs to keep request and response state in async message stream ha...50749b8Fixed incorrect state logs in async client HTTP/1.1 protocol handler714155aHTTPCORE-777: Made I/O reactos cancel out incomplete connect request when shu...5aad6bbResource release corrections and code improvements in the base implementation...7274811Bug fix: corrected the state management in the async HTTP/1.1 protocol handle...- 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)
@dependabot rebase please
Looks like org.apache.httpcomponents.core5:httpcore5 is up-to-date now, so this is no longer needed.