filequeue icon indicating copy to clipboard operation
filequeue copied to clipboard

Fix ObjectMapper configuration to support java 8 date-time classes

Open mkris opened this issue 2 years ago • 0 comments

This PR fixes the ObjectMapper configuration to allow for setting a custom Jackson JsonMapper/ObjectMapper in the Config before starting the FileQueue. This ensures Java 8 Date-Time classes can be serialized by Jackson if present in the FileQueueItem instance.

mkris avatar Jun 06 '23 14:06 mkris