elasticsearch/modules/runtime-fields-common
Simon Cooper a36d90cf34
Use CLDR locale provider on JDK 23+ (#110222)
JDK 23 removes the COMPAT locale provider, leaving CLDR as the only option. This commit configures Elasticsearch
to use the CLDR provider when on JDK 23, but still use the existing COMPAT provider when on JDK 22 and below.

This causes some differences in locale behaviour; this also adapts various tests to still work whether run on COMPAT or CLDR.
2024-09-04 13:42:40 +01:00
..
src Use CLDR locale provider on JDK 23+ (#110222) 2024-09-04 13:42:40 +01:00
build.gradle Migrate painless and runtime fields common tests to new test clusters (#101021) 2023-10-18 07:39:39 -07:00