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
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