Commit ac9e0a5
authored
Fixed DefaultSettingsProvider to use Java 17 (elastic#116029)
It is needed to be able to backport the change to the 8.x.
Having same code for both versions can help us to avoid some merge
conflicts in the future.1 parent 4573ab8 commit ac9e0a5
File tree
1 file changed
+1
-4
lines changed- test/test-clusters/src/main/java/org/elasticsearch/test/cluster/local
1 file changed
+1
-4
lines changedtest/test-clusters/src/main/java/org/elasticsearch/test/cluster/local/DefaultSettingsProvider.java
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
| 98 | + | |
102 | 99 | | |
103 | 100 | | |
0 commit comments