mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
Remove locale provider picked up on backport
This commit removes a locale provider that was inadvertently introduced after a merge conflict during a backport.
This commit is contained in:
parent
c4fbda3310
commit
398c8028b3
@ -64,7 +64,7 @@ final class SystemJvmOptions {
|
||||
* Due to internationalization enhancements in JDK 9 Elasticsearch need to set the provider to COMPAT otherwise time/date
|
||||
* parsing will break in an incompatible way for some date patterns and locales.
|
||||
*/
|
||||
"-Djava.locale.providers=SPI,COMPAT"));
|
||||
"-Djava.locale.providers=COMPAT"));
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user