Hi guys,
I
taked a brief look on that
jacoco issue. The exception is :
Caused by: java.
lang.
NoSuchFieldException: $
jacocoAccess
at java.
lang.Class.
getField(Class.java:1690)
The solution seems to be to use a specific jacoco version, and to point to that version directly in the gradle build scripts, e.g. :
apply plugin: 'jacoco'
jacoco {
toolVersion = "0.7.0.201403182114"
}
Taken from here :
I;m thinking to use Java 8 with Qi4j in the hope to clean a bit the code e..g by the usage of Lamda as some expressions are pretty noisy now. Do you see any further traps that has to be considered before using Java 8 ?
Thank you.
Cheers,
Jiri