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

Added Migrate DefaultHttpClient & some cookie constants #401

Merged
merged 8 commits into from
Aug 2, 2023

Conversation

joanvr
Copy link
Contributor

@joanvr joanvr commented Aug 1, 2023

What's changed?

Migrate Deprecated DefaultHttpClient to CloseableHttpClient + builder for instantiation. Right now only covering the default scenario of no custom HttpParams or ConnectionManager, since it's non-deterministic how to solve the migration for all generic scenarios.

Also added some migration of Cookie constants

Checklist

  • I've added unit tests to cover both positive and negative cases
  • I've added the license header to any new files through ./gradlew licenseFormat
  • I've used the IntelliJ auto-formatter on affected files

@joanvr joanvr requested review from timtebeek and rpau August 1, 2023 15:04
Joan Viladrosa and others added 2 commits August 1, 2023 17:13
@timtebeek timtebeek added the recipe Recipe requested label Aug 1, 2023
Copy link
Contributor

@rpau rpau left a comment

Choose a reason for hiding this comment

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

Minor documentation improvements. Otherwise 👍

@joanvr joanvr merged commit a277a21 into main Aug 2, 2023
1 check passed
@joanvr joanvr deleted the httpclient/defaulthttpclient branch August 2, 2023 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
recipe Recipe requested
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants