1. 03 Aug, 2015 8 commits
  2. 02 Aug, 2015 1 commit
  3. 31 Jul, 2015 7 commits
  4. 30 Jul, 2015 4 commits
  5. 29 Jul, 2015 3 commits
    • Stephane Nicoll's avatar
      Polish · bc0487f7
      Stephane Nicoll authored
      Make sure that the meta-data can be serialized.
      bc0487f7
    • Andy Wilkinson's avatar
      Ensure that custom Liquibase logger is always used · 255764f1
      Andy Wilkinson authored
      Liquibase 3.4.0 contains a bug that causes the initialization of its
      ServiceLocator to pollute its map of loggers with a DefaultLogger for
      the logger named "liquibase". Liquibase 3.4.1 contains a change that
      improves the situation, but does not address is completely. Creating a
      CustomResolverServiceLocator, as we do, still causes the map of
      loggers to be polluted due to logging that's performed in
      ClassLoaderResourceAccessor.getResourcesAsStream.
      
      The commit address the problem by upgrading to Liquibase 3.4.1 and
      adding the package containing our custom logger to the default service
      locator before we register our custom service locator. This ensures
      that the logging that's performed during the creation of our custom
      service locator will still use our custom logger.
      
      Closes gh-3470
      Closes gh-3616
      255764f1
    • Stephane Nicoll's avatar
      Update maven prerequisite · 32987614
      Stephane Nicoll authored
      Closes gh-3614
      32987614
  6. 28 Jul, 2015 6 commits
  7. 27 Jul, 2015 10 commits
  8. 26 Jul, 2015 1 commit