Hi.
Because Spring-webflux replaced there old java servlet stack with new reactive stack, I failed to use handlebars-springmvc with Spring-webflux. They needs new interfaces that can't found in current handlebars-springmvc. For example, they need a org.springframework.web.reactive.result.view.ViewResolver
instead of the previous org.springframework.web.servlet.ViewResolver.
We have to add a new webflux implementations. Perhaps we can reuse most of the code.
Hi. Because Spring-webflux replaced there old java servlet stack with new reactive stack, I failed to use handlebars-springmvc with Spring-webflux. They needs new interfaces that can't found in current handlebars-springmvc. For example, they need a
org.springframework.web.reactive.result.view.ViewResolver
instead of the previousorg.springframework.web.servlet.ViewResolver
. We have to add a new webflux implementations. Perhaps we can reuse most of the code.