385 Commits (08855fee516c22b70313dc0dbf350207b2a7edbe)

Author SHA1 Message Date
Rossen Stoyanchev 0fd774e69f Add allowedOriginPatterns to WebSocketHandlerRegistration 5 years ago
Rossen Stoyanchev 1dd7d53de0 More precise mapping for WebSocket handshake requests 5 years ago
Rossen Stoyanchev cf52246319 WebSocketExtension#equals matches sub-classes too 5 years ago
Sébastien Deleuze 0172424635 Avoid CGLIB proxies on websocket/messaging configurations 5 years ago
Rossen Stoyanchev 684e695b08 Expose allowedOriginPatterns in SocketJS XML config 5 years ago
Rossen Stoyanchev 8130bf505f Apply allowedOriginPatterns in SockJsService 5 years ago
Benjamin Faal ae75db2657 Add allowedOriginPatterns to SockJS config 5 years ago
Sam Brannen 449377908f Fix JUnit 4 to AssertJ migration bugs 5 years ago
Brian Clozel e02d3f32b4 Requalify tests as LONG_RUNNING 6 years ago
Rossen Stoyanchev bb941b6180 OrderedMessageChannelDecorator doesn't preclude send limits 6 years ago
Sam Brannen ae5913f3b6 Polish tests 6 years ago
XenoAmess cd12583e13
Use Integer.parseInt instead of Integer.valueOf for primitive int 6 years ago
Sam Brannen 9d5881e0ad Suppress warnings, remove unused code, etc. 6 years ago
Sam Brannen 8099fc8178 Use try-with-resources language construct where feasible 6 years ago
Rossen Stoyanchev 6659e96104 Fix failing test 6 years ago
Qimiao Chen 1f9fa3bab8
Remove useless .gitignore files 6 years ago
Rossen Stoyanchev fa6ccc066d Do not raise exception for undelivered empty messages 6 years ago
Rossen Stoyanchev 1a8caf9e2b Polishing and minor refactoring 6 years ago
Rossen Stoyanchev f5df422de9 Polishing contribution 6 years ago
Hyunjin Choi 273812f9c5 Remove unnecessary escapes in regular expressions 6 years ago
Sam Brannen 7b6d83a106 Use Gradle test fixture support for spring-web 6 years ago
Sam Brannen 94f8ef08e2 Move common TestPrincipal to spring-core test fixtures 6 years ago
Sam Brannen 4260c34b47 Rename test fixture package in spring-core 6 years ago
Sam Brannen 5718bf424b Use Gradle test fixture support for spring-core 6 years ago
Rossen Stoyanchev 25f3465f1f Polishing contribution 6 years ago
Parviz ROzikov e858b21c60 #24022 - added protobuf MessageConverter 6 years ago
Christoph Dreis 3c17178b16 Fix Mockito deprecations 6 years ago
Rossen Stoyanchev 3895d21b7d Fix failing test after previous commit 6 years ago
Andy Wilkinson 20e6ca3601 Fix race condition in sendBlockingMessage 7 years ago
Phillip Webb d945ae9191 Add blank line between java and javax imports 7 years ago
Stephane Nicoll facdbdb7b6 Fix checkstyle violation 7 years ago
Phillip Webb deba2ed1b3 Add blank line between java and javax imports 7 years ago
Phillip Webb 2f106fbb32 Polishing web socket test to use BDD Mockito 7 years ago
Sam Brannen c004ef888c Configure index in @ParameterizedTest display names 7 years ago
Sam Brannen ad6231ad29 Add missing @Override annotations 7 years ago
Sam Brannen 617863ae4b Polish WebSocket integration tests 7 years ago
Sam Brannen 288461a541 Introduce @EnabledForTestGroups in Spring's test suite 7 years ago
Sam Brannen 3f3e41923f Migrate rest of test suite from JUnit 4 to JUnit Jupiter 7 years ago
Sam Brannen 38f6d270f8 Delete dead code in tests 7 years ago
Rob Winch fde92793b5 Fix http URLs 7 years ago
Rossen Stoyanchev 4e6e47b726 Earlier detection of token authentication 7 years ago
Rossen Stoyanchev 5af9a8edae Ensure WebSocketHttpRequestHandler writes headers 7 years ago
Sam Brannen 1259b7cb49 Polishing 7 years ago
Sam Brannen 141ef9082f Clean up Mockito usage 7 years ago
Phillip Webb 9d74da006c Migrate JUnit 4 assertions to AssertJ 7 years ago
Phillip Webb 95a9d46a87 Migrate Hamcrest assertions to AssertJ 7 years ago
Phillip Webb 02850f357f Migrate exception checking tests to use AssertJ 7 years ago
Phillip Webb 798b51f4a3 Migrate to BDD Mockito 7 years ago
Phillip Webb 816bbee8de Remove '.*' imports from tests 7 years ago
Phil Webb d7320de871 Migrate away from ExpectedException (#22922) 7 years ago