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

KTOR-8080 Update Apache HttpClient to v5.4.1 #4485

Merged
merged 2 commits into from
Jan 17, 2025
Merged

KTOR-8080 Update Apache HttpClient to v5.4.1 #4485

merged 2 commits into from
Jan 17, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 18, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.apache.httpcomponents.client5:httpclient5 5.3.1 -> 5.4.1 age adoption passing confidence

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 added the dependencies Pull requests that update a dependency file label Nov 18, 2024
@osipxd
Copy link
Member

osipxd commented Nov 18, 2024

Note: Fixes to be cherry-picked 127adc7

@e5l, I've checked and they haven't released the API fix yet. Probably it will be released with a minor version as it contains API changes. However, they only "rename" one function so the rest of my commit will stay the same. Considering we don't know how soon the next minor version will be released I'd suggest merging this update with my fixes containing a "TODO".

@e5l
Copy link
Member

e5l commented Nov 19, 2024

@osipxd, sure. let's do this

@osipxd osipxd self-requested a review November 25, 2024 22:52
@osipxd osipxd self-assigned this Nov 25, 2024
@osipxd osipxd removed their request for review November 25, 2024 22:52
@renovate renovate bot force-pushed the renovate/apache5 branch from 31590d7 to 8553727 Compare December 2, 2024 11:40
@renovate renovate bot force-pushed the renovate/apache5 branch from 8553727 to aa3e8f2 Compare January 14, 2025 16:45
Copy link
Contributor Author

renovate bot commented Jan 15, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@@ -89,6 +93,8 @@ internal class Apache5Engine(override val config: Apache5EngineConfig) : HttpCli
ClientTlsStrategyBuilder.create()
.setSslContext(config.sslContext ?: SSLContexts.createSystemDefault())
.setTlsVersions(TLS.V_1_3, TLS.V_1_2)
// TODO: Remove apply after https://github.com/apache/httpcomponents-client/pull/588 merged
.apply { setHostnameVerificationPolicy(HostnameVerificationPolicy.BOTH) }
Copy link
Member

Choose a reason for hiding this comment

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

Should we make this value configurable?

Copy link
Member

Choose a reason for hiding this comment

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

yep, it would be nice

Copy link
Member

Choose a reason for hiding this comment

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

Done

Copy link
Member

Choose a reason for hiding this comment

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

Could you check docs for the added field?

@osipxd osipxd force-pushed the renovate/apache5 branch 2 times, most recently from 0f1655b to be57cf3 Compare January 15, 2025 13:07
@osipxd osipxd requested a review from e5l January 15, 2025 13:08
@@ -89,6 +93,8 @@ internal class Apache5Engine(override val config: Apache5EngineConfig) : HttpCli
ClientTlsStrategyBuilder.create()
.setSslContext(config.sslContext ?: SSLContexts.createSystemDefault())
.setTlsVersions(TLS.V_1_3, TLS.V_1_2)
// TODO: Remove apply after https://github.com/apache/httpcomponents-client/pull/588 merged
.apply { setHostnameVerificationPolicy(HostnameVerificationPolicy.BOTH) }
Copy link
Member

Choose a reason for hiding this comment

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

yep, it would be nice

@osipxd osipxd force-pushed the renovate/apache5 branch 2 times, most recently from 402b165 to 52fe886 Compare January 16, 2025 11:14
@osipxd osipxd changed the title Update dependency org.apache.httpcomponents.client5:httpclient5 to v5.4.1 KTOR-8080 Update Apache HttpClient to v5.4.1 Jan 17, 2025
@osipxd osipxd merged commit 4ccbd97 into main Jan 17, 2025
15 of 16 checks passed
@osipxd osipxd deleted the renovate/apache5 branch January 17, 2025 11:09
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.

2 participants