make-it-easy
make-it-easy copied to clipboard
Tests compile REALLY SLOW with JDK8
We use make-it-easy in test classes which compile REALLY slow with JDK8. It takes up to 30min for one test class to compile. If we remove take-it-easy, it compiles instantly.
This seems to be related to following JDK8 issue: http://bugs.java.com/bugdatabase/view_bug.do?bug_id=8055984
Any ideas?
how are you using the DSL? can you send an example?