651 Commits (bb04c6b1f38e775625d2d79ecd8e2092d3a8ed36)

Author SHA1 Message Date
Sam Brannen a30c06b883 Polishing and consistent use of exception assertions 2 years ago
Andrea Mauro 458c30cb63 Resolve property-dependent parameter names for exception messages 2 years ago
rstoyanchev f9883d8bd6 Polishing contribution 2 years ago
injae-kim 76d00d78db Support splitting STOMP messages in WebSocketStompClient 2 years ago
Sam Brannen 122372c580 Spring cleaning: update copyright headers 2 years ago
Sam Brannen c98bebd6d3 Spring cleaning: add missing @⁠Override annotations 2 years ago
Sam Brannen 4339c8eac2 Spring cleaning: use diamond operator 2 years ago
Stéphane Nicoll 0f707706f1 Stop setting a thread name prefix for externally defined Executors 2 years ago
Stéphane Nicoll f526b23fd7 Harmonize WebSocket message broker to use Executor 2 years ago
rstoyanchev 6be0432e3d Use ConnectionLostException after heartbeat failures 2 years ago
Stéphane Nicoll 8815788004 Allow an existing TaskExecutor to be configured in ChannelRegistration 2 years ago
Stéphane Nicoll f5b0d9509d Polish 2 years ago
Stéphane Nicoll 0c42965fc3 Polish 2 years ago
Stéphane Nicoll 1f2d29ee08 Polish 2 years ago
Stéphane Nicoll 01c62f86b3 Polish 2 years ago
Stéphane Nicoll ed1bfb8177 Polish "Use text block where feasible" 2 years ago
Yanming Zhou a35384fd57 Use text block where feasible 2 years ago
Yanming Zhou dee1b726f9 Use String.repeat() where feasible 2 years ago
Yanming Zhou afcd03bddc Replace assertThat(x.isEmpty()).isTrue() with assertThat(x).isEmpty() 2 years ago
Yanming Zhou 7b16ef90f1 Replace assertThat(x.equals(y)) with assertThat(x).isEqualTo(y) 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 785ad399e9 Replace assertThat(x.iterator().next()) with assertThat(x).element(0) 2 years ago
Stéphane Nicoll 1da40b84e7 Polish "Use idiomatic AssertJ map assertions" 2 years ago
Sam Brannen 62b3d7a963 Update copyright headers 2 years ago
Sam Brannen 6ea9fdbf77 Polishing 2 years ago
Sam Brannen 2d792f000a Polish "Apply SingleSpaceSeparator Checkstyle module" 2 years ago
Johnny Lim 64e9fcad53 Apply SingleSpaceSeparator Checkstyle module 2 years ago
Sam Brannen 37e6fe5b64 Update copyright headers 2 years ago
Johnny Lim 919faa2ce2 Order modifiers to align with JLS 2 years ago
Sam Brannen 32b4f55d92 Update copyright headers 2 years ago
rstoyanchev 3277b0d6ac Handle STOMP messages to user destination in order 2 years ago
Rossen Stoyanchev 9eb39e182e Polishing 2 years ago
rstoyanchev 4195e6906c OrderedMessageChannelDecorator supports multiple subscribers 2 years ago
Stephane Nicoll 01f717375b Introduce ObjectUtils#nullSafeHash(Object... element) 3 years ago
Olga MaciaszekSharma 4cd9e2e9b0 Support `@RSocketExchange` for annotated responders 3 years ago
Juergen Hoeller 2f33e77ab4 Consistent equals/hashCode style (and related polishing) 3 years ago
Sébastien Deleuze c91041b675 Improve RSocketClientToServer*IntegrationTests reliability 3 years ago
Sébastien Deleuze b3de1b8e95 Use consistently *KotlinTests naming for Kotlin tests 3 years ago
Juergen Hoeller 6526e79eea Polishing 3 years ago
Sébastien Deleuze d3a249e34d Reduce the delay used for Coroutines in tests 3 years ago
Juergen Hoeller 6fa09e1783 Extract AnnotatedMethod base class for consistent annotation exposure 3 years ago
rstoyanchev db19f6395d Polishing 3 years ago
Atsushi Yoshikawa b677ff20fe AbstractMessageConverter delegates null headers 3 years ago
Sam Brannen 4565bcd757 Update copyright headers 3 years ago
rstoyanchev f7d195782f Revert "Temporarily re-enable ReactorNetty2StompBrokerRelayIntegrationTests" 3 years ago
Sam Brannen 5bc80fc094 Disable SpEL selector support in WebSocket messaging by default 3 years ago
Sam Brannen cc50af08e4 Enhance unit tests for status quo for SpEL 'selector' support in messaging 3 years ago
Sam Brannen 21397a67c6 Test status quo for SpEL 'selector' support in messaging 3 years ago
Sam Brannen e8ab53e76d Polishing 3 years ago