<i18n dev> RFR: 8320788: The system properties page is missing some properties [v3]

Alan Bateman alanb at openjdk.org
Thu Jan 11 08:03:31 UTC 2024


On Tue, 9 Jan 2024 23:40:35 GMT, Naoto Sato <naoto at openjdk.org> wrote:

>> Adding an explanation of the locale-related system properties in the `System.getProperties()` method. Corresponding CSR has also been drafted.
>
> Naoto Sato has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 18 commits:
> 
>  - Merge branch 'master' of https://git.openjdk.org/jdk into JDK-8320788-system.getProperties
>  - Reflects review comments
>  - initial commit
>  - Reflects review comments
>  - Reflects review comments
>  - Reflects review comments
>  - Reflects review comments
>  - Review comments
>  - Update src/java.base/share/classes/java/util/Locale.java
>    
>    Co-authored-by: Justin Lu <Justin.lu at oracle.com>
>  - Update src/java.base/share/classes/java/util/Locale.java
>    
>    Co-authored-by: Justin Lu <Justin.lu at oracle.com>
>  - ... and 8 more: https://git.openjdk.org/jdk/compare/376051a9...7444bb51

We need to think about whether the change proposed here will set precedence or not. There are many places in the API docs where system properties are specified but they aren't linked from System::getProperties.

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

PR Comment: https://git.openjdk.org/jdk/pull/17317#issuecomment-1886570976


More information about the i18n-dev mailing list