Why isn't Drools working with Java 8?
I just installed the final version of Java 8. When I try to build my project with Maven, many tests fail if I use Java 8, but pass fine with Java 7. I've tried running it via the command line with JAVA_HOME set to C:\Program Files\Java\jdk1.8.0 and via Eclipse with jdk1.8.0 selected as the default JRE in Installed JREs. Both fail. Note that the tests that fail all use Drools 6 (and its dependencies). Here is the output: ------------------------------------------------------------------------------- Test set: com.local.lds.rules.LocmChiTest ------------------------------------------------------