Skip to content

Add spring-webflux compatibility to handlebars-springmvc #642

Open
@shortstories

Description

@shortstories

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions