sergehuber commented on code in PR #715:
URL: https://github.com/apache/unomi/pull/715#discussion_r1947936715
##########
persistence-spi/src/main/java/org/apache/unomi/persistence/spi/CustomObjectMapper.java:
##########
@@ -58,6 +58,7 @@ public CustomObjectMapper() {
public CustomObjectMapper(Map<Class, StdDeserializer<?>> deserializers) {
super();
super.registerModule(new JaxbAnnotationModule());
+ super.registerModule(new
com.fasterxml.jackson.datatype.jsr310.JavaTimeModule());
Review Comment:
Actually this was required when working with more recent JDKs.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]