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:
Simon Cooper 2024-09-23 11:05:08 +01:00 committed by GitHub
parent 9da39f0951
commit f9aa6f40cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 51 additions and 180 deletions

View file

@ -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