gresrun / jesque

An implementation of Resque in Java.
http://gresrun.github.io/jesque
Apache License 2.0
628 stars 131 forks source link

upgrade to jackson 2.9.5 #140

Closed pasjimmy closed 6 years ago

pasjimmy commented 6 years ago

I think my pull request addresses this issue: #137

I suspect the problem will become more common. DropWizard (our framework) upgraded to Jackson 2.9.x at version 1.2 and they are at 1.3.1 now.

The upgrade broke how the date serializer worked. I verified that all unit tests pass. I also verified through my app that normal queuing, delayed queuing, and scheduled recurring queuing all work. Workers also pick up and process jobs as expected.

Thank you for putting this project out, it's very useful.