The big question I am having with implementing Java 8 support is, how we manage it project wise. Do we branch HV into a Java 7 and Java 8 branch ( a pain for bug fixes and other changes relevant for both branches) or can we build and use Java 8 features while still keeping Java 7 compatibly (at least at runtime and if so how do we ensure this?).
|