You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This an issue in Spring Core with incorrect return type of a suspending functions. I created a PR for solving it. Once it's solved it should work fine.
https://docs.spring.io/spring/docs/current/spring-framework-reference/web-reactive.html#webflux-ann-responseentity
The ResponseEntityResultHandler does not resolve the return type properly.
Example :
The text was updated successfully, but these errors were encountered: