feat(scheme): expose scheme retrieval methods in various components#1268
Merged
fabianburth merged 4 commits intoNov 27, 2025
Merged
Conversation
Added methods to retrieve the runtime scheme in multiple components, preparing for simpler internal plugin registration. Signed-off-by: Fabian Burth <fabian.burth@sap.com>
604722a to
a862dd1
Compare
Updated the OCI bindings to the latest version to ensure compatibility and access to new features. Signed-off-by: Fabian Burth <fabian.burth@sap.com>
Introduce Builtin interfaces to allow plugin registries to register internal plugins without requiring callers to explicitly provide a scheme with their supported types. Signed-off-by: Fabian Burth <fabian.burth@sap.com>
Contributor
Author
|
added some documentation to the builtin interfaces |
jakobmoellerdev
approved these changes
Nov 27, 2025
jakobmoellerdev
added a commit
that referenced
this pull request
Nov 28, 2025
<!-- markdownlint-disable MD041 --> #### What this PR does / why we need it Refactor the registration methods for internal plugins to use a more consistent and streamlined approach. This change enhances readability and maintainability by reducing redundancy in the code. This is what the changes in this previous [PR](#1268) were needed for. **Notes for the Reviewers** The changes are quite repetitive. But pay special attention to the registration method of input. #### Which issue(s) this PR fixes <!-- Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`. --> Contributes to open-component-model/ocm-project#761 --------- Signed-off-by: Fabian Burth <fabian.burth@sap.com> Co-authored-by: Jakob Möller <jakob.moeller@sap.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What this PR does / why we need it
Added methods to retrieve the runtime scheme in multiple components, preparing for simpler internal plugin registration.
If you feel like you are lacking context for some of the changes in this PR, it is part of this larger PR.
Which issue(s) this PR fixes
Contributes to open-component-model/ocm-project#761