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

refactor: Use EdcHttpClient #86

Merged

Conversation

bscholtes1A
Copy link
Contributor

What this PR changes/adds

Use newly introduced EdcHttpClient instead of OkHttpClient.

Why it does that

EdcHttpClient embeds failsafe.

Further notes

We also take opportunity of this PR to separate all self-description related code into a dedicated extension self-description-api as this is temporary that will be replaced soon by a dedicated extension in the TrustFrameworkAdoption repository

Linked Issue(s)

Closes #78

Checklist

  • added appropriate tests?
  • performed checkstyle check locally?
  • added/updated copyright headers?
  • documented public classes/methods?
  • added/updated relevant documentation?
  • added relevant details to the changelog? (skip with label no-changelog)
  • formatted title correctly? (take a look at the CONTRIBUTING and styleguide for details)

@bscholtes1A bscholtes1A force-pushed the refactor/78-use-edc-http-client branch 2 times, most recently from 6147bd8 to 2db5044 Compare January 25, 2023 10:13
@bscholtes1A bscholtes1A marked this pull request as ready for review January 25, 2023 10:21
@bscholtes1A bscholtes1A added the enhancement New feature or request label Jan 25, 2023
@bscholtes1A bscholtes1A force-pushed the refactor/78-use-edc-http-client branch from 2db5044 to 07280f0 Compare January 25, 2023 13:19
@bscholtes1A bscholtes1A merged commit c5e0e1a into eclipse-edc:main Jan 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use EdcHttpClient
2 participants