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.

Add @conditionalOnBean to GraphQLSpringWebfluxAutoConfiguration #396

Closed
@endj

Description

@endj

Unless there is a good reason not to, could

@ConditionalOnBean({GraphQLSchema.class})

be added to the GraphQLSpringWebFluxAutoConfiguration. Currently, things will break if you have the library on the classpath but only instantiating the bean conditionally. It would be a lot nice if you did not have to use exclude the autoconfiguration class.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions