On Mon, 16 Oct 2023 20:36:42 GMT, Naoto Sato <na...@openjdk.org> wrote:
>> Shaojin Wen has updated the pull request incrementally with one additional >> commit since the last revision: >> >> No longer localize printed numbers > > test/jdk/java/util/Formatter/BasicDateTime.java line 473: > >> 471: Locale.forLanguageTag("th-TH-u-nu-thai")); >> 472: test("%tF", "2023-01-13", LocalDate.of(2023, 1, 13)); >> 473: Locale.setDefault(locale); > > This is an incompatible change. If you intend to change the behavior, this > should be approved in the CSR. Yes, the incompatibility information described in the CSR above also covers this. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/16033#discussion_r1361250989