The release notes of 12.2.0 say the baseline was Java8 again, but this is not true for creating SBOMs as the unconditionally use the SHA3-256 hash algorithm which was only added with Java9 (if my search didn't fail me).
Of course this could be worked around, but I'm not sure it is worth the effort. Maybe you should just update the docs.
The release notes of 12.2.0 say the baseline was Java8 again, but this is not true for creating SBOMs as the unconditionally use the SHA3-256 hash algorithm which was only added with Java9 (if my search didn't fail me).
Of course this could be worked around, but I'm not sure it is worth the effort. Maybe you should just update the docs.