Skip to content

Add support for serializing Java 8 datetime objects #378

@matus-tomlein

Description

Is your feature request related to a problem? Please describe.
Currently the tracker fails (silently) with this message in the logs when Java 8 datetime objects are used in the event or entity body:

com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Java 8 date/time type `java.time.LocalDateTime` not supported by default: add Module “com.fasterxml.jackson.datatype:jackson-datatype-jsr310” to enable handling (through reference chain: java.util.LinkedHashMap[“data”]->java.util.LinkedHashMap[“data”]->java.util.HashMap[“eventTimestamp”])

Describe the solution you'd like
Be able to serialize the objects using the date-time JSON schema format.

Metadata

Metadata

Assignees

No one assigned

    Labels

    status:completedCompleted - but might not be released yet.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions