EventStore / EventStoreDB-Client-Java

Official Asynchronous Java 8+ Client Library for EventStoreDB 20.6+
https://eventstore.com
Apache License 2.0
63 stars 20 forks source link

Add jackson-datatype-jsr310 module for date serialization #136

Closed rmfaheem closed 1 year ago

rmfaheem commented 2 years ago

The db-client-java 2.0.0 is not able to serialize/deserialize jsr310 date types (e.g. the java.time.OffsetDateTime). This can be easily fixed by adding the module jackson-datatype-jsr310 to the jackson used by the db-client-java.

support ticket: 110173