Skip to content

Fixes in the code examples for WebFlux functional endpoints #1844

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
wants to merge 1 commit into from
Closed

Fixes in the code examples for WebFlux functional endpoints #1844

wants to merge 1 commit into from

Conversation

violetagg
Copy link
Member

  • Add import to o.s.w.reactive.function.server.RouterFunctions.route
  • When creating response body with a Publisher, one need to provide the type

- Add import to o.s.w.reactive.function.server.RouterFunctions.route
- When creating response body with a Publisher, one need to provide the type
@snicoll snicoll self-assigned this May 31, 2018
snicoll pushed a commit that referenced this pull request May 31, 2018
@snicoll snicoll closed this in aed63d3 May 31, 2018
snicoll added a commit that referenced this pull request May 31, 2018
* pr/1844:
  Fix code examples for WebFlux functional endpoints
@snicoll
Copy link
Member

snicoll commented May 31, 2018

Thanks @violetagg! FYI, we merge in master and then backport if necessary so we prefer the base branch to be master.

@violetagg
Copy link
Member Author

@snicoll OK good to know. Thanks a lot.

@violetagg violetagg deleted the fixes-in-docs branch June 21, 2018 11:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants