Do you support lower versions of java in sonar like java 8 or java 11? or we have to migrate to java 17 only to integrate it?
Hi @nanshua,
You have the capability to scan old Java versions, but it is essential to use a scanner that runs on a specific JDK based on the versions of the scanner/server.
The docs on scanner environment are useful here!
The requirement on the Java runtime environment refers only to the version of Java used by the scanner itself to run. It does not restrict the versions of Java that can be analyzed by the scanner. In addition, the required version changes with successive versions of the scanner.
2 Likes