1. 02 Jun, 2017 1 commit
  2. 01 Jun, 2017 1 commit
    • Andy Wilkinson's avatar
      Restore original TCCL in PropertiesLauncherTests · 5b4f9edc
      Andy Wilkinson authored
      Calling launch of PropertiesLauncherTests sets the thread context
      class loader to an instance of LaunchedURLClassLoader. To avoid this
      class loader being used beyond the scope of the test and launcher
      that created it, this commit updates PropertiesLauncherTests to
      capture the TCCL before each test and restore it after each test.
      
      Closes gh-9378
      5b4f9edc
  3. 30 May, 2017 1 commit
  4. 29 May, 2017 1 commit
  5. 22 May, 2017 2 commits
  6. 15 May, 2017 3 commits
    • Phillip Webb's avatar
      Polish · 9a4a2053
      Phillip Webb authored
      9a4a2053
    • Andy Wilkinson's avatar
      Fix violation reported by Checkstyle · 198093c6
      Andy Wilkinson authored
      198093c6
    • Andy Wilkinson's avatar
      Close Liquibase-specific DataSource once database has been migrated · a6f8351d
      Andy Wilkinson authored
      Previously, when the liquibase.url, .username, and .password
      properties were used to configure a DataSource specifically for
      Liquibase that DataSource would never be explicitly closed. As it is
      created by DataSourceBuilder with no explicitly configured type it
      will use whichever connection pool is available and, therefore, will
      create and keep open the pool's minimum number of connections. This
      is an unnecessary use of resources both in the application and in the
      database.
      
      This commit updates LiquibaseAutoConfiguration so that if it uses
      DataSourceBuilder to create a DataSource then it will also close that
      DataSource once the database has been migrated.
      
      Closes gh-9218
      a6f8351d
  7. 12 May, 2017 7 commits
  8. 11 May, 2017 1 commit
  9. 04 May, 2017 1 commit
  10. 03 May, 2017 8 commits
  11. 02 May, 2017 2 commits
  12. 28 Apr, 2017 8 commits
  13. 27 Apr, 2017 2 commits
  14. 20 Apr, 2017 2 commits