1. 18 Nov, 2014 35 commits
  2. 17 Nov, 2014 5 commits
    • Andy Wilkinson's avatar
      Allow servlet context parmeters to be configured via declaratively · 05cf6867
      Andy Wilkinson authored
      Previously, configuration of a ServletContext init parameter required
      the use of a ServletContextInitializer bean. This commmit adds
      support for declarative configuration via the environment using
      server.context_parameters.<name>=<value>.
      
      Closes gh-1791
      05cf6867
    • Phillip Webb's avatar
      Add 'module' repacker layout · e0a0af43
      Phillip Webb authored
      Add a 'module' layout for the repackager which includes all 'compile'
      and 'runtime' scope dependencies and does not require a main class.
      
      Fixes gh-1941
      e0a0af43
    • Phillip Webb's avatar
      Polish · 3c6c1d08
      Phillip Webb authored
      3c6c1d08
    • Andy Wilkinson's avatar
      Restore compatibility with Jetty 8 when SSL is being used · bebf26d9
      Andy Wilkinson authored
      ServerConnector is in different packages in Jetty 8 and Jetty 9 which
      was leading to a NoClassDefFounderError when SSL was used with
      Jetty 8.
      
      This commit updates SslServerConnectorFactory to return an
      AbstractConnector, a super class of ServerConnector, that is in the
      same package in both Jetty 8 and Jetty 9. This class does not provide
      a setPort method so the setting of the port has been pushed down into
      the SslServerConnectorFactory implementation.
      
      SSL samples for both Jetty 8 and Jetty 9 have been added to verify
      SSL with both supported versions of Jetty.
      
      Closes gh-1925
      bebf26d9
    • Andy Wilkinson's avatar
      Upgrade to HikariCP 2.2.5 · c80ff4c5
      Andy Wilkinson authored
      Closes gh-1897
      c80ff4c5