Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Bump org.apache.httpcomponents.core5:httpcore5 from 5.2.4 to 5.3.4 #270

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 24, 2025

Bumps org.apache.httpcomponents.core5:httpcore5 from 5.2.4 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)

Bumps [org.apache.httpcomponents.core5:httpcore5](https://github.com/apache/httpcomponents-core) from 5.2.4 to 5.3.4.
- [Changelog](https://github.com/apache/httpcomponents-core/blob/rel/v5.3.4/RELEASE_NOTES.txt)
- [Commits](apache/httpcomponents-core@rel/v5.2.4...rel/v5.3.4)

---
updated-dependencies:
- dependency-name: org.apache.httpcomponents.core5:httpcore5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
dependencies java Pull requests that update java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants