Skip to content

Releases: spdx/Spdx-Java-Library

Initial release of SPDX Java Library supporting SPDX Spec version 3.0.1

05 Sep 15:55
Compare
Choose a tag to compare

This version of the SPDX Java Library is intended for testing - it is not quite ready for production use.

The major change is support for SPDX spec version 3.X.

The changes required some significant breaking changes from the previous versions of the library.

See the upgrade documentation which summarizes teh changes.

Release 1.1.12 of the Java SPDX Library

22 Aug 18:18
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.11...v1.1.12

Version 1.1.11 of the SPDX Java Library

07 Mar 02:29
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.10...v1.1.11

Release 1.1.10 of the SPDX Java Library

16 Dec 22:26
Compare
Choose a tag to compare

What's Changed

Fixed a critical issue where matchingStandardLicenseIdsWithinText and matchingStandardLicenseExceptionIdsWithinText can take a substatial amount of time. See this comment in issue #165 for more information.

Full Changelog: v1.1.9...v1.1.10

Release 1.1.9 of the SPDX Java Library

14 Dec 05:17
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.8...v1.1.9

Release 1.1.8 of the SPDX Java Library

24 Sep 18:22
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.7...v1.1.8

Version 1.1.7 of the SPDX Java Library

12 Jun 23:04
Compare
Choose a tag to compare

What's Changed

New Contributors

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

Version 1.1.6 of the SPDX Java Library

10 May 21:24
Compare
Choose a tag to compare

What's Changed

  • Make ModelObject threadsafe on create and getObjectPropertyValue by @goneall in #170
  • Check for ReferenceType in simpleUri toObjectValue by @goneall in #172
  • Use non-greedy matches at start of textWith by @goneall in #173

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

Release 1.1.5 of the SPDX Java Library

16 Apr 04:40
Compare
Choose a tag to compare

What's Changed

New Contributors

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

Release 1.1.4 of the SPDX Java Library

08 Feb 07:06
Compare
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

  • Use hash maps for all collections by @goneall in #148
  • Issue 149: Add auto-generation and publication of API JavaDocs by @pmonks in #150
  • Add merchantability to license compare similar words by @goneall in #151

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