gresrun / jesque

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

jackson 2.9 incompatibility #136

Closed maladon closed 6 years ago

maladon commented 6 years ago

Trying to use this with current springboot (2.0). I get the following exception using jesque: java.lang.NoSuchMethodError: com.fasterxml.jackson.databind.DeserializationConfig.with(Ljava/text/DateFormat;)Lcom/fasterxml/jackson/databind/DeserializationConfig;

DeserializationConfig.with() cannot take a DateFormat anymore with Jackson 2.9, which is pulled in by spring boot 2