Skip to content

Commit 398c802

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 c4fbda3 commit 398c802

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
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)