1. 10 7月, 2014 8 次提交
  2. 09 7月, 2014 4 次提交
    • B
      Fix UriComponentsBuilder.fromUriString parsing error · a4484bb7
      Brian Clozel 提交于
      This commit fixes cases where part of the URI was mistaken for the
      userinfo when:
      * the URI did not contain any path
      * the query string contained the "@"
      
      Issue: SPR-11964
      a4484bb7
    • R
      Fix left-over merge issue from previous commit · bc62d63f
      Rossen Stoyanchev 提交于
      bc62d63f
    • R
      STOMP and WebSocket messaging related logging updates · 48236be4
      Rossen Stoyanchev 提交于
      This change removes most logging at INFO level and also ensures the
      amount of information logged at DEBUG level is useful, brief, and
      not duplicated.
      
      Also added is custom logging for STOMP frames to ensure very readable
      and consise output.
      
      Issue: SPR-11934
      48236be4
    • R
      Add STOMP/WebSocket stats collection · ab4864da
      Rossen Stoyanchev 提交于
      This change adds collection of stats in key infrastructure components
      of the WebSocket message broker config setup and exposes the gathered
      information for logging and viewing (e.g. via JMX).
      
      WebSocketMessageBrokerStats is a single class that assembles all
      gathered information and by default logs it once every 15 minutes.
      Application can also easily expose to JMX through an MBeanExporter.
      
      A new section in the reference documentation provides a summary of
      the available information.
      
      Issue: SPR-11739
      ab4864da
  3. 08 7月, 2014 6 次提交
    • S
      Fix priority semantic · b78b2e9a
      Stephane Nicoll 提交于
      Commit 5fe8f52c introduced a support for @Priority as an alternative to
      @Primary but it broke the semantic of the priority value. This commit
      fixes this inconsistency.
      
      As for @order, the lowest value means the highest priority so if
      several beans are candidates for injection, the one having the lowest
      value will be used.
      
      Issue: SPR-10548
      b78b2e9a
    • P
      Disable `processing` javac warnings · ea16ce0a
      Phillip Webb 提交于
      Set `-Xlint:-processing` to disable annotation processing warnings.
      Required when building on JDK 1.8.0_20-b05 due to JDK-8039469.
      
      Issue: SPR-11973
      ea16ce0a
    • J
      Polishing · 01264dc6
      Juergen Hoeller 提交于
      01264dc6
    • J
      MBeanExporter should not implement SmartLifecycle but rather receive a... · 11153741
      Juergen Hoeller 提交于
      MBeanExporter should not implement SmartLifecycle but rather receive a ContextRefreshedEvent-like callback
      
      This commit removes the immediate package dependency cycle between the context and jmx packages. A specific callback arrangement will follow in time for 4.1 RC1; at this point, it's temporarily back to registration kicked off by afterPropertiesSet again.
      
      Issue: SPR-8045
      11153741
    • J
      Polishing · b559f15a
      Juergen Hoeller 提交于
      b559f15a
    • J
      Polishing · 387da221
      Juergen Hoeller 提交于
      Issue: SPR-11963
      387da221
  4. 07 7月, 2014 8 次提交
  5. 05 7月, 2014 4 次提交
  6. 04 7月, 2014 8 次提交
  7. 03 7月, 2014 2 次提交