opensearch-java icon indicating copy to clipboard operation
opensearch-java copied to clipboard

Bump org.apache.httpcomponents.core5:httpcore5 from 5.3.3 to 5.3.4

Open dependabot[bot] opened this issue 9 months ago • 1 comments

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
  • 10e2b0c HttpCore 5.3.4 release
  • 1cd2e82 Updated release notes for HttpCore 5.3.4 release
  • b8a45f0 HTTPCORE-778: URIBuilder to not encode sub-delims in URI fragment component f...
  • 00973e8 Bug fix: Fixed a race condition in async message stream handlers that can occ...
  • 1bf8e65 Bug fix: Async message stream handlers to avoid firing data produce events fr...
  • 3010ce8 Use atomic refs to keep request and response state in async message stream ha...
  • 50749b8 Fixed incorrect state logs in async client HTTP/1.1 protocol handler
  • 714155a HTTPCORE-777: Made I/O reactos cancel out incomplete connect request when shu...
  • 5aad6bb Resource release corrections and code improvements in the base implementation...
  • 7274811 Bug fix: corrected the state management in the async HTTP/1.1 protocol handle...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar Mar 24 '25 09:03 dependabot[bot]

@dependabot rebase please

reta avatar Mar 26 '25 21:03 reta

Looks like org.apache.httpcomponents.core5:httpcore5 is up-to-date now, so this is no longer needed.

dependabot[bot] avatar Mar 31 '25 20:03 dependabot[bot]