1. 22 3月, 2019 1 次提交
  2. 08 3月, 2019 2 次提交
  3. 07 3月, 2019 1 次提交
  4. 06 3月, 2019 1 次提交
  5. 05 3月, 2019 1 次提交
  6. 26 2月, 2019 1 次提交
  7. 25 2月, 2019 1 次提交
  8. 12 11月, 2018 1 次提交
  9. 16 8月, 2018 2 次提交
  10. 13 8月, 2018 1 次提交
  11. 01 8月, 2018 1 次提交
  12. 31 7月, 2018 1 次提交
  13. 25 7月, 2018 3 次提交
  14. 24 7月, 2018 2 次提交
  15. 23 7月, 2018 1 次提交
    • S
      Support single-value reactive types in @MessageMapping · 0def1640
      Sebastien Deleuze 提交于
      This commit adds support for single-value reactive types in
      @MessageMapping by converting them using ReactiveAdapterRegistry
      and MonoToListenableFutureAdapter.
      
      MonoToListenableFutureAdapter previously package private and used only
      in org.springframework.messaging.tcp.reactor has been moved to
      org.springframework.messaging.support and made public in order to be
      used by ReactiveReturnValueHandler as well.
      
      Issue: SPR-16634
      0def1640
  16. 20 7月, 2018 1 次提交
  17. 19 7月, 2018 1 次提交
  18. 11 7月, 2018 1 次提交
  19. 28 6月, 2018 7 次提交
  20. 12 6月, 2018 2 次提交
  21. 07 6月, 2018 1 次提交
  22. 24 5月, 2018 1 次提交
  23. 19 5月, 2018 1 次提交
  24. 16 5月, 2018 1 次提交
    • R
      Improve TCP connection info logging. · 37b0ed9f
      Rossen Stoyanchev 提交于
      After the recent changes to expose configuring TcpOperations, it no
      longer makes sense to automatically log the relayHost/Port since that's
      mutually exclusive with a custom TcpOperations.
      
      Instead we delegate to TcpOperations.toString().
      
      Issue: SPR-16801
      37b0ed9f
  25. 17 4月, 2018 1 次提交
  26. 28 3月, 2018 1 次提交
  27. 27 3月, 2018 1 次提交
  28. 23 3月, 2018 1 次提交