1. 21 Feb, 2020 11 commits
  2. 20 Feb, 2020 2 commits
  3. 19 Feb, 2020 2 commits
  4. 18 Feb, 2020 1 commit
    • Stephane Nicoll's avatar
      Do not fallback to embedded configuration if a datasource url is set · 2147976c
      Stephane Nicoll authored
      This commit makes sure that a fallback embedded datasource is not
      created if no suitable connection pool is found and an url has been
      explicitly registered.
      
      This is consistent with EmbeddedDataSourceConfiguration as it is using
      EmbeddedDatabaseBuilder behind the scenes and the latter does not
      honour the configured URL anyway.
      
      Closes gh-19192
      2147976c
  5. 14 Feb, 2020 2 commits
  6. 13 Feb, 2020 2 commits
  7. 12 Feb, 2020 4 commits
  8. 11 Feb, 2020 10 commits
  9. 05 Feb, 2020 1 commit
  10. 04 Feb, 2020 3 commits
  11. 03 Feb, 2020 1 commit
  12. 28 Jan, 2020 1 commit
    • Andy Wilkinson's avatar
      Unwraper handler to find ContextHandler when logging context path · 140f5e7b
      Andy Wilkinson authored
      Previously, only the top-level handlers were examined to find the
      ContextHandlers and log the context path. If those handlers had
      been wrapped, this prevented the ContextHandlers from being found
      and an empty string was always logged.
      
      When finding the context path, this commit unwraps the handler held
      by a HandlerWrapper until the ContextHandler is found.
      
      Fixes gh-19969
      140f5e7b