-
Notifications
You must be signed in to change notification settings - Fork 15
docs: repository restructure #191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
+49
−0
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
48 changes: 48 additions & 0 deletions
48
developer/decision-records/2026-06-10-runtime-core-repository/README.md
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,48 @@ | ||
| # Runtime-Core Repository | ||
|
|
||
| ## Decision | ||
|
|
||
| The `Runtime-Metamodel` repository will be expanded and renamed to `Runtime-Core`, consolidating the following: | ||
|
|
||
| - The existing content of `Runtime-Metamodel` (annotations and classes used by the autodoc-processor) | ||
| - The `autodoc-processor` module, moved from the `GradlePlugins` repository | ||
| - The runtime bootstrap modules from the `Connector` repository (e.g. `boot`, dependency injection framework, and | ||
| other domain-agnostic infrastructure modules) | ||
|
|
||
| The `GradlePlugins` repository will retain only `edc-build`, and will be **excluded from the platform release**, since | ||
| `edc-build` follows its own release cycle and is published on the Gradle Plugins Portal. | ||
|
|
||
| ## Rationale | ||
|
|
||
| `Runtime-Metamodel` is an _anemic_ repository: it contains only annotations and a few classes, the latter of which | ||
| are exclusively used by the `autodoc-processor`. Since `autodoc-processor` is strictly dependent on `runtime-metamodel`, | ||
| co-locating them in the same repository removes an artificial boundary with no structural benefit. | ||
|
|
||
| Similarly, the runtime bootstrap modules currently scattered across the `Connector` repository are foundational | ||
| infrastructure that is not domain-specific. Grouping them with the metamodel and the autodoc-processor creates a | ||
| cohesive set of cross-cutting concerns under a single repository: | ||
|
|
||
| - **Faster platform releases**: one fewer repository in the platform release cycle. | ||
| - **Reduced coupling**: `IdentityHub` currently depends on the `Connector` repository partly because of these | ||
| foundational runtime modules. Moving them to `Runtime-Core` allows `IdentityHub` (and other repositories) to depend | ||
| only on `Runtime-Core` for runtime setup, removing the indirect dependency on `Connector`. | ||
| - **Clearer boundaries**: `Connector`, `IdentityHub`, and the `Technology` repositories become purely domain-focused; | ||
| `Runtime-Core` owns everything needed to stand up an EDC runtime. | ||
|
|
||
| ## Approach | ||
|
|
||
| The migration will be carried out in the following steps: | ||
|
|
||
| 1. **Move `autodoc-processor`** from `GradlePlugins` into `Runtime-Metamodel`. | ||
| 2. **Adapt release workflows**: remove `GradlePlugins` from the platform release; `edc-build` will continue to be | ||
| released independently via the Gradle Plugins Portal. | ||
| 3. **Move runtime bootstrap modules** (`boot`, dependency injection framework, and related domain-agnostic | ||
| infrastructure) from the `Connector` repository into `Runtime-Metamodel`. | ||
| 4. **Rename `Runtime-Metamodel`** to `Runtime-Core`. | ||
| 5. Eventually, `Connector` could be renamed to `Control-Plane` | ||
|
|
||
| ### Versioning and Release Cycle | ||
|
|
||
| `Runtime-Core` will follow the same release cadence as the rest of the EDC platform. `GradlePlugins` (`edc-build`) | ||
| will continue to follow its own independent release cycle. | ||
|
|
||
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.