Skip to content

Releases: spdx/spdx-java-rdf-store

Release 1.1.1 of the SPDX Java RDF Store

03 Oct 15:57
Compare
Choose a tag to compare

What's Changed

  • Update spdx-java-library to version 1.1.1 - see release notes for a summary of changes
  • Check for an existing value in getTypedValue by @goneall in #36
  • Prefix number for generated ID's by @goneall in #35
  • Fetch listed license/exceptions from listedLiceses by @goneall in #34

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

Release 1.1.0 of the SPDX Java RDF Store

12 Aug 17:16
acd8641
Compare
Choose a tag to compare

What's Changed

  • Update to SPDX spec version 2.3 by @goneall in #31
  • Change hasFiles implementation to meet spec

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

Version 1.0.4 of the SPDX Java RDF Store

26 Dec 19:43
47ed1c3
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 RDF Store

26 Sep 20:51
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 SPDX Java Library version and Apache Jena versions.

Resolves a high severity vulnerability in the Jena library CVE-2021-39239

Resolves issue #1
Resolves issue #16
spdx-rdf-store-1.0.3.zip

Version 1.0.2 of the SPDX Java RDF Store

14 Jun 04:54
2ea253c
Compare
Choose a tag to compare

Update SPDX Java Library to latest version and resolve several issued identified by Sonar Cloud.

Release 1.0.1 of the SPDX RDF store

02 May 21:36
Compare
Choose a tag to compare

Improves namespace serialization and updates SPDX library dependency to version 1.0.5

spdx-rdf-store-1.0.1.zip

Version 1.0.0 of the SPDX RDF Store

26 Feb 04:22
f03fd30
Compare
Choose a tag to compare

Stable version of the SPDX RDF Store

Version 0.7 of the SPDX Java RDF Store

17 Jan 23:12
Compare
Choose a tag to compare

This release adds verification checking to the SPDX ID's.

Version 0.6 of the SPDX Java RDF Store

11 Dec 03:34
Compare
Choose a tag to compare

Updated ontology to include missing license properties and CrossRef class.

Version 0.5 of the SPDX Java RDF store library

22 Nov 05:39
Compare
Choose a tag to compare

Adds support for JSON-LD serialization.

Necessary for support of the LicenseListPublisher utility.