Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Properly serializes and deserializes dates and times in JSON #457

Merged
merged 3 commits into from
May 15, 2023

Conversation

sabieber
Copy link
Member

Solves the following error message when trying to convert ja JsonNode which contains a LocalDate or LocalDateTime to a JSON string:

Java 8 date/time type java.time.LocalDate not supported by default: add Module "com.fasterxml.jackson.datatype:jackson-datatype-jsr310" to enable handling

Fixes: SIRI-736

@sabieber sabieber added the 🐛 Bugfix Contains only a small fix for an existing bug label May 15, 2023
.. and improves JavaDoc.

Fixes: SIRI-736
@sabieber sabieber requested a review from mkeckmkeck May 15, 2023 11:49
@sabieber sabieber merged commit dbf4854 into develop May 15, 2023
@sabieber sabieber deleted the feature/sbi/SIRI-736 branch May 15, 2023 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bugfix Contains only a small fix for an existing bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants