757 Commits (9ce5a18d96deb1207889ade128210acfb6adaeaa)

Author SHA1 Message Date
Juergen Hoeller 5f767a86f5 Always invoke Jackson serialization with AtomicReference cause 7 years ago
Alan Hong fc7e7a3304 Fix typo 7 years ago
Juergen Hoeller 122ee3096c Efficient log checks in STOMP encoder/decoder 7 years ago
Violeta Georgieva fd1859c34c Adapt to the changes in Reactor Netty ClientOptions 7 years ago
Juergen Hoeller cc74a2891a @Nullable all the way: null-safety at field level 7 years ago
Juergen Hoeller 7e251274ee Consistent nullability of headers Map and MessagePostProcessor 8 years ago
Stephane Nicoll 1ab678a2a3 Polish "Refactor iterator of Map with Java8's Map.forEach" 8 years ago
diguage 1ef5f61ab2 Refactor iterator of Map with Java8's Map.forEach 8 years ago
Juergen Hoeller 7dd8dc62a5 Fixes for ignored tests after last week's nullability commit 8 years ago
Stephane Nicoll 58242f2249 Polish 8 years ago
Stephane Nicoll fc64b8040f Polish "Replace relevant code with lambda" 8 years ago
diguage 4b1478d830 Replace relevant code with lambda 8 years ago
Arjen Poutsma 9bf82dc18f Add addAll(MultiValueMap) 8 years ago
diguage c1d44d9a34 Use the diamond syntax 8 years ago
Rob Winch b1345014b9 Update to Reactor Bismuth-M2 8 years ago
Juergen Hoeller fd53d2a51a Consistent use of @Nullable in spring-test 8 years ago
Juergen Hoeller 7eaedf2916 Debug-level log entry for any Jackson exception during canConvert 8 years ago
Juergen Hoeller f813712f5b Consistent use of @Nullable across the codebase (even for internals) 8 years ago
Rossen Stoyanchev 4a3f6e4546 Polish 8 years ago
Christoph Dreis 0ef1623643 Optimize DefaultUserDestinationResolver.resolveDestination() 8 years ago
Sebastien Deleuze 1f28825f9d Add more @Nullable parameters based on null usage 8 years ago
Gary Russell f9b319d3ba Revert Incorrect MessagingTemplate Change 8 years ago
Sebastien Deleuze b47d713e14 Add missing @Nullable annotations on parameters 8 years ago
Gary Russell e06c4d5116 Timeout Overrides in Messaging Templates 8 years ago
Sebastien Deleuze 87598f48e4 Introduce null-safety of Spring Framework API 8 years ago
Rossen Stoyanchev b6e252495a Protect against NPE in DefaultSubscriptionRegistry 8 years ago
Bao Tran 44c31a6aad Fix duplicate STOMP subscription id issue 8 years ago
Alexander Riss e49a5d8424 fix inefficient use of keySet operators in messaging classes 8 years ago
Juergen Hoeller e93e49f268 ErrorMessage.toString() includes original message at top level 8 years ago
Gary Russell e677342628 Add originalMessage to ErrorMessage 8 years ago
Sebastien Deleuze 4d9144132e Upgrade to Reactor Core 3.1 8 years ago
Juergen Hoeller 5986f881d0 HandlerMethod evaluates ResponseStatus annotation for early caching 8 years ago
Brian Clozel b799013567 Update to Reactor Aluminium SNAPSHOT 8 years ago
stonio 7d062df992 Use String#isEmpty() 8 years ago
Juergen Hoeller d2cc97af47 Polishing 8 years ago
Rossen Stoyanchev f219680d42 Add equals/hashcode for STOMP Subscription 8 years ago
Stephane Maldini ba97432043 prepare for reactor-netty 0.6.1.RELEASE 8 years ago
Juergen Hoeller 370e3d683a Polishing 8 years ago
Juergen Hoeller 74bdcd8ed4 MutableMessageHeaders serializes itself as regular MessageHeaders 8 years ago
Juergen Hoeller 50d93d3794 Consistently support CompletionStage next to CompletableFuture 8 years ago
Rossen Stoyanchev 60517b23e2 StompSession supports custom headers for UNSUBSCRIBE 8 years ago
Juergen Hoeller 9b26fcd7d2 Refined assertion messages 8 years ago
Juergen Hoeller 1b2dc3638f Revisit Assert to avoid single-arg assert methods (with refined messages) 8 years ago
Arjen Poutsma 69c16f3821 Add headers in InterceptingClientHttpRequest 8 years ago
Juergen Hoeller 8038fb9c8b HandlerMethod pre-resolves parameter types at construction time 8 years ago
Juergen Hoeller 12973ac702 Polishing 8 years ago
Juergen Hoeller f095aa20eb Polishing 8 years ago
Juergen Hoeller e9db4d6f96 Proper resolution of Optional.empty() for header arguments 8 years ago
Juergen Hoeller 62e530ec94 Resolve minor 4.3.x deprecations in master 8 years ago
Juergen Hoeller 047786acef Revised InvocableHandlerMethod exception messages (controller vs endpoint vs handler) 8 years ago