Skip to content

Releases: spdx/Spdx-Java-Library

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

Release 1.1.3 of the SPDX Java Library

24 Jan 23:00
Compare
Choose a tag to compare

What's Changed

  • Note that order for collections such as checksums and external references are no longer preserved. See issue #146 for more information.
  • Add an option to not copy license details in CopyManager by @goneall in #140
  • Don't store filesAnalyzed if not present by @goneall in #143
  • Minor performance improvements by @goneall in #144
  • Add new license equivalent words by @goneall in #138
  • Add capability to search for listed license text inside other text by @pmonks in #145

New Contributors

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

Release 1.1.2 of the Java SPDX Library

30 Oct 18:50
Compare
Choose a tag to compare

What's Changed

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