chore: adapt to new SPI module structure#634
Merged
paullatzelsperger merged 2 commits intoJun 25, 2026
Merged
Conversation
wolf4ood
approved these changes
Jun 24, 2026
132c268 to
c29bf48
Compare
7fdc277
into
eclipse-dataspace-hub:main
7 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR changes/adds
Adapts the Minimum Viable Dataspace to the consolidated EDC SPI module structure. The EDC Connector merges its 40
fine-grained
*-spiartifacts into five; this PR remaps the MVD'sgradle/libs.versions.tomlSPI coordinates onto thenew modules —
boot-spi,token-spi,identity-did-spi→core-spi(and consolidates the aliases). Thedecentralized-claims-spi,data-plane-signaling-spiandissuerservice-issuance-spicoordinates are unchanged.Why it does that
The upstream consolidation (eclipse-edc/Connector#5842) removes the individual SPI artifacts MVD depends on; their
content now ships in
core-spi. MVD must follow to keep resolving.Further notes
adoption, chore: adopt consolidated EDC SPI modules eclipse-edc/IdentityHub#1023). The new artifacts are not on a snapshot repository yet. Verified locally
against a
publishToMavenLocalbuild of the consolidation + IdentityHub.Who will sponsor this feature?
TODO: @-mention the sponsoring committer.
Linked Issue(s)
n/a