This is a fork of the Eclipse EDC Connector with additions by sovity.
- The
default
branch serves as a default branch for this fork, only containing an entry point with the main README and CI. - The
main
branch tracks the Eclipse EDCmain
branch. It is not used as the main branch in this fork. - The
sovity/x.y.z
branches will contain forked Eclipse EDC releases with commits on top.- e.g. the currently maintained 0.2.1 fork, sovity/0.2.1
Each branch has its own Changelog, as patches are always applied on top of releases and the entire history of the Eclipse EDC Connector is not maintained.
The artifacts for this repository are not available via the GitHub Maven Repository but via our own Maven Registry on Azure. This is because the many artifacts created in this repository caused the GitHub Maven Repository to be a bottleneck for the CI. We also needed better mirroring of transitive dependencies, as transitive dependencies of the Eclipse EDC Connector have disappeared before.
The Maven Registry on Azure is public and can be added to any Maven or Gradle Project using this URL:
https://pkgs.dev.azure.com/sovity/41799556-91c8-4df6-8ddb-4471d6f15953/_packaging/core-edc/maven/v1
The artifacts are released under the same group id as the original EDC: org.eclipse.edc
and the same artifact names. Only the version differs and usually matches the pattern x.y.z.w
with x.y.z
matching the Eclipse EDC version it was based on.
To submit changes to the Eclipse EDC, please refer to the original repository
Create a Release Issue and follow the instructions.
Distributed under the Apache 2.0 License. See LICENSE
for more information.