Java version is getting detected only for a few java applications, for the rest of the applications scanned, it is not getting detected.
Reason
- Check whether the repository of the applications not detected contains a pom.xml or build.gradle with a declared Java version. Highlight primarily determines the Java version from build configuration files such as pom.xml (for Apache Maven projects), build.gradle or gradle.properties (for Gradle), build.xml (for Apache Ant).
- Check whether these files are not included in the scan or are in another directory not scanned,
- Check whether the above files do not specify the Java version, Highlight cannot infer the Java version.
Additional Resources
CAST Highlight Troubleshooting Guides
CAST Highlight Product Documentation
Ticket
57144
Comments