This repository was archived by the owner on Dec 19, 2023. It is now read-only.
forked from yandooo/graphql-spring-boot
-
Notifications
You must be signed in to change notification settings - Fork 326
Playground incompatible with Spring Webflux #487
Comments
BlasiusSecundus
added a commit
to BlasiusSecundus/graphql-spring-boot
that referenced
this issue
Dec 19, 2020
…hen using WebFlux
BlasiusSecundus
added a commit
to BlasiusSecundus/graphql-spring-boot
that referenced
this issue
Dec 19, 2020
…hen using WebFlux
The Playgound integration is currently not working with WebFlux. I have a WIP fix for the issue, see the linked commit. It seems to work properly but additional tests would be needed (only tested with the bundled webflux sample). |
BlasiusSecundus
added a commit
to BlasiusSecundus/graphql-spring-boot
that referenced
this issue
Dec 30, 2020
…hen using WebFlux
BlasiusSecundus
added a commit
to BlasiusSecundus/graphql-spring-boot
that referenced
this issue
Dec 30, 2020
BlasiusSecundus
added a commit
to BlasiusSecundus/graphql-spring-boot
that referenced
this issue
Jan 25, 2021
…hen using WebFlux
BlasiusSecundus
added a commit
to BlasiusSecundus/graphql-spring-boot
that referenced
this issue
Jan 25, 2021
BlasiusSecundus
added a commit
to BlasiusSecundus/graphql-spring-boot
that referenced
this issue
Jan 25, 2021
Is it something blocking here ? Can we merge the proposed solution ? |
I planned to do some more testing before finalizing the MR but time passes faster than expected... I opened it up to review so that it is not blocked anymore on my side. Help with testing with different setups / feedback is of course appreciated. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
When we add
playground-spring-boot-starter
in a spring webflux project, the project is instantiated as spring mvc and served with TomcatBecause
playground-spring-boot-starter
requirespring-boot-starter-web
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Project is served with Netty and the playground is accessible
The text was updated successfully, but these errors were encountered: