1. 08 Jul, 2019 2 commits
  2. 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
  3. 03 Jul, 2019 3 commits
  4. 02 Jul, 2019 4 commits
  5. 01 Jul, 2019 10 commits
  6. 29 Jun, 2019 19 commits