Skip to content

Release 1.1.1 of the SPDX Java Library

Compare
Choose a tag to compare
@goneall goneall released this 02 Oct 22:31
· 267 commits to master since this release

Contains various fixes including one security related fix in the jsoup dependency

What's Changed

  • Bump jsoup from 1.14.2 to 1.15.3 by @dependabot in #99
  • Fail a license compare if there is text following a matching license by @goneall in #97
  • Fix a few possible issues identified by Sonatype Lyft by @goneall in #100
  • Add more detail to package level compare information by @goneall in #101
  • Add a getter for the License Model Store by @goneall in #102
  • Change generated IDs to a more unique prefix by @goneall in #104
  • [Issue 105] Fix ModelObject#equivalent not being symmetric by @nicoweidner in #106
  • Add attributionText to snippetBuilder by @goneall in #113
  • Copy properties when cloning a ModelObject by @goneall in #110
  • Improve parse exception error handling by @goneall in #123
  • Override equals for IndividualUriValues by @goneall in #112
  • Fail when creating an SPDX ID with a different type by @goneall in #121
  • [issue-114] Make sure that list equivalence is symmetric by @nicoweidner in #122
  • Add unit test for DocumentDescribes by @goneall in #118

New Contributors

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