Closed zvozin closed 7 years ago
Messages:
{
"receivedMessages": [
{
"ackId": "RUFeQBJMOABESVMrQwsqWBFOBCEhPjA-RVNEUAYWLF1GSFE3GQhoUQ5PXiM_NSAoRRUCCBQFfH1xXVF1WFkaB1ENGXJ8ZH1sDkdUA0dSeVVcEQ16bVxXOVcJHXR8Z3FjWBoBC0RRVrrM2chaZho9XxJLLD5-MzU",
"message": {
"data": "emhvcGE=",
"attributes": {
"code": "processed_..._urls",
"path": "addThi...gz"
},
"messageId": "64461649290912",
"publishTime": "2016-11-16T16:00:46.972Z"
}
}
]
}
Pertinent parts of build.gradle:
compile group: 'com.spotify', name: 'async-google-pubsub-client', version: '1.26'
compile group: 'io.javaslang', name: 'javaslang', version: '2.0.4'
compile group: 'joda-time', name: 'joda-time', version: '2.9.5'
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.8.4'
compile("io.javaslang:javaslang-jackson:2.0.4")
compile group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-joda', version: '2.8.4'
Related to the other issue I opened, seemignly :).
@zvozin do you have any updates on this issue? I'm experiencing the same problem...
Jackson version mismatch. Exclude the one Spotify brings, and use your own.
Closing as this should be resolved, please reopen if necessary.