cdx2spdx icon indicating copy to clipboard operation
cdx2spdx copied to clipboard

Minimum JDK version

Open theresa-m opened this issue 2 years ago • 2 comments

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.

theresa-m avatar Apr 18 '23 18:04 theresa-m

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.

goneall avatar Apr 19 '23 19:04 goneall

Let's leave this open to remind me to update the POM file.

goneall avatar Apr 19 '23 19:04 goneall