Igniters, We are still based on Java 7. However, a lot of our users already use Java 8 and some of it's classes. As a result we cannot test certain scenarios. For examples, there is a bug in *LocalDateTime* type handling [1]. This class appeared in Java 8, so we cannot test it.
Is it possible to move our tests to Java 8 (both complier and runtime), while still sitting on Java 7 for non-test classes? Vladimir. [1] https://issues.apache.org/jira/browse/IGNITE-5483