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 sovity 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

Support a new version

Adding a new version can be done by following the new supported version procedure.

Patching a supported version

Works like a regular repository but the main branches are sovity/ and must be selected explicitly.

Adding a new patch on a supported version can be done by following the new patch procedure.

Releasing a supported version

Releasing a supported version can be done by following the releasing procedure.

Deliveries

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 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 a.b.c.d with a.b.c matching the Eclipse EDC version it was based on.

Production

The sovity Maven Registry on Azure is public and can be added to any Maven or Gradle Project using this URL.

Test

The artifacts on the sovity/* branches, before releasing, are published in the [test feed](https://dev.azure.com/sovity/Test/_artifacts/feed/test.

(back to top)

Contributing

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

(back to top)

Forking

Create a Fork Issue and follow the instructions.

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

[email protected]

(back to top)