Skip to content

Commit

Permalink
COMPAT locale provider change to CLDR
Browse files Browse the repository at this point in the history
opensearch-project#11550

Signed-off-by: Shunya Ueta <hurutoriya@users.noreply.github.com>
  • Loading branch information
hurutoriya authored Dec 10, 2023
1 parent 3c14cc1 commit b262aae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public void execute(Task t) {
if (BuildParams.getRuntimeJavaVersion() == JavaVersion.VERSION_1_8) {
test.systemProperty("java.locale.providers", "SPI,JRE");
} else {
test.systemProperty("java.locale.providers", "SPI,COMPAT");
test.systemProperty("java.locale.providers", "SPI,CLDR");
if (test.getJavaVersion().compareTo(JavaVersion.VERSION_17) < 0) {
test.jvmArgs("--illegal-access=warn");
}
Expand Down

0 comments on commit b262aae

Please sign in to comment.