Replies: 1 comment 3 replies
-
Does it work with Java 8 ? If it works that should be fine min version. No one complaint so far so it should be fine to do this change. Furthermore finding Java 5 JVM is getting increasingly difficult. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently
org.eclipse.tycho.surefire.osgibooter
claims to be java 1.5 compatible, but using a true 1.5 JVM reveals that some new code methods are used (mostly regarding strings and collection usage).So the question is what should be the lowest minimal java version to support for testing?
Beta Was this translation helpful? Give feedback.
All reactions