1190 Commits (7.0.x)

Author SHA1 Message Date
Sam Brannen 9e6504b05a Remove unnecessary parentheses in assertThat() arguments 2 hours ago
Sam Brannen a40ec44cb7 Convert assertThat(x instanceof X).isTrue() to assertThat(x).isInstanceOf() 2 hours ago
Sam Brannen 4548f1ec66 Inline conditions in assertThat() statements 2 hours ago
Sam Brannen 1256307c83 Enable SpringJUnit5 Checkstyle rule 2 days ago
Sam Brannen 4c14abf0cd Remove obsolete "test" prefix from test method names 2 days ago
Brian Clozel a21706c58a Copy WS handshake headers to store in session 3 days ago
Sam Brannen 5eb0e99d58 Fix common typos and grammatical mistakes 5 days ago
Sam Brannen 926bcbd9a6 Stop referring to obsolete ListenableFuture in documentation 1 month ago
Manu Sridharan d36244ee56 Update to NullAway 0.12.15 and fix new warnings 3 months ago
rstoyanchev 8edde374bb Lower bad requests to DEBUG level in AbstractHandshakeHandler 4 months ago
Juergen Hoeller 07c0213f20 Polishing 4 months ago
Sam Brannen f62380cc7b Make WebSocketHttpHeaders compatible with HttpHeaders APIs 4 months ago
Sam Brannen 4593f877dd Fix HttpHeaders and WebSocketHttpHeaders interop issues 4 months ago
rstoyanchev cd67010518 Update Principal check in TransportHandlingSockJsService 4 months ago
rstoyanchev c88bfc54c9 Refactor state management in StompSubProtocolHandler 5 months ago
Sébastien Deleuze 8ec9ab6698 Add builder-based constructors to Jackson 3 infrastructure 5 months ago
rstoyanchev 7f03487875 Polishing contribution 6 months ago
KNU-K e4a431e536 Refactor toString method in SockJsFrame 6 months ago
Sébastien Deleuze 7635ac38f6 Use uppercase for classpath-related static final field names 6 months ago
Juergen Hoeller 7f9aa39748 Polishing 6 months ago
Juergen Hoeller 1107a43b65 Upgrade to Jetty 12.1 onWebSocketClose signature 6 months ago
Sébastien Deleuze dc26aaa0ec Use JsonMapper instead of ObjectMapper when relevant 7 months ago
Brian Clozel fce7b3d420 Remove Undertow-specific support and testing 7 months ago
Sébastien Deleuze 0389e3e3af Revert "Use JsonMapper instead of ObjectMapper when relevant" 7 months ago
Sébastien Deleuze 49b28be1be Fix JacksonJsonSockJsMessageCodec imports 7 months ago
Sébastien Deleuze d115f36400 Use JsonMapper instead of ObjectMapper when relevant 7 months ago
Juergen Hoeller c7fbf7809f Provide @WebSocketScope annotation and public SCOPE_WEBSOCKET constant 8 months ago
Sam Brannen 900dd0c3eb Polish contribution 9 months ago
Jeroen Meijer 41cb6ae1a5 Add getter for OverflowStrategy in ConcurrentWebSocketSessionDecorator 9 months ago
Spring Builds 16edf9867a Update copyright headers in source files 9 months ago
Spring Builds aee29b7f30 Update copyright headers in source files 9 months ago
Vincent Potucek 0d4dfb6c1f Rename exception variables in empty catch blocks 9 months ago
Sam Brannen 01fea5e7ed Polish Jackson 3 support 10 months ago
Sébastien Deleuze 2a29e16456 Deprecate for removal Jackson 2 support 10 months ago
Sébastien Deleuze 6ae89ea397 Introduce Jackson 3 support to MessageBrokerBeanDefinitionParser 10 months ago
Sébastien Deleuze ac3c1b8762 Introduce Jackson 3 support for spring-websocket 10 months ago
Taeik Lim a946fe2bf8 Fix broken link for Server-Sent Events 12 months ago
Sam Brannen 208d52d852 Introduce Checkstyle rule for separator symbol location 1 year ago
rstoyanchev f8a82b46c1 Fix WebSocketHandlerMapping match for "/*" 1 year ago
Sam Brannen cd4e73a4a3 Fix typos in CloseStatus comments 1 year ago
rstoyanchev 788b66feac Remove UrlPathHelper in ServletWebSocketHandlerRegistry 1 year ago
rstoyanchev 7e9ac120ac Deprecate UrlPathHelper in ServletWebSocketHandlerRegistry 1 year ago
rstoyanchev ceffda7874 Polishing contribution 1 year ago
Jared Wiltshire 49f9b40fba Support RFC 8441 upgrades over HTTP/2 CONNECT 1 year ago
rstoyanchev f477c1653d Allow WebSocket over HTTP CONNECT 1 year ago
Daeho Kwon 7536777a18 Replace hardcoded "Sec-WebSocket-Version" with constant 1 year ago
Sam Brannen 7a98e210da Remove obsolete code 1 year ago
rstoyanchev 83cdd58ac8 Update localAddress handling in StandardWebSocketClient 1 year ago
rstoyanchev a6b6d19545 Update localAddress Javadoc in WebSocketSession 1 year ago
Mengqi Xu dc98a7960a Remove the catch of NPE because this issue had resolved at Jetty 12.0.2. 1 year ago