mirror of
https://github.com/apache/struts.git
synced 2026-08-31 19:35:40 +00:00
944ad2f1e3
- Add serialization support for LocalDate, LocalDateTime, LocalTime, ZonedDateTime, OffsetDateTime, and Instant in DefaultJSONWriter - Add deserialization support for the same types in JSONPopulator - Support @JSON(format=...) custom formats for all temporal types - Fix Instant custom-format serialization requiring UTC zone - Add Calendar serialization/deserialization via temporal bridge - Add comprehensive tests for all temporal types including custom formats, malformed input, and null handling Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>