Skip to content

[bazel] Adjust to moved bazel_tooling and neverlink domain classes#1862

Merged
ml86 merged 2 commits into
masterfrom
markus/bazel
Jul 7, 2026
Merged

[bazel] Adjust to moved bazel_tooling and neverlink domain classes#1862
ml86 merged 2 commits into
masterfrom
markus/bazel

Conversation

@ml86

@ml86 ml86 commented Jul 7, 2026

Copy link
Copy Markdown
Contributor
  • [bazel] Adjust to bazel tooling in own repo.
  • [bazel] Have a linked and not linked version of domain classes.
    This is necessary to be able to swap in other domain classes since
    Bazel does not have an override functionallity like maven resolvers
    typically do. In order to achieve something similiar, the dependency
    needs to be marked as neverlink from the begining and each executable
    needs to bring in a linkable version on its own.

ml86 added 2 commits July 7, 2026 15:12
This is necessary to be able to swap in other domain classes since
Bazel does not have an override functionallity like maven resolvers
typically do. In order to achieve something similiar, the dependency
needs to be marked as `neverlink` from the begining and each executable
needs to bring in a linkable version on its own.
@ml86 ml86 requested a review from maltek July 7, 2026 13:13
@ml86 ml86 merged commit daefb4a into master Jul 7, 2026
1 check passed
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