We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3334c4c commit 66cf597Copy full SHA for 66cf597
distribution/tools/launchers/src/main/java/org/elasticsearch/tools/launchers/SystemJvmOptions.java
@@ -64,7 +64,7 @@ static List<String> systemJvmOptions() {
64
* Due to internationalization enhancements in JDK 9 Elasticsearch need to set the provider to COMPAT otherwise time/date
65
* parsing will break in an incompatible way for some date patterns and locales.
66
*/
67
- "-Djava.locale.providers=SPI,COMPAT"));
+ "-Djava.locale.providers=COMPAT"));
68
}
69
70
0 commit comments