Skip to content

Revisit DispatcherHandler integration for RouterFunctions [SPR-15536] #20095

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
spring-projects-issues opened this issue May 11, 2017 · 1 comment
Assignees
Labels
type: enhancement A general enhancement
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

spring-projects-issues commented May 11, 2017

Arjen Poutsma opened SPR-15536 and commented

Currently, a RouterFunctions.toHandlerMapping creates a HandlerMapping aimed at integrating with the DispatcherHandler, perhaps even in combination with @Controllers. The downside of this approach is that it requires the user to explicitly specify the router functions that need to be exposed, and manually integrate it in the DispatcherHandler.

The aim of this issue is to improve that experience, possibly to enable RouterFunction support automatically through @EnableWebFlux.


Issue Links:

Referenced from: commits 01e3561

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

2 participants