agile-lab-dev/darwin

Darwin does not work in Java 7

Closed this issue · 0 comments

Scenario summary

As of 1.0.10 Darwin is compiled for java 7

Problem statement

It still does not work on java 7 because it references java.util.function.Function that is available from java 8.

Expected behaviour

It should also work with java 7.

Steps to reproduce

Run Darwin in JVM 7.

Proposed solution

Use only libraries and classes available from Java 7.