1. 27 11月, 2019 1 次提交
  2. 17 8月, 2019 1 次提交
  3. 24 5月, 2019 1 次提交
  4. 09 5月, 2019 1 次提交
    • P
      Remove '.*' imports from tests · 816bbee8
      Phillip Webb 提交于
      Organize test imports to expand all '.*' static imports into
      fully qualified imports.
      
      This update will allow us to use additional checkstyle rules in
      the future, and will also help if we migrate fully to AssertJ.
      816bbee8
  5. 28 3月, 2019 2 次提交
  6. 23 3月, 2019 1 次提交
  7. 22 3月, 2019 3 次提交
  8. 28 6月, 2018 1 次提交
  9. 21 10月, 2014 1 次提交
  10. 28 6月, 2014 1 次提交
  11. 22 4月, 2014 1 次提交
  12. 14 4月, 2014 2 次提交
    • R
      Support mutable headers in MessagingTemplate · fda9c633
      Rossen Stoyanchev 提交于
      AbstractMessageConverter and messaging template implementations now
      detect and use mutable headers if passed in.
      
      The SimpMessagingTemplate is optimized to supporting using a single
      MessageHeaders instance while preparing a message.
      
      This commit also updates code using the SimpMessagingTemplate to take
      advantage of its new capabilities.
      
      Issue: SPR-11468
      fda9c633
    • R
      Enhance MessageHeaderAccessor support · 4867546a
      Rossen Stoyanchev 提交于
      Refine semantics of ID and TIMESTAMP headers provided to protected
      MessageHeaders constructor.
      
      Refactor internal implementation of MessageHeaderAccessor.
      
      Support mutating headers from a single thread while a message is being
      built (e.g. StompDecoder creating message + then adding session id).
      
      Improve immutablity in NativeMessageHeaderAccessor and in
      StompHeaderAccessor.
      
      Optimize object creation for initializing messages and subsequent
      accessing their headers.
      
      Introduce MessageHeaderAccessorFactory support to enable applying a
      common strategies for ID and TIMESTAMP generation to every message.
      
      Add MessageBuilder shortcut factory method for creating messages from
      payload and a full-prepared MessageHeaders instance. Also add
      equivalent constructors to GenericMessage and ErrorMessage.
      
      Issue: SPR-11468
      4867546a
  13. 06 2月, 2014 2 次提交
  14. 22 1月, 2014 1 次提交