RFR: 8371722: java/net/httpclient/BufferSizePropertyClampTest.java should use Locale.ROOT [v2]
Volkan Yazici
vyazici at openjdk.org
Thu Nov 13 06:10:04 UTC 2025
On Wed, 12 Nov 2025 18:03:33 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:
>> The test verifies that the expected message is logged by the jdk.httpclient.HttpClient logger. However it fails when run in e.g. Polish Locale because it expects 16,384 and finds 16 384 (with a non breaking space).
>>
>> The proposed change makes sure we use Locale.ROOT to format the message.
>
> Daniel Fuchs has updated the pull request incrementally with one additional commit since the last revision:
>
> Fix the fix
Marked as reviewed by vyazici (Committer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/28270#pullrequestreview-3457678366
More information about the net-dev
mailing list