Unable to use JQF with Maven Project built on JDK 8?
silveryu1999 opened this issue · 1 comments
silveryu1999 commented
Hi author. If we have a maven project which uses JDK 8, is it no other way to fuzz it with JQF (which requires JDK 9) unless we update the project? I've read some related issues, just to confirm it.
rohanpadhye commented
Yes, I believe so. Java 9 was released about seven years ago and the current version is Java 21. There is no reason for any project to continue to use Java 8, which Oracle itself has stopped supporting. So, unfortunately, JQF will not support such an ancient version.