filequeue
filequeue copied to clipboard
Fix ObjectMapper configuration to support java 8 date-time classes
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.