Skip to content

Releases: spdx/tools-java

Release 1.1.7 of the SPDX Java Tools

11 May 15:10

Choose a tag to compare

What's Changed

Full Changelog: v1.1.6...v1.1.7

Release 1.1.6 of the SPDX Java Tools

16 Apr 16:40
789aaa8

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.5...v1.1.6

Release 1.1.5 of the SPDX Java Tools

08 Feb 22:21

Choose a tag to compare

What's Changed

Fixes a significant bug where lists of licenses which mix NOASSERTION or NONE with other license types fail

  • feature(docker): Create docker container and push to ghcr by @heliocastro in #103
  • Update POM with correct Java versions by @goneall in #107
  • Add option to not copy license details by @goneall in #98
  • Update SPDX libraries to version 1.1.4 by @goneall in #108 - See the respective release notes for the details

New Contributors

Full Changelog: v1.1.4...v1.1.5

Version 1.1.4 of the SPDX Java Tools

25 Jan 01:19

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.3...v1.1.4

Release 1.1.3 of the SPDX Tools Java

01 Nov 20:39

Choose a tag to compare

This release fixes a packaging issue impacting RDF file reading and writing

What's Changed

  • Change maven assembly to shade for jar-with-dependencies by @goneall in #89
  • Set the XMLInputFactory property for RDF files by @goneall in #91

Full Changelog: v1.1.2...v1.1.3

Release 1.1.2 of the SPDX Tools Java

31 Oct 00:37

Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

Version 1.1.1 of the SPDX Tools Java

06 Oct 00:31
0c5e8b5

Choose a tag to compare

What's Changed

For the SPDX Java Library updates - see the SPDX Java Library release notes for additional information.

New Contributors

Full Changelog: v1.1.0...v1.1.1

Version 1.1.0 of the SPDX Java Tools

13 Aug 01:19

Choose a tag to compare

What's Changed

  • Update to SPDX Spec version 2.3
  • Fix Little Typo in Converter Help-Message by @JDemler in #46
  • Fix CI failure for users without SPDX access by @goneall in #47
  • Check for copyright size in compare by @goneall in #49
  • Enhance CompareDocs to take a directory of SPDX documents as an input by @goneall in #50
  • Update link to SPDX online tool by @sr-ota in #51
  • Add documentation for describes in the JSON Schema by @goneall in #53
  • Add example for accessing existing SPDX objects by @goneall in #54
  • Add examples for relationship creation by @zhaolida98 in #55
  • Add logging for any missing enumeration values when generating schemas by @goneall in #56
  • Generation missing required properties for arrays by @goneall in #58
  • Update ToolsJava to support spec version 2.3 by @goneall in #63

New Contributors

Full Changelog: v1.0.4...v1.1.0

Version 1.0.4 of the SPDX Java Tools

26 Dec 21:36
d451e43

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

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