On Tue, 28 Apr 2026 23:37:37 GMT, Naoto Sato <[email protected]> wrote:

> Enabling customization of localized format patterns for the `java.time` 
> date/time formatters through the locale-sensitive SPI. While existing SPIs 
> allow customization of textual elements, such as month-of-year names, 
> formatting patterns (e.g., "dd/MM/yyyy") cannot currently be customized for a 
> given locale.
> 
> This enhancement is needed to support customers migrating from the 
> now-removed COMPAT locale resources to CLDR-based ones.
> 
> ---------
> - [x] I confirm that I make this contribution in accordance with the [OpenJDK 
> Interim AI Policy](https://openjdk.org/legal/ai).

This pull request has now been integrated.

Changeset: 4507ab8a
Author:    Naoto Sato <[email protected]>
URL:       
https://git.openjdk.org/jdk/commit/4507ab8ae9633cb57bc1562a71df2890699f965f
Stats:     756 lines in 17 files changed: 491 ins; 189 del; 76 mod

8379973: Provide means to customize localized patterns in 
DateTimeFormatter/Builder

Reviewed-by: jlu

-------------

PR: https://git.openjdk.org/jdk/pull/30979

Reply via email to