671 Commits (ad00aebaa3ae436b79c8b3457aa6425401356db8)

Author SHA1 Message Date
Spring Builds aee29b7f30 Update copyright headers in source files 9 months ago
Sam Brannen 18d6a55e3e Polishing and removal of "this." for method invocations 10 months ago
Sam Brannen f207c0ed5c Polish contribution 10 months ago
Mengqi Xu bbf61c74ab Fix REPLY_CHANNEL header check in MessageHeaderAccessor 10 months ago
Sam Brannen 208d52d852 Introduce Checkstyle rule for separator symbol location 1 year ago
rstoyanchev ccdaed594e Polishing contribution 1 year ago
Branden Clark c41b0140cd Check hasNext on sessionIds in UserDestinationResult 1 year ago
Johnny Lim 0beb56a58c Fix indentation to use tabs in Kotlin source files 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
Olga Maciaszek-Sharma 51de84e148 Reject null for non-optional arguments 2 years ago
Stéphane Nicoll 078dfd47dc Add MessageHeaderAccessor to be created with existing headers 2 years ago
Brian Clozel 6dd5c85ed0 Support byte array payloads in ProtobufMessageConverter 2 years ago
Brian Clozel a6fb7e99a0 Support for Protobuf 4.x 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
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