Skip to content

sovity/core-edc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

EDC Connector

Fork for supporting older Eclipse EDC versions

About The Project

This is a fork of the Eclipse EDC Connector with additions by sovity.

(back to top)

Branches

  • 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 EDC main 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.

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.

(back to top)

Usage

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.

(back to top)

Contributing

To submit changes to the Eclipse EDC, please refer to the original repository

(back to top)

Releasing

Create a Release Issue and follow the instructions.

(back to top)

License

Distributed under the Apache 2.0 License. See LICENSE for more information.

(back to top)

Contact

contact@sovity.de

(back to top)