Spring Test fails after DGS Codegen plugin upgrade from 4.2.0 to 5.0.6 #606
-
Hello,
Did some googling and see that this is due to the fact that spring boot misses the web server context in it's test. I do have the App annotated with @SpringBootApplication With my previous version these tests pass. I am following instructions as per https://netflix.github.io/dgs/generating-code-from-schema/ Can someone please help? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Try to update to the latest Dgs framework(4.7.4) and Spring Boot(2.5.4), and regenerate the types. |
Beta Was this translation helpful? Give feedback.
Try to update to the latest Dgs framework(4.7.4) and Spring Boot(2.5.4), and regenerate the types.