647 Commits (5b928f47a8f6fbfbb600d2ed746b9ef05648e5b0)

Author SHA1 Message Date
Branden Clark 78fe55f4d1 Check hasNext on sessionIds in UserDestinationResult 1 year ago
Johnny Lim 0beb56a58c Fix indentation to use tabs in Kotlin source files 1 year ago
Brian Clozel 6dd5c85ed0 Support byte array payloads in ProtobufMessageConverter 2 years ago
Simon Baslé 55361fa4f6 Release RSocket setup payload when it is not handled 2 years ago
rstoyanchev 97eddb769a Avoid duplicate subscriptionId's in destinationCache 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 3 years ago
Rossen Stoyanchev 9eb39e182e Polishing 3 years ago
rstoyanchev 4195e6906c OrderedMessageChannelDecorator supports multiple subscribers 3 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
rstoyanchev 5236d17ac4 Re-enable flaky tests after bd66c70b 3 years ago
rstoyanchev bd66c70b2b Potential fix for flaky STOMP integration tests 3 years ago
Sébastien Deleuze b7884ddd02 Disable flaky ReactorNetty2StompBrokerRelayIntegrationTests 3 years ago
Krzysztof Krasoń 1734deca1e
Refactor AssertJ assertions into more idiomatic ones 3 years ago