jmockit / jmockit1

Advanced Java library for integration testing, mocking, faking, and code coverage
Other
461 stars 239 forks source link

Java 8 required to compile? #36

Closed gliptak closed 10 years ago

gliptak commented 10 years ago

The current sources (https://github.com/jmockit/jmockit1/blob/master/main/src/mockit/internal/util/DefaultValues.java) do require Java 8 for compile (while the source/target level in build.xml is 1.6). Is my understanding correct? Thanks (Are there some developer setup pointers documented which I have missed?)

rliesenfeld commented 10 years ago

Yes, since version 1.10 JMockit needs to be compiled with a Java 8 JDK (it required Java 7 before). Source and target levels are still at Java 6, of course.