Commit 5012790
committed
Fix elasticsearch-java-9.x-scenario: use ES 9.0.0 server, exclude autoconfig
- Use ES 9.0.0 server image instead of 8.17.0 for the 9.x scenario
- Exclude ElasticsearchClientAutoConfiguration to avoid Spring Boot
auto-config conflict with ES Java client constructor changes
- Verified locally: 9.0.0 passed1 parent 5182014 commit 5012790
File tree
2 files changed
+3
-2
lines changed- test/plugin/scenarios/elasticsearch-java-9.x-scenario
- src/main/java/org/apache/skywalking/apm/testcase/elasticsearch
2 files changed
+3
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | | - | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
0 commit comments