-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Milestone
Description
Expected Behaviour
This should be fine to have the different exportLogDataToJSON method supporting the java.time.ZonedDateTime format.
Actual Behaviour
Currently it's not the case, and in the structure of the logData which need to be exported, if a java.time.ZonedDateTime is present, we have the issue:
Encountered error while exporting the log data to a JSON file.
Caused by: com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Java 8 date/time
type `java.time.ZonedDateTime` not supported by default: add Module "com.fasterxml.jackson.datatype:jackson-datatype-jsr310" to enable handling (through
reference chain: java.util.ArrayList[0]->java.util.HashMap["timestamp"])
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request