jknack / handlebars.java

Logic-less and semantic Mustache templates with Java
http://jknack.github.io/handlebars.java
Other
1.47k stars 382 forks source link

Add spring-webflux compatibility to handlebars-springmvc #642

Open shortstories opened 6 years ago

shortstories commented 6 years ago

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.

jknack commented 6 years ago

Can you send a pull request?

shortstories commented 6 years ago

Ok. I'll do it.