1. 16 Oct, 2017 2 commits
  2. 13 Oct, 2017 9 commits
  3. 12 Oct, 2017 3 commits
  4. 11 Oct, 2017 1 commit
    • Andy Wilkinson's avatar
      Ensure that Undertow is stopped when it fails to start · c44b912f
      Andy Wilkinson authored
      Previously, if Undertow failed to start, some of Undertow's
      internal components would have been started but the started field of
      UndertowEmbeddedServletContainer remained false. This meant that when
      stop() was called nothing was done as the container believed it had
      not been started.
      
      This commit updates UndertowEmbeddedServletContainer to stop both the
      DeploymentManager and the Undertow instance in start() if an exception
      is thrown. This aligns the behaviour of
      UndertowEmbeddedServletContainer with that of the Tomcat equivalent.
      
      Closes gh-10528
      c44b912f
  5. 10 Oct, 2017 1 commit
  6. 09 Oct, 2017 2 commits
  7. 03 Oct, 2017 1 commit
    • Stephane Nicoll's avatar
      Clarify datasource initializer scope · 7e08e47b
      Stephane Nicoll authored
      This commit clarifies the scope of the datasource initializr. In
      particular, it is not possible to create the schema with that facility
      and let Hibernate creates additional tables.
      
      Closes gh-9048
      7e08e47b
  8. 02 Oct, 2017 16 commits
  9. 29 Sep, 2017 3 commits
  10. 25 Sep, 2017 2 commits