You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(elasticsearch): update to compatible versions and fix test configuration
- Update elasticsearch-java to 8.15.2 and elasticsearch-rest-client to 8.15.2
- Update default Elasticsearch image to 8.15.2 in ElasticsearchController
- Configure Elasticsearch for test environment with security disabled
- Replace deprecated ping() with info() method in test
- Increase wait timeout to 60 seconds for proper container startup
- Test successfully passes with Elasticsearch 9.1.3 image
Copy file name to clipboardExpand all lines: docker-controller-scala-elasticsearch/src/main/scala/com/github/j5ik2o/dockerController/elasticsearch/ElasticsearchController.scala
Copy file name to clipboardExpand all lines: docker-controller-scala-elasticsearch/src/test/scala/com/github/j5ik2o/dockerController/elasticsearch/ElasticsearchControllerSpec.scala
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -36,8 +36,8 @@ class ElasticsearchControllerSpec extends AnyFreeSpec with DockerControllerSpecS
0 commit comments