Skip to content

Use Standard Jackson Date serialization#295

Merged
jimmyjames merged 1 commit intomasterfrom
variable-iso-date-format
Oct 13, 2020
Merged

Use Standard Jackson Date serialization#295
jimmyjames merged 1 commit intomasterfrom
variable-iso-date-format

Conversation

@jimmyjames
Copy link
Copy Markdown
Contributor

Changes

Remove our custom date serialization/deserialization patterns, as it is not strictly ISO-8601 compliant. We've seen failures on deserialization when the milliseconds field (which are optional in ISO-8601) are not sent, for example.

Instead, we can use the standard Jackson date serialization and deserialization, which uses ISO-8601 format.

References

Testing

  • This change adds test coverage
  • This change has been tested on the latest version of the platform/language or why not

Checklist

@jimmyjames jimmyjames added this to the v1-Next milestone Oct 12, 2020
@jimmyjames jimmyjames requested a review from a team October 12, 2020 17:42
@jimmyjames jimmyjames merged commit b73ad4b into master Oct 13, 2020
@jimmyjames jimmyjames modified the milestones: v1-Next, 1.22.1 Oct 13, 2020
@jimmyjames jimmyjames mentioned this pull request Oct 13, 2020
3 tasks
@jimmyjames jimmyjames deleted the variable-iso-date-format branch October 22, 2020 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants