1052 Commits (main)

Author SHA1 Message Date
Sam Brannen 164141a63e Fix broken tests in SockJsServiceTests 2 years ago
Sam Brannen 0a731413de Polishing 2 years ago
Sam Brannen 6e5dd64025 Polish contribution 2 years ago
Aashay Chapatwala 650875468c Add title to SockJS iFrames for accessibility compliance 2 years ago
Juergen Hoeller 21d3a7529c Consistent documentation references to Jakarta WebSocket (2.1) 2 years ago
Juergen Hoeller 9c7b471634 Deprecate JettyWebSocketClient in favor of StandardWebSocketClient 2 years ago
Juergen Hoeller 45d45c2989 Early support for Jetty 12 (developed against 12.0.0.alpha2) 2 years ago
Sam Brannen 7fcd1de8e3 Use AssertJ's isEmpty() instead of hasSize(0) 2 years ago
Sam Brannen d5b0b2b1a1 User AssertJ's hasSize() for arrays 2 years ago
Sam Brannen 36f7597f25 Use AssertJ's hasSize() for collections and maps 2 years ago
Sam Brannen 917c41fd52 Use Set.of() for constant sets where appropriate 2 years ago
Arjen Poutsma 792371ac1f Generalize Jackson version numbers 2 years ago
Sam Brannen abf3400c07 Use Assert.state() where appropriate 2 years ago
rstoyanchev 8ade083a05 Filter out null WebSocketSession attributes 2 years ago
Juergen Hoeller d7d44c6c51 Polishing 2 years ago
Sam Brannen 95f3337bb5 Revise contribution 2 years ago
divcon ba136dcf40 Replace use of Collections.unmodifiable*() methods where appropriate 2 years ago
Juergen Hoeller a2ac764f9c Reuse StandardWebSocketUpgradeStrategy as a base class for Tomcat etc 2 years ago
Juergen Hoeller 19cf503534 Align with Servlet 6.0 and introduce support for Jakarta WebSocket 2.1 2 years ago
Andy Wilkinson 95395b53d5 Make WebSocket upgrade strategies compatible with Tomcat 10.1 2 years ago
Sam Brannen 5f02323b9c Avoid String allocations with Assert.isTrue() 2 years ago
Sam Brannen 723e09c164 Polishing 2 years ago
Kulwant Singh 5245327962 Fix tests and checkstyle violations 2 years ago
Kulwant Singh 20d0becbc6 Fix Javadoc links 2 years ago
Kulwant Singh 5f2a6fd7f1 Use List.of() instead of Arrays.asList() where appropriate 2 years ago
Kulwant Singh eec3c6f7bb Replace concatenated strings with text blocks 2 years ago
Kulwant Singh 19955c5b77 Remove unnecessary calls to toString() 2 years ago
Kulwant Singh bd57d860d2 Use StandardCharsets 2 years ago
Sébastien Deleuze aa776e40f9 Ensure classpath checks can be evaluated at build-time 2 years ago
Adam Ostrožlík 0ccb64fe10 Replace Collectors.toList with Stream.toList 2 years ago
Sam Brannen 321092ce6f Consistent use of @Deprecated(since = "6.0") 2 years ago
rstoyanchev 4eabe29b9a Polishing contribution 2 years ago
npriebe cd10171f98 Make WebSocketConnectionManager#isConnected public 2 years ago
Andy Wilkinson a5fb55fd6d Replace dependency management plugin with built-in platform support 2 years ago
Sam Brannen e4395f2f8b Clean up warnings and polishing 2 years ago
Arjen Poutsma 2aa74c9121 Deprecate ListenableFuture in favor of CompletableFuture 2 years ago
Stephane Nicoll 421b5cb311 Polish "Deprecate SockJsServiceRegistration#setSupressCors" 2 years ago
Marc Wrobel 1cc36e5be9 Deprecate SockJsServiceRegistration#setSupressCors 2 years ago
Stephane Nicoll 2c92d7da8f Harmonize RuntimeHintsRegistrar implementations 2 years ago
Marc Wrobel 03f0c57704 Fix and improve Javadoc in spring-websocket 2 years ago
Arjen Poutsma 9b739a2310 Update scheduling package to use java.time 2 years ago
rstoyanchev 007bdede46 Add missing check to avoid re-initialization 2 years ago
rstoyanchev 22cc6c5918 Polishing contribution 2 years ago
CodeInDreams 461ba53b39 Qualify channelExecutor and taskScheduler in WebSocket config 2 years ago
Johnny Lim 1205f53c4a Polish 2 years ago
Sébastien Deleuze ecdd934658 Add runtime hints for AbstractHandshakeHandler 2 years ago
Juergen Hoeller 4e1b9f1492 Replace deep exception message nesting with custom inclusion of cause messages 2 years ago
Sam Brannen 59c7bb1f86 Use Arrays.toString instead of Arrays.asList when generating Strings 2 years ago
Sam Brannen 1c10cdd1e8 Update copyright dates 2 years ago
evgeny.bovykin 941b92cbed Make inner classes static when feasible 2 years ago