Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Bump httpclient5 from 5.0.1 to 5.0.2 #254

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps httpclient5 from 5.0.1 to 5.0.2.

Changelog

Sourced from httpclient5's changelog.

Release 5.0.2

This release upgrades HttpCore to the latest version, improves conformance to RFC 7235 (Hypertext Transfer Protocol (HTTP/1.1): Authentication) and addresses a number of issues found since 5.0.1 release.

Changelog:

  • HTTPCLIENT-2116: Incorrect request message composition when routing requests via a proxy. Contributed by Oleg Kalnichevski

  • PoolingAsyncClientConnectionManager incorrectly emits Ping commands to HTTP/1.1 endpoints (#255). Contributed by 滕杰1

  • HTTPCLIENT-2115: HttpAsyncClientBuilder and H2AsyncClientBuilder fail to take replaceExecInterceptor() into account. Contributed by Oleg Kalnichevski

  • HTTPCLIENT-2112: AbstractMultipartFormat respects ByteBuffer.arrayOffset (#253). Contributed by Carter Kozak

  • Avoid updating Content-Length header in a 304 response. Contributed by Dirk Henselin

  • HTTPCLIENT-2105: Async clients incorrectly handle redirects of requests with enclosed entity. Contributed by Oleg Kalnichevski

  • HTTPCLIENT-2100: Incorrect handling of EXTENDED mode by MultipartEntityBuilder Contributed by Oleg Kalnichevski

  • HTTPCLIENT-2099, HTTPCLIENT-2091: SSLConnectionSocketFactory connect timeout fix (#241). Contributed by Carter Kozak

  • Bug fix: BasicExpiresHandler is annotated as immutable but is not (#240). Contributed by Gary Gregory

  • HTTPCLIENT-2096: Migrate instance loggers to static fields Contributed by Carter Kozak

  • Added Automatic-Module-Name to the artefact manifests. Contributed by Niels Basjes

  • MultipartEntityBuilder#generateBoundary optimization (#233) Contributed by slisaasquatch

Commits
  • 0952513 HttpClient 5.0.2 release
  • d0c76ef Updated release notes for HttpClient 5.0.2 release
  • c1de3c4 Move public suffix list to generate-resources and apache-release profile
  • e249e56 Add project modules to dependency management
  • e13e4ff Unify JXR and Surefire report config
  • 37c1a9d Unify Javadoc report config
  • dd945fe Remove plugin executions run by release already
  • aec0503 Remove default config
  • 07716e5 Update SCM URLs
  • 14e2f3b Upgrade Parent to 12
  • 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 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 badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Sep 28, 2020
@dependabot-preview dependabot-preview bot requested a review from basil September 28, 2020 05:36
Copy link
Member

@basil basil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot-preview dependabot-preview bot merged commit bfdb560 into master Sep 28, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/maven/org.apache.httpcomponents.client5-httpclient5-5.0.2 branch September 28, 2020 06:19
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.

1 participant