Description
This question indicates, that asm bytecode parser 4.2 cannot parse 1.8 bytecode:
http://stackoverflow.com/questions/34318028/apache-ignite-failed-to-load-job-class-class-org-apache-ignite-internal-proces
<dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm-all</artifactId> <version>4.2</version> </dependency>
Consider to update asm lib to newer version that understands 1.8 bytecode version, (likely 5.2 ? http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.ow2.asm%22%20AND%20a%3A%22asm-all%22 )
Attachments
Issue Links
- relates to
-
BIGTOP-2917 Ignite smoke test failed with JDK8
- Resolved