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

Upgrade httpcomponents #449

Closed
wants to merge 7 commits into from
Closed

Upgrade httpcomponents #449

wants to merge 7 commits into from

Conversation

breedx-splk
Copy link
Contributor

So the 4.x branch of httpclient hasn't seen a release since Nov. 2022. This is old dependency is causing vulnerabilities to be detected, by way of an old version ofcommons-codec (see here).

This is a breaking change for any user that might have been using the (public) RetryStrategy class directly. Most likely that class should not have been public to begin with.

@breedx-splk breedx-splk requested review from a team as code owners April 18, 2024 22:54
@breedx-splk breedx-splk marked this pull request as draft April 18, 2024 22:57
@@ -39,7 +41,7 @@ private static class SSLConnectionSocketFactoryWithTimeout extends SSLConnection
private final int timeoutMs;

public SSLConnectionSocketFactoryWithTimeout(int timeoutMs) {
super(SSLContexts.createDefault(), SSLConnectionSocketFactory.STRICT_HOSTNAME_VERIFIER);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I couldn't find an equivalent of this in httpclient5. Could use a recommendation.

@breedx-splk breedx-splk marked this pull request as ready for review April 19, 2024 00:16
@breedx-splk breedx-splk changed the title Update httpcomponents Upgrade httpcomponents Apr 19, 2024
@breedx-splk
Copy link
Contributor Author

Well, it's here if we ever want to revisit.

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.

1 participant