Closed
Description
Is your feature request related to a problem? Please describe.
The payload that I wish to use as my IdempotentKey contains an OffsetDateTime object. This generates the following exception.
"Java 8 date/time type java.time.OffsetDateTime
not supported by default: add Module "com.fasterxml.jackson.datatype:jackson-datatype-jsr310" to enable handling"
Ordinarily this would be a simple matter of registering the JavaTimeModule with the ObjectMapper. However, as Idempotency usingthe JsonConfig.get().getObjectMapper() )I don't think this is currently possible.
Describe the solution you'd like
Is it possible to enhance the ObjectMapper that is used via the Idempotency Configuration setup instead of directly using 'JsonConfig.get().getObjectMapper()
Metadata
Metadata
Assignees
Labels
No labels