Peter-Josef Meisch
Peter-Josef Meisch
opensearch-project/OpenSearch#1853 is about the internal refactoring, this will not yet contain a possibility to use an OpenSearch client. When this is done, I will need to see what clients are...
I am currently busy with adapting to the new Elasticsearch client in Spring Data Elasticsearch, other contributions to the project are rare, so adapting to opensearch will have to wait...
I had a talk with the people from VMware maintaining Spring Data last week. * there will be no new library, artifact or project maintained by Spring Data * support...
The first point I am working on for some time now (#1973). The first incomplete implementation is added in the 4.4.M4 that was released yesterday. This code is far from...
4.4 has the code to use the new client as an option, not as default. The code for this resides in a separate package `org.springframework.data.elasticsearch.client.elc`. This integration is not yet...
> Also note that you can override dependencies in your project to use version 7.10.2 This will not work, as the xcontent packages were moved in 7.15 (or 7.17), so...
Yesterday we had a call - @brijos (AWS/Opensearch), @mp911de and Ilayaperumal Gopinathan (both VMware/Spring Data) @reta and me - about how and where the integration of Opensearch into Spring Data...
thanks for bringing this up in this issue. I will close this one now.
This is nothing that was introduced with the new client. Spring Data Elasticsearch has a dependency on `spring-web` in this configuration with the import of `org.springframework.http.HttpHeaders`; this is in the...
can you please put a sample project (on GitHub) or somewhere else that reproduces this?