Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Scope of transitive dependencies #403

Closed
@ReneBL

Description

@ReneBL

When importing some of the starters in a spring-boot application, let's say graphql-kickstart-spring-boot-starter-webflux, some of the autoconfigured beans are marked as @ConditionalOnMissingBean, which is fine if you want to customize something.

The problem is that those bean types classes are placed in runtime-scoped dependencies, so at compile time you won't be able to use them to override or extend some functionalities.

Is that the desired situation? For me it seems cumbersome because you need to copy all dependencies and import them in your project instead of relying on the aforementioned starter

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions