Skip to content
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

Replaced detached configurations with regular configurations #695

Merged
merged 1 commit into from
Jun 7, 2024

Conversation

melix
Copy link
Contributor

@melix melix commented Jun 7, 2024

Use of detached configurations is fine if you want it to be an internal implementation details. However, we have a use case where it's needed to perform dependency substitution on the inlined BOMs. Unfortunately such rules are not available from consumers when using detached configurations.

Since here we have a fixed number of configurations, we can turn them into regular configurations instead.

Use of detached configurations is fine if you want it to be an internal
implementation details. However, we have a use case where it's needed
to perform dependency substitution on the inlined BOMs. Unfortunately
such rules are not available from consumers when using detached configurations.

Since here we have a fixed number of configurations, we can turn them into
regular configurations instead.
@melix melix added this to the 7.1.1 milestone Jun 7, 2024
@melix melix requested a review from alvarosanchez June 7, 2024 12:45
@melix melix merged commit 72f7aa6 into master Jun 7, 2024
3 checks passed
@melix melix deleted the cc/no-detached-config branch June 7, 2024 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants