Skip to content

Release candidate 1 of version 2.0 of the SPDX Java Library

Latest
Compare
Choose a tag to compare
@goneall goneall released this 14 Dec 06:09
· 7 commits to master since this release
94f3a96

Updated to support the SPDX 3.0.1 spec version

What's Changed

  • isStandardLicenseWithinText - match spaces after var rule by @goneall in #249
  • Add support for using LicenseExpression in converter by @goneall in #252
  • Use write locks in license store to avoid deadlocks by @goneall in #251
  • Fix few typos and add a language id to code blocks by @bact in #261
  • Make public static access to SPDX Converter by @goneall in #262
  • Add unit test for X-11 license match by @goneall in #255
  • Update JavaDoc for LicenseInfoFactory by @goneall in #259
  • Change logging for license list I/O error by @goneall in #263
  • Update for spec version 3.0.1 by @goneall in #264

New Contributors

  • @bact made their first contribution in #261

Full Changelog: v2.0.0-Alpha...v2.0.0-RC1