1. 17 Jul, 2019 2 commits
  2. 14 Jul, 2019 2 commits
  3. 11 Jul, 2019 1 commit
    • Madhura Bhave's avatar
      Fix tests · aebb60d8
      Madhura Bhave authored
      Setting the log file name to a random value in smoke tests
      doesn't work because the logger context has already been initialized.
      aebb60d8
  4. 10 Jul, 2019 10 commits
  5. 09 Jul, 2019 4 commits
  6. 08 Jul, 2019 3 commits
  7. 04 Jul, 2019 2 commits
    • Andy Wilkinson's avatar
      Auto-configure Data Mongo if user provides MongoDbFactory but no client · 7f85aba5
      Andy Wilkinson authored
      Previously, if a user defined a MongoDbFactory bean but did not define
      a client bean, MongoDataAutoConfiguration would back off leaving the
      context without a MongoTemplate, etc.
      
      This commit reworks the auto-configuration so that only the
      auto-configuration of a MongoDbFactory is dependent on the existence
      of a Mongo client bean. Auto-configuration of the other components
      that depend on a MongoDbFactory will now continue in the absence of a
      Mongo client bean.
      
      Closes gh-17416
      7f85aba5
    • Andy Wilkinson's avatar
      Test the Gradle Plugin against Gradle 5.5 · 7553b60e
      Andy Wilkinson authored
      Closes gh-17428
      7553b60e
  8. 03 Jul, 2019 3 commits
  9. 02 Jul, 2019 4 commits
  10. 01 Jul, 2019 9 commits