Skip to content

Fixes the broken apache common http client link. #1101

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

Merged
merged 3 commits into from
Jan 13, 2023

Conversation

@mashhurs mashhurs self-assigned this Dec 7, 2022
@@ -1185,7 +1185,7 @@ How long to wait before checking for a stale connection to determine if a keepal
Consider setting this value lower than the default, possibly to 0, if you get connection errors regularly.

This client is based on Apache Commons. Here's how the
https://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/org/apache/http/impl/conn/PoolingHttpClientConnectionManager.html#setValidateAfterInactivity(int)[Apache
Copy link
Contributor Author

Choose a reason for hiding this comment

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

ga is now forwarding to httpclient5 which we unlikely use.

* fix jruby bundler for test

* Update .ci/logstash-run.sh

Co-authored-by: Ry Biesemeyer <[email protected]>

* Update .ci/logstash-run.sh

Co-authored-by: Ry Biesemeyer <[email protected]>

* Update .ci/logstash-run.sh

Co-authored-by: Ry Biesemeyer <[email protected]>
@@ -1185,7 +1185,7 @@ How long to wait before checking for a stale connection to determine if a keepal
Consider setting this value lower than the default, possibly to 0, if you get connection errors regularly.

This client is based on Apache Commons. Here's how the
https://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/org/apache/http/impl/conn/PoolingHttpClientConnectionManager.html#setValidateAfterInactivity(int)[Apache
https://hc.apache.org/httpcomponents-client-4.5.x/current/httpclient/apidocs/org/apache/http/impl/conn/PoolingHttpClientConnectionManager.html#setValidateAfterInactivity(int)[Apache
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@yaauie what is your opinion for this change? Current link is broken and there is a GA link which is forwarding to httpclient5. We seem using 4.x versions.

@mashhurs mashhurs merged commit 89a0fe9 into logstash-plugins:main Jan 13, 2023
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.

Fix the broken httpcomponents-client link.
3 participants