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

feat(dsp): transform dspace DataAddress #3975

Merged
merged 1 commit into from
Mar 8, 2024

Conversation

ndr-brt
Copy link
Member

@ndr-brt ndr-brt commented Mar 7, 2024

What this PR changes/adds

Use dspace:DataAddress format on DSP wire.

BREAKING CHANGE an EDC connector after this PR will be compliant with DSP version 2024/1 but it won't be interoperable with older EDC connector versions.

Why it does that

dsp compliance

Further notes

  • new library module transform-dspace that is meant to contain the dspace related transformers. A subsequent refactoring is needed to sort transformers a little (issue will come up)

Linked Issue(s)

Closes #3841

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

@ndr-brt ndr-brt added enhancement New feature or request dataspace-protocol related to the dataspace protocol breaking-change Will require manual intervention for version update labels Mar 7, 2024
@ndr-brt ndr-brt force-pushed the 3841-dspace-dataaddress branch 2 times, most recently from d663591 to 7c439b0 Compare March 7, 2024 16:58
@codecov-commenter
Copy link

codecov-commenter commented Mar 7, 2024

Codecov Report

Attention: Patch coverage is 52.05479% with 35 lines in your changes are missing coverage. Please review.

Project coverage is 73.38%. Comparing base (7f20ba5) to head (323fd32).
Report is 126 commits behind head on main.

Files Patch % Lines
...on/transform/DspNegotiationTransformExtension.java 0.00% 15 Missing ⚠️
...nsformer/DspTransferProcessTransformExtension.java 0.00% 12 Missing ⚠️
...atalog/transform/DspCatalogTransformExtension.java 0.00% 7 Missing ⚠️
...eclipse/edc/protocol/dsp/DspHttpCoreExtension.java 50.00% 1 Missing ⚠️

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

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3975      +/-   ##
==========================================
+ Coverage   71.74%   73.38%   +1.64%     
==========================================
  Files         919      961      +42     
  Lines       18457    19397     +940     
  Branches     1037     1092      +55     
==========================================
+ Hits        13242    14235     +993     
+ Misses       4756     4699      -57     
- Partials      459      463       +4     

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

@ndr-brt ndr-brt force-pushed the 3841-dspace-dataaddress branch 2 times, most recently from bf6f7e9 to 5cda4b4 Compare March 8, 2024 07:44
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.

🚀

Copy link
Member

@paullatzelsperger paullatzelsperger left a comment

Choose a reason for hiding this comment

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

🔥

@ndr-brt ndr-brt merged commit 1fe0c95 into eclipse-edc:main Mar 8, 2024
17 checks passed
@ndr-brt ndr-brt deleted the 3841-dspace-dataaddress branch March 8, 2024 10:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change Will require manual intervention for version update dataspace-protocol related to the dataspace protocol enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DSP 1.0: align DataAddress type with the new structure
4 participants