testcontainers-java
testcontainers-java copied to clipboard
Bump org.apache.httpcomponents.client5:httpclient5 from 5.4.2 to 5.5 in /modules/clickhouse
Bumps org.apache.httpcomponents.client5:httpclient5 from 5.4.2 to 5.5.
Changelog
Sourced from org.apache.httpcomponents.client5:httpclient5's changelog.
Release 5.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.
Change Log
HTTPCLIENT-2367: Fixed NPE in InternalAbstractHttpAsyncClient by adding a null check for resolvedTarget (#634). Contributed by Arturo Bernal
Fixed case of Cookie#HTTP_ONLY_ATTR Contributed by Finn Petersen [email protected]
Simplified ProtocolSwitchStrategy by leveraging ProtocolVersionParser (#627). Contributed by Arturo Bernal
HTTPCLIENT-2364: Fixed incorrect re-binding of the upgraded SSL socket to the HTTP connection by the #upgrade method of the DefaultHttpClientConnectionOperator. Contributed by Oleg Kalnichevski
... (truncated)
Commits
b42e73cHttpClient 5.5 release3061c34Updated release notes for HttpClient 5.5 release14a9208Updated NOTICE to 20254021b7cLink text adjustmentbe441c1Update the GitHub Security page with a link to the new HttpComponentsf5f9ae8HTTPCLIENT-2367 - Fix NPE in InternalAbstractHttpAsyncClient by adding null c...19c0278Bump org.junit:junit-bom from 5.12.1 to 5.12.2 #632ef06a27Bump org.junit:junit-bom from 5.12.1 to 5.12.2 (#632)9bae302Fix case of Cookie.HTTP_ONLY_ATTR0ba6102Simplify ProtocolSwitchStrategy by Leveraging ProtocolVersionParser (#627)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)