> Is it feasible to still produce Java 7 compatible binaries even if > integration tests only run in Java 8? Obviously test coverage on Java 7 will > be less, but is this really a problem?
Yes, it is. We can add a conditional tests-only module. Andrus
