Skip to content

Releases: spdx/tools-java

Version 1.0.4 of the SPDX Java Tools

26 Dec 21:36
d451e43
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.0.4

Release 1.0.3 of the SPDX Java Tools

11 Nov 18:46
Compare
Choose a tag to compare

Important Note

This release has a minimum Java version of 11 due to updating the Jena library version to resolve a security vulnerability

What's Changed

  • Update JSON schema generation by @goneall in #25 and #27
  • Fixes for SPDX compare utility after docfest by @goneall in #28
  • Sort properties for JSON Schema and JSON Context by @goneall in #32
  • Update SPDX format converters part of README.md by @riyenas0925 in #34
  • OWL to JSON LD Context - only add singular properties if singular by @goneall in #30
  • Add JSON schema verification to Verify by @goneall in #37
  • Update SPDX Java Library to version 1.0.9 by @goneall in #40
    • Fixes download location regular expression
    • Adds support for groff comments in license matching
    • Add required licenseId property - issue #61
    • Update Jsoup version to resolve potential vulnerability
    • Other minor improvements
  • Update SPDX Rdf Store to version 1.0.9
    • Resolves a high severity vulnerability in the Jena library CVE-2021-39239
    • Resolves inconsistent namespace for listed licenses
    • Resolves RDFS Prefix missing in Turtle representations

New Contributors

Full Changelog: v1.0.2...v1.0.3

Release 1.0.2 of the SPDX Tools Java

15 Jul 02:38
Compare
Choose a tag to compare

Update libraries to the latest version

Resolves a very significant performance problem parsing large tag/value files

Resolves an issue when translating to spreadsheet when the copyright text exceeds the maximum spreadsheet cell size

Minor error formatting fixes

Version 1.0.1 of the SPDX Java Tools

19 Jun 23:04
f284694
Compare
Choose a tag to compare

Resolves a couple minor issues that may impact the NTIA SBOM plugfest:

  • SPDX Java Jackson Store Issue #18 - Fix reference types per spec and resolve an issue in deserializing the documentDescribes property name - this should only be a relationship in the object store and RDF/XML formats
  • SPDX Tag Value Store Issue #13 allow no spaces between the SHA1: and value when specifying checksums

Version 1.0.0 of the SPDX Java Tools

14 Jun 05:11
df3b2bd
Compare
Choose a tag to compare

This release incorporates the latest SPDX Java libraries and has been updated with several reliability and maintainability improvements. The JSON performance has been dramatically improved for large files.

Version 0.6 of the SPDX Java Tools

17 Jan 23:01
Compare
Choose a tag to compare

Greatly enhanced verification, resolves some significant issues when generating JSON, XML and YAML file formats.

Updates to the SPDX Java Library version 0.7.

Version 0.5 of the SPDX Tools Java

11 Dec 19:41
Compare
Choose a tag to compare

Updated to include the new CrossRef class and fields for licenses

Release 0.0.4 of the SPDX Tools Java utility

07 Oct 00:23
Compare
Choose a tag to compare

Mostly stable utility. Please log any issues identified.