1. 24 Dec, 2016 2 commits
    • Phillip Webb's avatar
      Support Jetty 9.4 and upgrade to 9.4.0.v20161208 · a23591e0
      Phillip Webb authored
      Update `JettyEmbeddedServletContainerFactory` to support Jetty 9.4
      directly and Jetty 9.3 via reflection. The primary difference between
      Jetty 9.3 and 9.4 are the session management classes. Websocket suppport
      has also been updates, but this is handled transparently by the
      Spring Framework support.
      
      Fixes gh-7599
      a23591e0
    • Phillip Webb's avatar
      Fix deadlock when calling LiveReloadServer.stop() · 5299db38
      Phillip Webb authored
      Update LiveReloadServer so that different synchronization blocks are
      used for the sockets and connection lists. Prior to this commit calling
      `LiveReloadServer.stop()` would always result in a 60 second delay since
      `stop()` owned the monitor add `removeConnection()` (called from a
      different thread) needs it to remove the active connection.
      
      Fixes gh-7749
      5299db38
  2. 23 Dec, 2016 3 commits
  3. 22 Dec, 2016 23 commits
  4. 21 Dec, 2016 12 commits