Beware conflicting versions of Jackson across projects. I know other
projects struggle. It is probably best for other integrations to shade
your use of Jackson so as to avoid the problem entirely.
Ellison Anne Williams wrote:
I think that this makes a lot of sense Suneel - thanks for suggesting it!
On Tue, Jul 19, 2016 at 8:34 AM, Suneel Marthi<[email protected]> wrote:
The project seems to be using json-simple jar for handling JSON.
I see that there's been no releases or activity for json-simple since early
2012 -
https://mvnrepository.com/artifact/com.googlecode.json-simple/json-simple
Consider replacing with Jackson Json jar which has a large user base and
community (used by Spark/Flink/Jersey and bunch of other projects) -
https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core
Thoughts ?