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: get rid of NoopTransferProcessClient #3440

Merged
merged 2 commits into from Sep 13, 2023

Conversation

ndr-brt
Copy link
Member

@ndr-brt ndr-brt commented Sep 12, 2023

What this PR changes/adds

Get rid of NoopTransferProcessClient

Why it does that

enforce the need for a transfer process client implementation on data-plane (the http one is already provided by control-plane-api-client)

Further notes

cleaned up the JettyServiceTest, avoiding the jersey dependency.

Linked Issue(s)

Closes #3400

Please be sure to take a look at the contributing guidelines and our etiquette for pull requests.

@ndr-brt ndr-brt added refactoring Cleaning up code and dependencies api Feature related to the (REST) api labels Sep 12, 2023
Copy link
Contributor

@wolf4ood wolf4ood left a comment

Choose a reason for hiding this comment

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

🪓

@codecov-commenter
Copy link

codecov-commenter commented Sep 12, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.02% ⚠️

Comparison is base (656e10e) 72.08% compared to head (5e93add) 72.07%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3440      +/-   ##
==========================================
- Coverage   72.08%   72.07%   -0.02%     
==========================================
  Files         834      834              
  Lines       16827    16826       -1     
  Branches      953      953              
==========================================
- Hits        12130    12127       -3     
- Misses       4287     4290       +3     
+ Partials      410      409       -1     
Files Changed Coverage Δ
...e/framework/DataPlaneDefaultServicesExtension.java 0.00% <ø> (ø)

... and 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ndr-brt ndr-brt merged commit 5be30ff into eclipse-edc:main Sep 13, 2023
18 checks passed
@ndr-brt ndr-brt deleted the 3400-get-rid-noop-tp-client branch September 13, 2023 06:58
ndkrimbacher pushed a commit to nexyo-io/DataSpaceConnector that referenced this pull request Oct 4, 2023
* refactor: get rid of NoopTransferProcessClient

* simplify test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Feature related to the (REST) api refactoring Cleaning up code and dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Get rid of NoopTransferProcessClient
4 participants