890 Commits (0ef3cb9b9ea5e58d3d9e203bf36e80dcc910c513)

Author SHA1 Message Date
Stéphane Nicoll f5453cc445 Polish 2 years ago
Sam Brannen 2d792f000a Polish "Apply SingleSpaceSeparator Checkstyle module" 2 years ago
Johnny Lim 64e9fcad53 Apply SingleSpaceSeparator Checkstyle module 2 years ago
rstoyanchev a8019f2d0b Create reusable DisconnectedClientHelper 2 years ago
Rossen Stoyanchev 9eb39e182e Polishing 2 years ago
rstoyanchev a205eab618 Handle STOMP messages from client in order 2 years ago
Stephane Nicoll 01f717375b Introduce ObjectUtils#nullSafeHash(Object... element) 3 years ago
Sam Brannen 2cc1ee78c1 Polishing 3 years ago
rstoyanchev 74182cd3d6 Ensure correct detection of Jetty WebSocket server 3 years ago
rstoyanchev 1f8913a96c Support Jetty WebSocket server parameters 3 years ago
rstoyanchev 29e3acc887 Re-enable Jetty in spring-websocket tests 3 years ago
Rossen Stoyanchev ed172d6269 ByteBuffer handling for Jetty WebSocket messages 3 years ago
Sam Brannen fad70aa252 Update copyright headers 3 years ago
Arjen Poutsma 6597727c86 Upgrade to Jetty 12 3 years ago
Sam Brannen 148f5c459e Update copyright headers 3 years ago
Juergen Hoeller 2f33e77ab4 Consistent equals/hashCode style (and related polishing) 3 years ago
Sam Brannen 63fe45d92a Update copyright headers 3 years ago
Sébastien Deleuze 38f9cbe3de Use latest version of sockjs-client in AbstractSockJsService 3 years ago
James Yuzawa 5dacf50b9b Optimize MultiValueMap iteration operations 3 years ago
Johnny Lim 66bd891a0b Polish 3 years ago
rstoyanchev 073226d792 Polishing contribution 3 years ago
Aleksandrs Jansons 1abe155663 Ensure WebSocket disconnect msg reaches the client 3 years ago
ghostg00 e66c80667f Fix example in Javadoc for @EnableWebSocket 3 years ago
Sam Brannen a31cfba992 Apply "instanceof pattern matching" in remainder of spring-websocket module 3 years ago
Sam Brannen 2e1374b459 Update copyright headers 3 years ago
rstoyanchev 9fcafd2650 WebSocketConnectionManager accepts prepared URI 3 years ago
rstoyanchev 17bc3facaa Polishing contribution 3 years ago
Anatolii Zhmaiev 1de9426df0 Set reason for WebSocket CloseStatus.SESSION_NOT_RELIABLE 3 years ago
rstoyanchev a7ec6b4a2a Unwrap session before selecting stats counter 3 years ago
Sam Brannen a4956dfe26 Update copyright headers 3 years ago
Krzysztof Krason afb8a0d1b1 Use new Java features (switch expressions, text blocks, new JDK methods) 3 years ago
Sam Brannen 46fc28fd1a Clean up Javadoc and source code regarding " ." typos 3 years ago
Sam Brannen ad60164911 Update copyright headers for source code changed since August 2022 3 years ago
Sam Brannen 0a731413de Polishing 3 years ago
Sam Brannen 6e5dd64025 Polish contribution 3 years ago
Aashay Chapatwala 650875468c Add title to SockJS iFrames for accessibility compliance 3 years ago
Juergen Hoeller 21d3a7529c Consistent documentation references to Jakarta WebSocket (2.1) 3 years ago
Juergen Hoeller 9c7b471634 Deprecate JettyWebSocketClient in favor of StandardWebSocketClient 3 years ago
Juergen Hoeller 45d45c2989 Early support for Jetty 12 (developed against 12.0.0.alpha2) 3 years ago
Sam Brannen 917c41fd52 Use Set.of() for constant sets where appropriate 3 years ago
Arjen Poutsma 792371ac1f Generalize Jackson version numbers 3 years ago
Sam Brannen abf3400c07 Use Assert.state() where appropriate 3 years ago
rstoyanchev 8ade083a05 Filter out null WebSocketSession attributes 3 years ago
Juergen Hoeller d7d44c6c51 Polishing 3 years ago
Sam Brannen 95f3337bb5 Revise contribution 3 years ago
divcon ba136dcf40 Replace use of Collections.unmodifiable*() methods where appropriate 3 years ago
Juergen Hoeller a2ac764f9c Reuse StandardWebSocketUpgradeStrategy as a base class for Tomcat etc 3 years ago
Juergen Hoeller 19cf503534 Align with Servlet 6.0 and introduce support for Jakarta WebSocket 2.1 3 years ago
Andy Wilkinson 95395b53d5 Make WebSocket upgrade strategies compatible with Tomcat 10.1 3 years ago
Sam Brannen 5f02323b9c Avoid String allocations with Assert.isTrue() 3 years ago