Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Users with java.time.* types (like LocalDateTime, LocalDate, and LocalTime) in their query result fields will need to have, jackson-datatype-jsr310 and/or jackson-datatype-joda in the runtime classpath to have the proper formatting. This currently requires users to manually add these classes.
To improve the user experience we should include these in the release. We should match the version of jackson-core that we release with.