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

chore(deps): bump org.apache.httpcomponents.client5:httpclient5 from 5.3.1 to 5.4 #263

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 20, 2024

Bumps org.apache.httpcomponents.client5:httpclient5 from 5.3.1 to 5.4.

Changelog

Sourced from org.apache.httpcomponents.client5:httpclient5's changelog.

Release 5.4

This is the first GA release in the 5.4 release series. This release finalizes the 5.4 APIs, upgrades HttpCore to version 5.3 and improves the Public Suffix matching algorithm implementation.

IMPORTANT! The new cache entry serialization format is incompatible with earlier versions of HttpClient Cache. Persistent caches (file system based, Memcached, EhCAche with object serialization) created with any earlier version MUST be flushed and re-populated or the cache backend MUST be configured to use the old, deprecated cache entry serializer.

Notable changes and features included in the 5.4 series:

  • Improved conformance to RFC 9110 (HTTP Semantics), RFC 7616 (HTTP Digest Access Authentication), RFC 2617 (’Basic’ HTTP Authentication Scheme).

  • UTF-8 encoding is used by default for text where appropriate.

  • Compatibility with Java Virtual Threads and Java 21 Runtime.

  • Redesign and rewrite of the HTTP caching protocol layer for better efficiency and improved conformance to RFC 9111 (HTTP Caching).

  • Cache control and context APIs.

  • ETag APIs.

  • TLS SNI and endpoint identification improvements.

  • Support for RFC 2817 (Upgrading to TLS Within HTTP/1.1).

  • Auth cache no longer makes use of Java serialization.

  • Deprecation of ConnectionSocketFactory and LayeredConnectionSocketFactory.

  • HttpContext optimization and performance improvement.

  • Async cache is no longer considered experimental.

Change Log

  • HTTPCLIENT-2338: Put compress exec interceptor after retry exec interceptor. Contributed by Oleg Kalnichevski

  • Upgraded HttpCore to version 5.3. Contributed by Oleg Kalnichevski

... (truncated)

Commits
  • 84cccfe HttpClient 5.4 release
  • b4d102a Updated release notes for HttpClient 5.4 release
  • 3b5c815 HTTPCLIENT-2338: put compress exec interceptor after retry exec interceptor
  • 1240971 Replaced deprecated functionality
  • 65e6eb0 Upgraded HttpCore to version 5.3
  • d9a78ce Javadoc and reduce boilerplate
  • 25f080f Private method does not throw checked exception
  • a1eed80 Javadoc
  • 648690f Includes a copy of in
  • 5b546de Bump log4j.version from 2.23.0 to 2.23.1
  • 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 20, 2024
Copy link
Contributor

Test Results

56 tests   54 ✅  27s ⏱️
16 suites   0 💤
16 files     0 ❌  2 🔥

For more details on these errors, see this check.

Results for commit 61f3a20.

Copy link
Contributor

github-actions bot commented Sep 20, 2024

Test Results

56 tests   54 ✅  31s ⏱️
16 suites   0 💤
16 files     0 ❌  2 🔥

For more details on these errors, see this check.

Results for commit 4db003d.

♻️ This comment has been updated with latest results.

@dependabot dependabot bot force-pushed the dependabot/maven/org.apache.httpcomponents.client5-httpclient5-5.4 branch 5 times, most recently from 62e6370 to 6a9e358 Compare September 30, 2024 12:44
@dependabot dependabot bot force-pushed the dependabot/maven/org.apache.httpcomponents.client5-httpclient5-5.4 branch 6 times, most recently from 066748f to 0af800c Compare October 7, 2024 12:59
@dependabot dependabot bot force-pushed the dependabot/maven/org.apache.httpcomponents.client5-httpclient5-5.4 branch 3 times, most recently from d5b92f6 to d360f31 Compare October 16, 2024 12:49
Bumps [org.apache.httpcomponents.client5:httpclient5](https://github.com/apache/httpcomponents-client) from 5.3.1 to 5.4.
- [Changelog](https://github.com/apache/httpcomponents-client/blob/master/RELEASE_NOTES.txt)
- [Commits](apache/httpcomponents-client@rel/v5.3.1...rel/v5.4)

---
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 force-pushed the dependabot/maven/org.apache.httpcomponents.client5-httpclient5-5.4 branch from d360f31 to 4db003d Compare October 17, 2024 12:59
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 29, 2024

Superseded by #284.

@dependabot dependabot bot closed this Oct 29, 2024
@dependabot dependabot bot deleted the dependabot/maven/org.apache.httpcomponents.client5-httpclient5-5.4 branch October 29, 2024 12:45
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 java Pull requests that update Java code
Development

Successfully merging this pull request may close these issues.

0 participants