1. 16 Dec, 2016 5 commits
  2. 15 Dec, 2016 7 commits
  3. 14 Dec, 2016 4 commits
  4. 13 Dec, 2016 2 commits
  5. 12 Dec, 2016 1 commit
  6. 08 Dec, 2016 4 commits
  7. 05 Dec, 2016 2 commits
  8. 02 Dec, 2016 3 commits
  9. 01 Dec, 2016 6 commits
  10. 30 Nov, 2016 3 commits
    • Andy Wilkinson's avatar
      Ignore Spock annotations when creating test context cache key · 45d672f5
      Andy Wilkinson authored
      Closes gh-7524
      45d672f5
    • Stephane Nicoll's avatar
      Use standard file name for Maven dependencies · c51d836a
      Stephane Nicoll authored
      This commit uses standard files for libraries managed by the repackage
      goal of the Maven plugin. Previously, only the name of the file was used
      which could lead to duplicate libraries if the name of the target file
      deviates from the default. This typically happens when the
      `build.finalName` property is specified on a dependent module.
      
      Note that the `maven-war-plugin` has an additional mechanism to customize
      the file name structure of dependencies. This feature isn't supported by
      the repackage goal so an explicit mention has been added in the
      documentation.
      
      Closes gh-7389
      c51d836a
    • Stephane Nicoll's avatar
      Fix bootstrap-hosts property detection with list · e5ca4990
      Stephane Nicoll authored
      Previously, if `spring.couchbase.bootstrap-hosts` was specified in YAML
      or with the `[Idx]` notation, the auto-configuration would not kick in.
      
      This is due to a limitation of `@ConditionalOnProperty` on a property of
      type Collection. This commit workarounds this limitation for now with a
      dedicated condition.
      
      Closes gh-7508
      e5ca4990
  11. 29 Nov, 2016 2 commits
  12. 28 Nov, 2016 1 commit