JDK-8326948 : Force English locale for timeout formatting
  • Type: Bug
  • Component: client-libs
  • Affected Version: 19
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2024-02-28
  • Updated: 2024-10-25
  • Resolved: 2024-02-29
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11 JDK 17 JDK 21 JDK 23 JDK 8
11.0.25-oracleFixed 17.0.13-oracleFixed 21.0.4-oracleFixed 23 b13Fixed 8u431Fixed
Related Reports
Relates :  
Relates :  
Description
PassFailJFrame formats the time remaining using the `String.format` method which uses default locale to display numbers. Depending on the locale, the shape of the digits could be different from the ones we're used to, which could look confusing.

Use Locale.ENGLISH to explicitly specify an English locale for formatting.
Comments
Fix request [17u] I backport this for parity with 17.0.14-oracle. No risk, only a test change. Clean backport. Executed a test using PassFailJFrame to check. SAP nightly testing passed.
25-10-2024

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk17u-dev/pull/3002 Date: 2024-10-24 10:49:46 +0000
24-10-2024

Fix request [21u] I backport this for parity with 21.0.4-oracle. No risk, only a test change. Clean backport. SAP nightly testing passed.
22-03-2024

A pull request was submitted for review. URL: https://git.openjdk.org/jdk21u-dev/pull/390 Date: 2024-03-20 21:27:44 +0000
20-03-2024

Changeset: e772e781 Author: Alexey Ivanov <aivanov@openjdk.org> Date: 2024-02-29 09:55:49 +0000 URL: https://git.openjdk.org/jdk/commit/e772e7817981b7b5c01b95245cf2022372494619
29-02-2024

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/18042 Date: 2024-02-28 12:20:04 +0000
28-02-2024