websocket icon indicating copy to clipboard operation
websocket copied to clipboard

Jakarta WebSocket

Results 46 websocket issues
Sort by recently updated
recently updated
newest added

Currently, in the Jetty implementation, the `jakarta.websocket.ClientEndPoint.Configurator.afterResponse(HandshakeResponse hr)` is only called on successful handshake, not on failed handshake. I'm curious what other implementations do, and if this API should be...

Currently there is no easy universal way to obtain reference to the `ServletContext` from `ServerEndpointConfig.Configurator`'s level if the websocket container is running as a part of a Java Servlet app....

Add new functional programming API using JDK 9 Flow/ReactiveStreams to replace the current annotation-based declarations. Refer to the Reactive WebSocket implementation in Spring Webflux. The server side: ```java public class...

Bumps org.jruby:jruby-complete from 9.4.11.0 to 9.4.12.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jruby:jruby-complete&package-manager=maven&previous-version=9.4.11.0&new-version=9.4.12.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

**Challenged tests** Main Package: https://github.com/jakartaee/platform-tck/tree/main/websocket/spec-tests/src/main/java/com/sun/ts/tests/websocket/negdep [wsc_negdep_invalidpathparamtype_srv_onclose_web](https://github.com/jakartaee/platform-tck/blob/core-tck-11.0.0/websocket/spec-tests/src/main/java/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/srv/onclose/WSCClientIT.java) [wsc_negdep_invalidpathparamtype_srv_onerror_web](https://github.com/jakartaee/platform-tck/blob/main/websocket/spec-tests/src/main/java/com/sun/ts/tests/websocket/negdep/invalidpathparamtype/srv/onerror/WSCClientIT.java) wsc_negdep_invalidpathparamtype_srv_onmessage_web wsc_negdep_invalidpathparamtype_srv_onopen_web wsc_negdep_malformedpath_web wsc_negdep_multiplepaths_web wsc_negdep_onclose_srv_duplicate_web wsc_negdep_onclose_srv_toomanyarguments_web wsc_negdep_onerror_srv_duplicate_web wsc_negdep_onerror_srv_toomanyarguments_web wsc_negdep_onmessage_pasrv_nomoreendpoints_web wsc_negdep_onmessage_ppsrv_nomoreendpoints_web wsc_negdep_onmessage_srv_binarybytebufferint_web wsc_negdep_onmessage_srv_binaryinputstreamboolean_web wsc_negdep_onmessage_srv_binaryinputstreamboolean_web wsc_negdep_onmessage_srv_binarynodecoder_web wsc_negdep_onmessage_srv_pongboolean_web wsc_negdep_onmessage_srv_pongduplicate_web wsc_negdep_onmessage_srv_textbigdecimal_web wsc_negdep_onmessage_srv_textduplicate_web wsc_negdep_onmessage_srv_textnodecoder_web wsc_negdep_onmessage_srv_textreaderboolean_web wsc_negdep_onmessage_srv_textstringint_web wsc_negdep_onopen_srv_duplicate_web wsc_negdep_onopen_srv_toomanyarguments_web...

challenge

Since https://github.com/jakartaee/websocket/issues/180 the Maven artifact of `jakarta.websocket-api` lists `jakarta.websocket-client-api` as an optional "provided" dependency. With this setup the following code does not compile, although dependencies are defined correctly: Compiling the...