Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Bump httpcore5-h2 from 5.1.4 to 5.2 #143

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 7, 2022

Bumps httpcore5-h2 from 5.1.4 to 5.2.

Changelog

Sourced from httpcore5-h2's changelog.

Release 5.2

This is the first GA release in the 5.2 release series. This release finalizes the 5.2 APIs and also corrects a number of defects discovered since the previous release.

Please note that 5.2 upgrades the minimal JRE level to version 8 (8u251 is required).

Notable changes and features included in the 5.2 series:

  • Upgrade to Java 8.

  • Improved support for TLS upgrade and HTTP protocol upgrade (async).

  • Improved HTTP protocol negotiation.

  • Improved customization of connection listeners (async).

  • Improved parsing and formatting of URI components.

  • Use of Java 8 date / time APIs

Change Log

  • Bug fix: HTTP/1.1 protocol handler must continue message processing as long as there is data in the session input buffer. Contributed by Oleg Kalnichevski

  • HTTPCORE-726: Improved capacity management in SharedInputBuffer. Contributed by John Leacox

  • Bug fix: Fixed incorrect calculation of the capacity increment in StringAsyncEntityConsumer. Contributed by Oleg Kalnichevski

  • Add and use TLS accessor methods to use lambdas from httpclient5 later. Contributed by Gary Gregory

  • Deprecate org.apache.hc.core5.util.LangUtils.equals(Object, Object) in favor or java.util.Objects.equals(Object, Object). Deprecate org.apache.hc.core5.util.LangUtils.equals(Object[], Object[]) in favor or java.util.Arrays.equals(Object[], Object[]). Contributed by Gary Gregory

  • URI Builder performance optimization (#355) Contributed by jkmcl

Release 5.2 BETA2

... (truncated)

Commits
  • d83d743 HttpCore 5.2 release
  • e154468 Updated release notes for HttpCore 5.2 release
  • d04dcb0 Bug fix: async HTTP/1.1 server protocol handler incorrectly increments reques...
  • 8fabd3d HTTPCORE-727 (follow-up): async HTTP/1.1 protocol handler fails to count byte...
  • 6023622 Upgraded HttpComponents Parent to version 13
  • 350e57d Make it possible to read chunked entities with maxResultLength (#373)
  • 350bd4f HTTPCORE-727: Protocol handlers fail to update input metrics when receive inp...
  • 62c3bd3 Bug fix: HTTP/1.1 protocol handler must continue message processing as long a...
  • 793bbc2 Corrected asserts in Http1IntegrationTest#testExpectationFailed test case
  • d31e3b6 Improved capacity tracking in async EchoHandler
  • 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 dependabot bot added the dependencies Pull requests that update a dependency file label Nov 7, 2022
@rzo1 rzo1 self-assigned this Nov 7, 2022
@rzo1 rzo1 added this to the v5.0.1 milestone Nov 7, 2022
Bumps [httpcore5-h2](https://github.com/apache/httpcomponents-core) from 5.1.4 to 5.2.
- [Release notes](https://github.com/apache/httpcomponents-core/releases)
- [Changelog](https://github.com/apache/httpcomponents-core/blob/master/RELEASE_NOTES.txt)
- [Commits](apache/httpcomponents-core@rel/v5.1.4...rel/v5.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/org.apache.httpcomponents.core5-httpcore5-h2-5.2 branch from 9cb8b42 to 8d8782f Compare November 7, 2022 18:31
@rzo1 rzo1 merged commit 7128266 into master Nov 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant