fix: update the configuration to 0.0.10 and fix the resolver prepending a catch-all incorrectly#1773
Merged
Merged
Conversation
Contributor
Author
|
I will try to add an integration test update for this, because technically, they should have failed but they didn't this means that there was insufficient coverage somewhere. |
7 tasks
piotrjanik
previously approved these changes
Feb 13, 2026
Contributor
Author
|
Manually going through the multi repo scenario: Trying to still write a good enough test for this. :) |
Contributor
Author
|
Pushed a test that I think is okay, gonna try and run it without the changes too to see if it fails. |
Contributor
Author
|
Ah, I see the go mod bump was merged. :D |
…ng a catch-all incorrectly On-behalf-of: Gergely Brautigam <gergely.brautigam@sap.com> Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com> # Conflicts: # cli/go.mod # cli/go.sum # cli/integration/go.mod # cli/integration/go.sum
On-behalf-of: Gergely Brautigam <gergely.brautigam@sap.com> Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
On-behalf-of: SAP <matthias.bruns@sap.com> Signed-off-by: Matthias Bruns <git@matthiasbruns.com>
6e28e81 to
dcc3925
Compare
Contributor
|
@Skarlso I updated the tests to ensure that the components are correctly loaded |
On-behalf-of: SAP <matthias.bruns@sap.com> Signed-off-by: Matthias Bruns <git@matthiasbruns.com>
732d462 to
925e823
Compare
Contributor
Author
|
Looks like a fluke |
Contributor
Author
|
@matthiasbruns thanks for the test addition. |
matthiasbruns
approved these changes
Feb 13, 2026
piotrjanik
approved these changes
Feb 13, 2026
morri-son
pushed a commit
to morri-son/open-component-model
that referenced
this pull request
Feb 16, 2026
…ng a catch-all incorrectly (open-component-model#1773) Co-authored-by: Matthias Bruns <git@matthiasbruns.com>
morri-son
pushed a commit
to morri-son/open-component-model
that referenced
this pull request
Feb 18, 2026
…ng a catch-all incorrectly (open-component-model#1773) Co-authored-by: Matthias Bruns <git@matthiasbruns.com> Signed-off-by: Gerald Morrison (SAP) <gerald.morrison@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
During the testing of the tutorial PR here we discovered two things:
Which issue(s) this PR fixes