spring-projects / spring-data-examples

Spring Data Example Projects
Apache License 2.0
5.17k stars 3.39k forks source link

Use Elasticsearch 8.7.0 container in tests. #661

Closed sothawo closed 1 year ago

sothawo commented 1 year ago

This updates the Elasticsearch version used in TestContainers to the current 8.7.0.

I had to change the configuration a little to be able to handle the self signed certificate that Elasticsearch uses since version 8 for their service.

Close #660

schauder commented 1 year ago

That's merged. The docker problem was on my side.