Commit e5e90b3
committed
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 image1 parent 216cb41 commit e5e90b3
File tree
3 files changed
+5
-5
lines changed- docker-controller-scala-elasticsearch/src
- main/scala/com/github/j5ik2o/dockerController/elasticsearch
- test/scala/com/github/j5ik2o/dockerController/elasticsearch
3 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | | - | |
240 | | - | |
| 239 | + | |
| 240 | + | |
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
| 39 | + | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments