[hibernate-commits] [hibernate/hibernate-search] 88646f: HSEARCH-3541 Upgrade Elasticsearch 7 support to 7....

Yoann Rodière noreply at github.com
Fri Apr 26 05:58:45 EDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-search
  Commit: 88646fe3f2555e691c4232b93a720d474d12d7e3
      https://github.com/hibernate/hibernate-search/commit/88646fe3f2555e691c4232b93a720d474d12d7e3
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2019-04-26 (Fri, 26 Apr 2019)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  HSEARCH-3541 Upgrade Elasticsearch 7 support to 7.0.0 (release)


  Commit: c39205aa4e24eb323cc6f28ef5d32459ceda1108
      https://github.com/hibernate/hibernate-search/commit/c39205aa4e24eb323cc6f28ef5d32459ceda1108
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2019-04-26 (Fri, 26 Apr 2019)

  Changed paths:
    M backend/elasticsearch/src/main/java/org/hibernate/search/backend/elasticsearch/client/impl/ElasticsearchClientFactoryImpl.java

  Log Message:
  -----------
  HSEARCH-3541 Do not rely on the Elasticsearch client's "max retry timeout" anymore

It is no longer available in Elasticsearch 7, and we already have our
own timeout. It just won't retry anymore.
See https://github.com/elastic/elasticsearch/issues/25951#issuecomment-460929775

Note this clears the path for more useful timeouts that start when the
request is sent to the cluster rather than when the request is queued.
See https://hibernate.atlassian.net/browse/HSEARCH-2836.


  Commit: 8743a0d72b282b23e273b26cf97242a252e7fda1
      https://github.com/hibernate/hibernate-search/commit/8743a0d72b282b23e273b26cf97242a252e7fda1
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2019-04-26 (Fri, 26 Apr 2019)

  Changed paths:
    M Jenkinsfile
    M README.md
    M pom.xml

  Log Message:
  -----------
  HSEARCH-3541 Use Elasticsearch 7 for the client and for default integration tests


  Commit: ae7d6c2d3a19a7a4a8a03a2303fafb7e32d804cb
      https://github.com/hibernate/hibernate-search/commit/ae7d6c2d3a19a7a4a8a03a2303fafb7e32d804cb
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2019-04-26 (Fri, 26 Apr 2019)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  HSEARCH-3568 Use Elasticsearch 6.7.1 instead of 6.7.0 in integration tests


Compare: https://github.com/hibernate/hibernate-search/compare/9fd99a95eb2d...ae7d6c2d3a19



More information about the hibernate-commits mailing list