1023 Commits (e906eac04993376ac34d17ad64bffcb797bd31ef)

Author SHA1 Message Date
Sam Brannen 5bc80fc094 Disable SpEL selector support in WebSocket messaging by default 1 year ago
Sam Brannen 2f35e7756b Integration test status quo for SpEL 'selector' support in messaging 1 year ago
James Yuzawa 5dacf50b9b Optimize MultiValueMap iteration operations 2 years ago
Johnny Lim 66bd891a0b Polish 2 years ago
rstoyanchev 073226d792 Polishing contribution 2 years ago
Aleksandrs Jansons 1abe155663 Ensure WebSocket disconnect msg reaches the client 2 years ago
Krzysztof Krasoń 1734deca1e
Refactor AssertJ assertions into more idiomatic ones 2 years ago
ghostg00 e66c80667f Fix example in Javadoc for @EnableWebSocket 2 years ago
Sam Brannen e17f5c50a8 Update copyright headers 2 years ago
Sam Brannen 00be19c647 Consistently declare Object::equals argument as @Nullable 2 years ago
Sam Brannen a31cfba992 Apply "instanceof pattern matching" in remainder of spring-websocket module 2 years ago
Sam Brannen 2e1374b459 Update copyright headers 2 years ago
rstoyanchev 9fcafd2650 WebSocketConnectionManager accepts prepared URI 2 years ago
rstoyanchev 17bc3facaa Polishing contribution 2 years ago
Anatolii Zhmaiev 1de9426df0 Set reason for WebSocket CloseStatus.SESSION_NOT_RELIABLE 2 years ago
rstoyanchev a7ec6b4a2a Unwrap session before selecting stats counter 2 years ago
Sam Brannen 0502d18e3d Update copyright headers 2 years ago
Sam Brannen c4c786596f Migrate to Mockito.mock(T...) where feasible 2 years ago
Sam Brannen a4956dfe26 Update copyright headers 2 years ago
Krzysztof Krason afb8a0d1b1 Use new Java features (switch expressions, text blocks, new JDK methods) 2 years ago
Sam Brannen 46fc28fd1a Clean up Javadoc and source code regarding " ." typos 2 years ago
Sam Brannen 9b38e43c17 Use URI#create instead of URI constructor where feasible in spring-websocket 2 years ago
Sam Brannen ad60164911 Update copyright headers for source code changed since August 2022 2 years ago
Sam Brannen 052542254a Polishing 2 years ago
Sam Brannen db02c96c55 Avoid deprecation warnings in tests 2 years ago
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