-
Notifications
You must be signed in to change notification settings - Fork 580
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
Integration of WebSockets POC into Helidon 2.0 #1280
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…problems. Signed-off-by: Santiago Pericas-Geertsen <santiago.pericasgeertsen@oracle.com>
Signed-off-by: Santiago Pericas-Geertsen <santiago.pericasgeertsen@oracle.com>
Signed-off-by: Santiago Pericas-Geertsen <santiago.pericasgeertsen@oracle.com>
Signed-off-by: Santiago Pericas-Geertsen <santiago.pericasgeertsen@oracle.com>
Signed-off-by: Santiago Pericas-Geertsen <santiago.pericasgeertsen@oracle.com>
Signed-off-by: Santiago Pericas-Geertsen <santiago.pericasgeertsen@oracle.com>
Signed-off-by: Santiago Pericas-Geertsen <santiago.pericasgeertsen@oracle.com>
…g that includes verification of encoders and decoders. Signed-off-by: Santiago Pericas-Geertsen <santiago.pericasgeertsen@oracle.com>
Signed-off-by: Santiago Pericas-Geertsen <santiago.pericasgeertsen@oracle.com>
Signed-off-by: Santiago Pericas-Geertsen <santiago.pericasgeertsen@oracle.com>
Signed-off-by: Santiago Pericas-Geertsen <santiago.pericasgeertsen@oracle.com>
Signed-off-by: Santiago Pericas-Geertsen <santiago.pericasgeertsen@oracle.com>
…ort to ignore websocket handshakes. MP server test. Signed-off-by: Santiago Pericas-Geertsen <santiago.pericasgeertsen@oracle.com>
…ApplicationPath annotation on subclasses of ServerApplicationConfig. Some test changes.
…tion. Updated corresponding test.
…that scanning discovers endpoints even if not annotated with a CDI scope. This is the same we currently do for @path in JAX-RS. Simplified example a bit.
Signed-off-by: Santiago Pericas-Geertsen <santiago.pericasgeertsen@oracle.com>
Signed-off-by: Santiago Pericas-Geertsen <santiago.pericasgeertsen@oracle.com>
Signed-off-by: Santiago Pericas-Geertsen <santiago.pericasgeertsen@oracle.com>
…utingPath/@RoutingName.
… endpoint methods are no longer called using Netty threads.
tomas-langer
requested changes
Feb 3, 2020
webserver/tyrus/src/main/java/io/helidon/webserver/tyrus/TyrusSupport.java
Outdated
Show resolved
Hide resolved
webserver/tyrus/src/main/java/io/helidon/webserver/tyrus/TyrusSupport.java
Outdated
Show resolved
Hide resolved
webserver/tyrus/src/main/java/io/helidon/webserver/tyrus/TyrusSupport.java
Outdated
Show resolved
Hide resolved
webserver/tyrus/src/main/java/io/helidon/webserver/tyrus/TyrusSupport.java
Outdated
Show resolved
Hide resolved
microprofile/server/src/main/java/io/helidon/microprofile/server/Server.java
Outdated
Show resolved
Hide resolved
microprofile/tyrus/src/main/java/io/helidon/microprofile/tyrus/WebSocketCdiExtension.java
Outdated
Show resolved
Hide resolved
microprofile/tyrus/src/main/java/io/helidon/microprofile/tyrus/WebSocketCdiExtension.java
Outdated
Show resolved
Hide resolved
microprofile/tyrus/src/main/java/io/helidon/microprofile/tyrus/WebSocketCdiExtension.java
Outdated
Show resolved
Hide resolved
microprofile/tyrus/src/main/java/io/helidon/microprofile/tyrus/WebSocketCdiExtension.java
Outdated
Show resolved
Hide resolved
webserver/webserver/src/main/java/io/helidon/webserver/ForwardingHandler.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Santiago Pericas-Geertsen <santiago.pericasgeertsen@oracle.com>
…n microprofile's server module. Use CDI events between modules for loose coupling.
…r TyrusSupport in MP. Fixed tests.
spericas
changed the title
WIP: Integration of WebSockets POC into Helidon 2.0
Integration of WebSockets POC into Helidon 2.0
Feb 7, 2020
…ies in MP server. Signed-off-by: Santiago Pericas-Geertsen <santiago.pericasgeertsen@oracle.com>
spericas
force-pushed
the
websockets20
branch
from
February 13, 2020 14:42
2c399f3
to
1456226
Compare
tomas-langer
approved these changes
Feb 13, 2020
romain-grecourt
approved these changes
Feb 13, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Support for WebSockets in SE and MP.