mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 15:47:23 -04:00
Always use CLDR locale on ES v9 (#113184)
Regardless of JDK version, ES should always use CLDR locale database from 9.0.0. This also removes IsoCalendarDataProvider used to override week-date calculations for the root locale only.
This commit is contained in:
parent
9da39f0951
commit
f9aa6f40cd
16 changed files with 51 additions and 180 deletions
|
@ -404,7 +404,6 @@ module org.elasticsearch.server {
|
|||
exports org.elasticsearch.telemetry;
|
||||
exports org.elasticsearch.telemetry.metric;
|
||||
|
||||
provides java.util.spi.CalendarDataProvider with org.elasticsearch.common.time.IsoCalendarDataProvider;
|
||||
provides org.elasticsearch.xcontent.ErrorOnUnknown with org.elasticsearch.common.xcontent.SuggestingErrorOnUnknown;
|
||||
provides org.elasticsearch.xcontent.XContentBuilderExtension with org.elasticsearch.common.xcontent.XContentElasticsearchExtension;
|
||||
provides org.elasticsearch.cli.CliToolProvider
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue