cdx2spdx
cdx2spdx copied to clipboard
Minimum JDK version
Hi there, thanks for creating this useful tool. It wasn't clear to me when installing what JDK version this is intended to run on. Is it accurate to document this as 11+? 8 did not work for me.
It is 11+. I should update the POM file to specify the correct min JDK.
Everything works for 8 except for the RDF libraries - there was a security vulnerability fix in one of the dependent libraries that required JDK 11.
You could build a custom package removing the RDF library dependency and removing the code that generates the RDF file format.
Let's leave this open to remind me to update the POM file.