Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 25, 2024

This PR contains the following updates:

Package Change Age Confidence
org.apache.httpcomponents.client5:httpclient5 (source) 5.3.1 -> 5.5.1 age confidence

Release Notes

apache/httpcomponents-client (org.apache.httpcomponents.client5:httpclient5)

v5.5

This is the first GA release in the 5.5 release series. This release finalizes the 5.5
APIs and adds several experimental features and improvements, such as request multiplexing
over a shared HTTP/2 connection and the Classic API facade acting as a compatibility
bridge between classic I/O client services and the asynchronous message transport used
internally.

Notable changes and features included in the 5.5 series:

  • Improved conformance to RFC 7616 (HTTP Digest Access Authentication).

  • The connection pool implementation acts as a caching facade in front of a standard
    managed connection pool and shares already leased connections to multiplex message
    exchanges over active HTTP/2 connections. Experimental.

  • Extended Auth API and improved authentication protocol logic to support mutual
    authentication.

  • The Classic API facade now acts as a compatibility bridge between the classic I/O client
    services (based on the standard InputStream / OutputStream model) and the asynchronous
    message transport used internally. This is experimental.

  • HTTP/2 support for the Fluent Facade (via Classic API facade). This is experimental.

Compatibility notes:

  • As of this release, HttpClient does not automatically execute redirects if the original
    request manually added headers that are considered sensitive.

v5.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.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency org.apache.httpcomponents.client5:httpclient5 to v5.4 Update dependency org.apache.httpcomponents.client5:httpclient5 to v5.4.1 Oct 28, 2024
@renovate renovate bot force-pushed the renovate/httpclientversion branch from f3be41e to 9ae1bc7 Compare October 28, 2024 19:15
Copy link

coderabbitai bot commented Oct 28, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate bot changed the title Update dependency org.apache.httpcomponents.client5:httpclient5 to v5.4.1 Update dependency org.apache.httpcomponents.client5:httpclient5 to v5.4.2 Feb 2, 2025
@renovate renovate bot force-pushed the renovate/httpclientversion branch from 9ae1bc7 to 869aa31 Compare February 2, 2025 13:40
@renovate renovate bot changed the title Update dependency org.apache.httpcomponents.client5:httpclient5 to v5.4.2 Update dependency org.apache.httpcomponents.client5:httpclient5 to v5.4.3 Mar 26, 2025
@renovate renovate bot force-pushed the renovate/httpclientversion branch from 869aa31 to 1298812 Compare March 26, 2025 22:14
@renovate renovate bot changed the title Update dependency org.apache.httpcomponents.client5:httpclient5 to v5.4.3 Update dependency org.apache.httpcomponents.client5:httpclient5 to v5.4.4 Apr 24, 2025
@renovate renovate bot force-pushed the renovate/httpclientversion branch from 1298812 to c6c9143 Compare April 24, 2025 15:13
@renovate renovate bot changed the title Update dependency org.apache.httpcomponents.client5:httpclient5 to v5.4.4 Update dependency org.apache.httpcomponents.client5:httpclient5 to v5.5 May 22, 2025
@renovate renovate bot force-pushed the renovate/httpclientversion branch from c6c9143 to efa0782 Compare May 22, 2025 16:56
@renovate renovate bot force-pushed the renovate/httpclientversion branch from efa0782 to 055c76a Compare September 27, 2025 17:25
@renovate renovate bot changed the title Update dependency org.apache.httpcomponents.client5:httpclient5 to v5.5 Update dependency org.apache.httpcomponents.client5:httpclient5 to v5.5.1 Sep 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants