1. 09 Dec, 2014 2 commits
    • Phillip Webb's avatar
      Defer WebApplicationContext initialization · 17631486
      Phillip Webb authored
      Update SpringBootServletInitializer so that the WebApplicationContext is
      not initialized until ServletContextListener.contextInitialized() is
      called. This makes it easier to subclass SpringBootServletInitializer
      to add additional listeners to be called in a specific order.
      
      Fixes gh-2070
      17631486
    • Stephane Nicoll's avatar
      Fix data type of telnet and ssh ports · d33c0ebf
      Stephane Nicoll authored
      Define shell.ssh.port and shell.telnet.port as integer properties
      so that the generated meta-data exposes the proper type.
      
      Fixes gh-2076
      d33c0ebf
  2. 08 Dec, 2014 23 commits
  3. 07 Dec, 2014 1 commit
  4. 06 Dec, 2014 5 commits
  5. 05 Dec, 2014 9 commits