spring-projects/spring-data-examples

Update the Elasticsearch setup to the current version 8 of Elasticsearch.

sothawo opened this issue · 2 comments

Spring Data Elasticsearch since version 5.0 uses the Elasticsearch library in version 8, this should be reflected in the setup of the sample as well. I will update this, but I'm not sure if this will be done before the release of 5.1 in May

With support of elasticsearch 8.x you should also include a guide to connect spring boot application with spring data elasticsearch with https and security enabled, I am unable to find any solution for this, I have done lots of research but everyone who is using the elasticsearch is first going to disable the security in the elasticsearch and then connect it with the spring boot application, which should not be the case.

Donw with 21830b3 and aa6fccc