Skip to content
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

WebServer API to use Single and Multi #1882

Merged
merged 5 commits into from
May 27, 2020

Conversation

tomas-langer
Copy link
Member

Signed-off-by: Tomas Langer tomas.langer@oracle.com

Resolves #1868

Additional changes to common reactive to fix an issue with uncompleting Single.

Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
danielkec
danielkec previously approved these changes May 27, 2020
Copy link
Contributor

@romain-grecourt romain-grecourt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI you are changing examples/todo-app/frontend/package-lock.json

Also content extends Publisher<DataChunk> and should extend Multi<DataChunk>, however it is deprecated so we will handle that as part of #1842

Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
danielkec
danielkec previously approved these changes May 27, 2020
Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
@tomas-langer tomas-langer added the 2.x Issues for 2.x version branch label May 27, 2020
@tomas-langer tomas-langer merged commit 93dd5b3 into helidon-io:master May 27, 2020
@tomas-langer tomas-langer deleted the 1868-server-api-reactive branch May 27, 2020 19:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.x Issues for 2.x version branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Single and Multi in WebServer APIs
3 participants