Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
core-1.8.0
-
None
Description
Hi,
as Mike Burton already pointed out [1] there is an issue with Java 8 (possibly interaction with eclipse).
$mvn dependency:tree shows that there are two versions included via:
javassist:javassist:jar:3.12.1.GA <- org.reflections:reflections:jar:0.9.8
org.javassist:javassist:jar:3.18.1-GA <- isis-core-unittestsupport, isis-core-metamodel
According to [2], 3.18.2-GA should work with Java 8.
[3] shows that reflections 0.9.9 uses 3.18.2 as well.
Please update the dependencies if possible.
Best regards
Jörg
[1] https://www.mail-archive.com/users@isis.apache.org/msg01966.html
[2] http://stackoverflow.com/questions/25184467/javassist-in-sync-with-java-8
[3] http://search.maven.org/#artifactdetails%7Corg.reflections%7Creflections%7C0.9.9%7Cjar