Skip to content

Releases: spdx/tools

Version 2.1.18 of the SPDX Java Tools

06 Jul 20:33
Compare
Choose a tag to compare

Update to Jena version 3.12. Added a fix for license matching exceptions.

Version 2.1.17 of the SPDX Java tools

01 Jul 22:52
25bcaf5
Compare
Choose a tag to compare

Fixes issues with license matching required for a new release of the LicenseListPublisher.

Version 2.1.16

09 Apr 00:55
Compare
Choose a tag to compare

Updates dependent library versions resolving the following security vulnerabilities:

Updated documentation, general code cleanup.

Version 2.1.15 of the SPDX Java Tools

29 Nov 19:05
Compare
Choose a tag to compare

Includes support for deprecated license exceptions. This release also updates json-simple to version 2.3.1.

NOTE: this release changes the interface to the licenseListPublisher. LicenseListPublisher version 2.1.15 or greater is compatible with this version of the tools.

Version 2.1.14

21 Nov 00:27
Compare
Choose a tag to compare

Update Jena to version 3.9.0 and clean up the POM file. Removes dependencies on non-Maven Central repositories.

Version 2.1.13 of the SPDX tools

14 Nov 17:58
Compare
Choose a tag to compare

Resolves some issues including sorting the JSON file table of contents - required to resolves issues in the license list publisher

Version 2.1.12

14 Apr 16:47
Compare
Choose a tag to compare

Version 2.1.2 includes the following improvements:

  • Read JSON-LD format of the listed licenses instead of RDFa (depends on version 3.1 of the SPDX license list). Resolves issue #146.
  • Fix NPE issue #155
  • TagToRdf online function now takes optional output file types
  • Moved the LicenseRdfaGenerator to a separate utility
  • Removed several dependencies - should address issue #145

Some functions depend on a resources directory. The resources archive should be unarchived as a subdirectory where the SPDX tools are installed.
resources.zip

SPDX Tools Version 2.1.7

13 Dec 19:52
Compare
Choose a tag to compare

Update to the SPDX tools. The primary improvements are in the license matching and license parsing.

Some functions depend on a resources directory. The resources archive should be unarchived as a subdirectory where the SPDX tools are installed.

Version 2.1.6

09 Jun 15:13
Compare
Choose a tag to compare

Version 2.1.6 of the SPDX Tools. Fixes a critical issue where a null pointer except occurs when Jena has not been previous configured.

2.1.4 - Jena 3, bug fixes, etc

31 Jan 20:58
Compare
Choose a tag to compare

The JAR files in this release has a know problem which cases an exception. Please use the 2.1.2 version.
From this release forward, Java 8 is required.

  • Upgraded to Jena 3.1.1 (to support future features)
  • Error message improvements
  • Fixed parsing error with nbsp characters
  • Tool to publish license list from github