1. 04 Nov, 2020 2 commits
    • Andy Wilkinson's avatar
      Merge branch '2.2.x' into 2.3.x · 81f672ea
      Andy Wilkinson authored
      Closes gh-24023
      81f672ea
    • Andy Wilkinson's avatar
      Ignore schema username when auto-configuring a test DB · 28ccf54b
      Andy Wilkinson authored
      Previously, when an embedded test database was being auto-configured
      any schema username and password specified by the user would result
      in a separate embedded test database being created to load the schema.
      This then left the actual test database without the schema causing
      test failures.
      
      This commit updates the test database auto-configuration to set the
      schema username to an empty string in a property source that's added
      first to the environment's property sources. This causes any schema
      username configured by the user to be ignored, preventing the creation
      of a separate database for schema.sql processing.
      
      Fixes gh-19321
      28ccf54b
  2. 03 Nov, 2020 20 commits
  3. 02 Nov, 2020 2 commits
  4. 30 Oct, 2020 1 commit
  5. 29 Oct, 2020 15 commits