Open xdxxxdx opened 11 months ago
Now we have 0.5.0 :) https://github.com/eclipse-edc/Connector/releases/tag/v0.5.0
Efforts done in VSDS-Dataspace-Connector: feat/upgrade-version During investigation, it appeared that the data plane dependency on which we wrote the extension has been deprecated and replaced by a data-plane-signaling. A new concept that will make the effort larger than 2SP.
Last version of transfer-data-plane PR in which transfer-data-plane got removed
https://github.com/Informatievlaanderen/VSDS-Dataspace-Connector/blob/9f45c26e84b7067e530ff5803d60a735899b78da/gradle/libs.versions.toml#L7 Please keep update to the latest edc library. https://github.com/eclipse-edc/Connector/releases/tag/v0.4.1
-- for compatibility, [I had an error]
implementation(libs.edc.control.plane.api.client)
might need to be added to https://github.com/Informatievlaanderen/VSDS-Dataspace-Connector/blob/9f45c26e84b7067e530ff5803d60a735899b78da/http-pull-connector/build.gradle.kts#L27Thanks