1. 07 Jun, 2019 23 commits
  2. 06 Jun, 2019 2 commits
  3. 05 Jun, 2019 1 commit
    • Brian Clozel's avatar
      Auto-configure reactive Elasticsearch components · 16c521a9
      Brian Clozel authored
      As of Spring Data Moore, a new reactive template and the
      corresponding repositories support have been added.
      
      This commit auto-configures a `ReactiveElasticsearchTemplate`
      with the configuration properties under the
      `spring.data.elasticsearch.client.reactive` namespace.
      To enable this feature, applications require both Spring Data
      Elasticsearch dependencies (typically
      `spring-boot-starter-data-elasticsearch`) and dependencies
      for a `WebClient` (often `spring-boot-starter-webflux`).
      
      The support for the reactive Elasticsearch repositories is
      also provided.
      
      Closes gh-16214
      16c521a9
  4. 04 Jun, 2019 14 commits