I have a weird Scala runtime error running Lift JSON parser 2.6-RC1 and Java8.
The code for the error is at https://github.com/listatree/lift-json-java8
The stacktrace error is at: https://github.com/listatree/lift-json-java8/blob/master/stacktrace.txt
The error states a ScapaSigParserError validating the class coming from the Lift JSON parser.
I know that the Lift JSON parser does extreme things with reflection and/or the AST tree, but so far was working.
NOTE: If I tested with java 8 on a Mac OS X it works, if I tested with java 8 on a Linux machine it breaks (sometimes). With java 7 works all the time