mesos/kafka

scala.util.parsing.json is deprecated

steveniemitz opened this issue · 0 comments

Building kafka-mesos against scala 2.11 produces lots of warnings about scala.util.parsing.json being deprecated. Given that its being removed, and also that it isn't thread safe, we should investigate moving to a different JSON framework (https://github.com/spray/spray-json seems popular).