Skip to content

Commit 66cf597

Browse files
committed
Remove locale provider picked up on backport
This commit removes a locale provider that was inadvertently introduced after a merge conflict during a backport.
1 parent 3334c4c commit 66cf597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distribution/tools/launchers/src/main/java/org/elasticsearch/tools/launchers/SystemJvmOptions.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ static List<String> systemJvmOptions() {
6464
* Due to internationalization enhancements in JDK 9 Elasticsearch need to set the provider to COMPAT otherwise time/date
6565
* parsing will break in an incompatible way for some date patterns and locales.
6666
*/
67-
"-Djava.locale.providers=SPI,COMPAT"));
67+
"-Djava.locale.providers=COMPAT"));
6868
}
6969

7070
}

0 commit comments

Comments
 (0)