Re: util.parsing.json and Scala 2.12

2017-05-30 Thread Ismael Juma
It still exists in the parser combinators project (although deprecated): https://github.com/scala/scala-parser-combinators/blob/1.0.x/shared/src/main/scala/scala/util/parsing/json/JSON.scala#L32 That dependency is included by the Kafka build, so we'd need to understand more details of how you've

util.parsing.json and Scala 2.12

2017-05-30 Thread Adam Lugowski
Is anyone else seeing this? java.lang.NoClassDefFoundError: scala/util/parsing/json/JSON$ at kafka.utils.Json$.(Json.scala:28) at kafka.utils.Json$.(Json.scala) at kafka.consumer.ZookeeperConsumerConnector.kafka$consumer$ZookeeperConsumerConnector$$registerConsumerInZK(ZookeeperConsumerConnector.s