503 Commits (de562deab00d0a8cfbfc64da729bd784292df10c)

Author SHA1 Message Date
Sam Brannen 9e6504b05a Remove unnecessary parentheses in assertThat() arguments 1 week ago
Sam Brannen a40ec44cb7 Convert assertThat(x instanceof X).isTrue() to assertThat(x).isInstanceOf() 1 week ago
Sam Brannen 4548f1ec66 Inline conditions in assertThat() statements 1 week ago
Sam Brannen 1256307c83 Enable SpringJUnit5 Checkstyle rule 1 week ago
Sam Brannen 4c14abf0cd Remove obsolete "test" prefix from test method names 1 week ago
Brian Clozel a21706c58a Copy WS handshake headers to store in session 1 week ago
Sam Brannen f62380cc7b Make WebSocketHttpHeaders compatible with HttpHeaders APIs 5 months ago
Sam Brannen 4593f877dd Fix HttpHeaders and WebSocketHttpHeaders interop issues 5 months ago
rstoyanchev c88bfc54c9 Refactor state management in StompSubProtocolHandler 5 months ago
Juergen Hoeller 1107a43b65 Upgrade to Jetty 12.1 onWebSocketClose signature 7 months ago
Brian Clozel fce7b3d420 Remove Undertow-specific support and testing 7 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
Sam Brannen 01fea5e7ed Polish Jackson 3 support 11 months ago
Sébastien Deleuze 6ae89ea397 Introduce Jackson 3 support to MessageBrokerBeanDefinitionParser 11 months ago
Sébastien Deleuze ac3c1b8762 Introduce Jackson 3 support for spring-websocket 11 months ago
rstoyanchev f8a82b46c1 Fix WebSocketHandlerMapping match for "/*" 1 year ago
rstoyanchev 83cdd58ac8 Update localAddress handling in StandardWebSocketClient 1 year ago
Brian Clozel f2a18e5920 Upgrade to Jetty 12.1.0.alpha0 1 year ago
Sébastien Deleuze ec48c47886 Make URI template variables nullable 1 year ago
Simon Baslé 0c6f5d7d29 `HttpHeaders` are no longer a `MultiValueMap` 1 year ago
rstoyanchev 373763723e Deprecate use of PathMatcher and UrlPathHelper in web 1 year ago
Sébastien Deleuze bc5d771a06 Switch to JSpecify annotations 1 year ago
Sam Brannen af83a152dc Polishing 1 year ago
Juergen Hoeller edf7f3cd43 Polishing 1 year ago
Juergen Hoeller 2b9010c2a2 Remove APIs marked as deprecated for removal 1 year ago
Juergen Hoeller 3f3341bb1d Drop server-specific RequestUpgradeStrategy implementations 1 year ago
Sam Brannen f427ac383d (Re)suppress deprecation warnings 1 year ago
Juergen Hoeller 9e3371ef07 Mark ListenableFuture as deprecated for removal 1 year ago
rstoyanchev 007a347ade Refine executor description in WebSocketMessageBrokerStats 2 years ago
rstoyanchev 8c9b6e2205 Use default phase 0 for WebSocket messaging 2 years ago
Stéphane Nicoll c1ed504ac1 Avoid classpath scanning in test 2 years ago
Sam Brannen 7edd4e8e22 Clean up warnings in Gradle build 2 years ago
rstoyanchev f9883d8bd6 Polishing contribution 2 years ago
rstoyanchev 73ee86c666 Split messages only if configured to do so 2 years ago
injae-kim 76d00d78db Support splitting STOMP messages in WebSocketStompClient 2 years ago
Sam Brannen 20be9e150c Polishing 2 years ago
Sam Brannen 122372c580 Spring cleaning: update copyright headers 2 years ago
Stéphane Nicoll f526b23fd7 Harmonize WebSocket message broker to use Executor 2 years ago
rstoyanchev 504b7619bd WebSocketMessageBrokerConfigurer allows to configure Lifecycle phase 2 years ago
rstoyanchev 2dd22f64e1 Improve cancellation of read/write inactivity 2 years ago
rstoyanchev 5851cdc679 Refine invocation of checkSessions 2 years ago
Stéphane Nicoll 122d8b9e4e Polish 2 years ago
Stéphane Nicoll 1f2d29ee08 Polish 2 years ago
Stéphane Nicoll a6e87b40c7 Polish "Use diamond operator where feasible" 2 years ago
Yanming Zhou 094479b55f Use diamond operator where feasible 2 years ago
Yanming Zhou afcd03bddc Replace assertThat(x.isEmpty()).isTrue() with assertThat(x).isEmpty() 2 years ago
Yanming Zhou e2852e7355 Replace assertThat(x.contains(y)).isTrue() with assertThat(x).contains(y) 2 years ago