RFR: 8330276: Console methods with explicit Locale [v7]

Naoto Sato naoto at openjdk.org
Thu May 16 16:30:08 UTC 2024


On Wed, 15 May 2024 17:05:17 GMT, Naoto Sato <naoto at openjdk.org> wrote:

>> Proposing new overloaded methods in `java.io.Console` class that explicitly take a `Locale` argument. Existing methods rely on the default locale, so the users won't be able to format their prompts/outputs in a certain locale explicitly.
>
> Naoto Sato has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Reverted test workaround. Fixed JLine (backing out a questionable change)

The changeset included a workaround patch to the upstream JLine. An issue for it was created by Jan: https://github.com/jline/jline3/issues/982

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

PR Comment: https://git.openjdk.org/jdk/pull/18923#issuecomment-2115684085


More information about the core-libs-dev mailing list