You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@causeway.apache.org by "Andi Huber (Jira)" <ji...@apache.org> on 2023/03/22 11:31:00 UTC

[jira] [Resolved] (CAUSEWAY-3392) [Value Types] - Temporal Formatting broken since JDK 20

     [ https://issues.apache.org/jira/browse/CAUSEWAY-3392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andi Huber resolved CAUSEWAY-3392.
----------------------------------
    Resolution: Fixed

> [Value Types] - Temporal Formatting broken since JDK 20
> -------------------------------------------------------
>
>                 Key: CAUSEWAY-3392
>                 URL: https://issues.apache.org/jira/browse/CAUSEWAY-3392
>             Project: Causeway
>          Issue Type: Bug
>          Components: ValueTypes
>            Reporter: Andi Huber
>            Assignee: Andi Huber
>            Priority: Major
>             Fix For: 2.0.0-RC2
>
>
> JDK built-in time formats may now include an UTF-8 special character 'non-breaking-space' instead of a normal 'space'.
> This breaks backwards compatibility.
> Fix is to replace UTF-8 8239 (decimal) with 32 (decimal) in any of the formatted temporal values.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)