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

Updates to apache client5 #728

Closed
wants to merge 3 commits into from

Conversation

spencergibb
Copy link
Member

Fixes gh-727

@spencergibb spencergibb added the type: dependency-upgrade A dependency upgrade label Oct 11, 2022
@spencergibb spencergibb requested a review from mp911de October 11, 2022 16:27
.setAuthenticationEnabled(true) //
.build();

httpClientBuilder.setDefaultRequestConfig(requestConfig);

// Support redirects
httpClientBuilder.setRedirectStrategy(new LaxRedirectStrategy());
// TODO: DefaultRedirectStrategy doesn't take method into account
// httpClientBuilder.setRedirectStrategy(new LaxRedirectStrategy());
Copy link
Member Author

Choose a reason for hiding this comment

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

There is nothing comparable in client5

@mp911de mp911de added this to the 3.0.0-RC1 milestone Oct 17, 2022
mp911de pushed a commit that referenced this pull request Oct 17, 2022
mp911de pushed a commit that referenced this pull request Oct 17, 2022
mp911de pushed a commit that referenced this pull request Oct 17, 2022
@mp911de mp911de closed this in 800730f Oct 17, 2022
@mp911de
Copy link
Member

mp911de commented Oct 17, 2022

Thank you for your contribution. That's merged and polished now.

mp911de added a commit that referenced this pull request Oct 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: dependency-upgrade A dependency upgrade
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade to Apache HTTP Client 5
2 participants