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
I created a fixed Spring Core 5.0.4 version and put it in my repo (it's essentially 5.0.4.RELEASE with a fix in the MethodParameter class). In the mpfix branch you can see an example of using it. Especially have a look at the last commit.
I have updated a little bit my deepdive example in order to use kotlinx.coroutines 0.20 and the
map
extension, and it seems this combination breaks the view name resolution. Run https://github.com/sdeleuze/spring-kotlin-deepdive/tree/coroutine-view-issue and go tohttp://localhost:8080/
to reproduce.The text was updated successfully, but these errors were encountered: