Andi Huber created CAUSEWAY-3683:
------------------------------------
Summary: [Commons] Json/YamlUtils support for java.time (ISO)
Key: CAUSEWAY-3683
URL: https://issues.apache.org/jira/browse/CAUSEWAY-3683
Project: Causeway
Issue Type: Improvement
Components: Commons
Reporter: Andi Huber
Assignee: Andi Huber
Fix For: 3.0.0-M1
Use ISO defaults for JSON/YAML Date/Time serialization, that is
localTime -> DateTimeFormatter.ISO_LOCAL_TIME
localDate -> DateTimeFormatter.ISO_LOCAL_DATE
localDateTime -> DateTimeFormatter.ISO_LOCAL_DATE_TIME
offsetTime -> DateTimeFormatter.ISO_OFFSET_TIME
offsetDateTime -> DateTimeFormatter.ISO_OFFSET_DATE_TIME
zonedDateTime -> DateTimeFormatter.ISO_ZONED_DATE_TIME
(Perhaps backport later to master.)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)