Skip to content

Bump httpclient5 from 5.0.3 to 5.1.2#24

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/org.apache.httpcomponents.client5-httpclient5-5.1.2
Closed

Bump httpclient5 from 5.0.3 to 5.1.2#24
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/org.apache.httpcomponents.client5-httpclient5-5.1.2

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Dec 10, 2021

Bumps httpclient5 from 5.0.3 to 5.1.2.

Changelog

Sourced from httpclient5's changelog.

Release 5.1.2

This is an emergency release that fixes a regression introduced in the previous release that can lead to a connection leak when executing requests with a non-repeatable streaming entity with the classic (blocking) HttpClient. Async and minimal HttpClient implementations are not affected by the regression.

Change Log

  • HTTPCLIENT-2184: Fixed regression in the connection reuse logic of the classic (blocking) request execution pipeline.

Release 5.1.1

This release upgrades HttpCore to the latest 5.1 version and fixes a number of issues found since release 5.1.

Change Log

  • Don't initialize AtomicReference to its default value. Contributed by Gary Gregory

  • Corrected resolution of the target host in DefaultUserTokenHandler. Contributed by Oleg Kalnichevski

  • HTTPCLIENT-2177: automatically force HTTP/1.1 protocol policy when executing requests via a proxy tunnel. Contributed by Oleg Kalnichevski

  • HTTPCLIENT-2177: fixed incorrect route state tracking by the async connect executor when negotiating a tunnel via a proxy. Contributed by Oleg Kalnichevski

  • HTTPCLIENT-2177: keep successful tunnel connections alive regardless of Connection: close. Contributed by Oleg Kalnichevski

  • HTTPCLIENT-2173: async pooling connection manager to close half-open connection gracefully. Contributed by Oleg Kalnichevski

  • Don't retry a request for NoRouteToHostException. Contributed by Jaikiran Pai

  • HTTPCLIENT-2170: Classic protocol layer no longer releases the underlying connection back to the pool prematurely while the NTLM handshake is still ongoing.

... (truncated)

Commits
  • 67fe69e HttpClient 5.1.2 release
  • ec74657 HTTPCLIENT-2079: version.properties contains non-interpolated value
  • 345dbd6 Updated release notes for HttpClient 5.1.2 release
  • c2240d5 HTTPCLIENT-2184: Fix classic client connection reuse
  • 1d5754d Upgraded HttpClient version to 5.1.2-SNAPSHOT
  • 9647bf9 Updated release notes for HttpClient 5.1.1 release
  • 7c4e865 Don't initialize AtomicReference to its default value.
  • f122766 Upgraded HttpCore to version 5.1.2
  • 8247d30 Always bind the exchange ID to the execution context
  • f87bb75 Corrected resolution of the target host in DefaultUserTokenHandler
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 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 [httpclient5](https://github.com/apache/httpcomponents-client) from 5.0.3 to 5.1.2.
- [Release notes](https://github.com/apache/httpcomponents-client/releases)
- [Changelog](https://github.com/apache/httpcomponents-client/blob/rel/v5.1.2/RELEASE_NOTES.txt)
- [Commits](apache/httpcomponents-client@rel/v5.0.3...rel/v5.1.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 10, 2021
@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Feb 7, 2022

Superseded by #54.

@dependabot dependabot bot closed this Feb 7, 2022
@dependabot dependabot bot deleted the dependabot/maven/org.apache.httpcomponents.client5-httpclient5-5.1.2 branch February 7, 2022 01:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants