476 Commits (ebb8e345706ae99289566dc4e82602f26e82604a)

Author SHA1 Message Date
Sam Brannen 900dd0c3eb Polish contribution 9 months ago
Jeroen Meijer 41cb6ae1a5 Add getter for OverflowStrategy in ConcurrentWebSocketSessionDecorator 9 months ago
Spring Builds aee29b7f30 Update copyright headers in source files 10 months ago
Juergen Hoeller edf7f3cd43 Polishing 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
Yanming Zhou 59815cefce Replace assertThat(x.get(i)). with assertThat(x).element(i). 2 years ago
Yanming Zhou 6f11716b6f Use idiomatic AssertJ map assertions 2 years ago
Stéphane Nicoll f8a40555af Upgrade copyright year of changed file 2 years ago
Yanming Zhou 64d5e904e8 Use AssertJ isInstanceOf where feasible 2 years ago
Sam Brannen 2d792f000a Polish "Apply SingleSpaceSeparator Checkstyle module" 2 years ago
Johnny Lim 64e9fcad53 Apply SingleSpaceSeparator Checkstyle module 2 years ago
Johnny Lim 919faa2ce2 Order modifiers to align with JLS 2 years ago
rstoyanchev 3277b0d6ac Handle STOMP messages to user destination in order 3 years ago
rstoyanchev a205eab618 Handle STOMP messages from client in order 3 years ago
rstoyanchev d62d7f5ff1 Polishing 3 years ago
Sam Brannen c23795a8a6 Update copyright headers 3 years ago
rstoyanchev 29e3acc887 Re-enable Jetty in spring-websocket tests 3 years ago
rstoyanchev f51838b6ba Polishing spring-websocket tests 3 years ago
Sam Brannen fad70aa252 Update copyright headers 3 years ago
Arjen Poutsma 6597727c86 Upgrade to Jetty 12 3 years ago
Juergen Hoeller 4b6fabbd2f Polishing 3 years ago
Sébastien Deleuze 38f9cbe3de Use latest version of sockjs-client in AbstractSockJsService 3 years ago
Sam Brannen 5bc80fc094 Disable SpEL selector support in WebSocket messaging by default 3 years ago
Sam Brannen 2f35e7756b Integration test status quo for SpEL 'selector' support in messaging 3 years ago
Krzysztof Krasoń 1734deca1e
Refactor AssertJ assertions into more idiomatic ones 3 years ago
Sam Brannen e17f5c50a8 Update copyright headers 3 years ago
Sam Brannen 00be19c647 Consistently declare Object::equals argument as @Nullable 3 years ago
Sam Brannen 0502d18e3d Update copyright headers 3 years ago
Sam Brannen c4c786596f Migrate to Mockito.mock(T...) where feasible 3 years ago
Sam Brannen 9b38e43c17 Use URI#create instead of URI constructor where feasible in spring-websocket 3 years ago