1. 30 Mar, 2015 3 commits
  2. 26 Mar, 2015 19 commits
  3. 25 Mar, 2015 5 commits
  4. 24 Mar, 2015 5 commits
  5. 23 Mar, 2015 4 commits
  6. 22 Mar, 2015 1 commit
    • Marcel Overdijk's avatar
      Update doc · c0c67f25
      Marcel Overdijk authored
      Add note about escaping Spring property placeholders when using Gradle
      automatic expansion.
      
      Closes gh-2695
      c0c67f25
  7. 19 Mar, 2015 2 commits
  8. 18 Mar, 2015 1 commit
    • Andy Wilkinson's avatar
      Enable the configuration of arbitrary Elasticsearch client properties · 0a38b9b3
      Andy Wilkinson authored
      Previously, only a handful of properties could be set when
      auto-configuring an Elasticsearch client. This commit introduces support
      for configuring arbitrary properties using the
      spring.data.elasticsearch.properties prefix. For example,
      client.transport.sniff can be configured using
      spring.data.elasticsearch.properties.client.transport.sniff.
      
      Closes gh-1838
      0a38b9b3