Skip to content

Releases: spdx/tools-java

Release 2.0.4 of the SPDX Java Tools

05 Dec 20:06
93c22b8

Choose a tag to compare

Fixes a critical performance issue when verifying SPDX 3 documents

What's Changed

  • Revert json-schema-validator version to 1.5.9 by @goneall in #258

Full Changelog: v2.0.3...v2.0.4

Release 2.0.3 of the SPDX Java Tools

03 Dec 17:39
a097f09

Choose a tag to compare

What's Changed

  • Update README with current tools version by @goneall in #238
  • Example Java file to generate a full SPDX V3 JSONLD file by @goneall in #240
  • Update com.networknt:json-schema-validator from 1.5.9 to 2.0.0 by @goneall in #239
  • README: Update link of SPDX Online Tools by @bact in #243
  • Bump org.apache.ws.xmlschema:xmlschema-core from 2.3.1 to 2.3.2 by @dependabot[bot] in #244
  • Fix deprecated isLicenseCommmentsEquals by @bact in #245
  • Add Javadoc for SpdxToolsHelper by @bact in #246
  • Fix full SPDX example by @goneall in #247
  • Bump org.apache.maven.plugins:maven-release-plugin from 3.1.1 to 3.2.0 by @dependabot[bot] in #250
  • Bump commons-io:commons-io from 2.20.0 to 2.21.0 by @dependabot[bot] in #251
  • Bump org.owasp:dependency-check-maven from 12.1.8 to 12.1.9 by @dependabot[bot] in #254
  • Add faster schema by @goneall in #248
  • Bump org.apache.maven.plugins:maven-source-plugin from 3.3.1 to 3.4.0 by @dependabot[bot] in #255
  • Update SPDX library versions by @goneall in #256

Full Changelog: v2.0.2...v2.0.3

Release 2.0.2 of the SPDX Java Tools

15 Oct 18:24
cece6e2

Choose a tag to compare

What's Changed

  • Update README examples with new release versions by @goneall in #205
  • Update spdx-maven-plugin and spdx-jackson-store by @bact in #208
  • spdx-schema-v2.3.json: fix OPERATING-SYSTEM package intent by @xnox in #211
  • Add dependabot by @bact in #215
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.14.1 by @dependabot[bot] in #221
  • Bump org.apache.maven.plugins:maven-source-plugin from 3.2.1 to 3.3.1 by @dependabot[bot] in #220
  • Bump org.spdx:spdx-maven-plugin from 1.0.2 to 1.0.3 by @dependabot[bot] in #226
  • Bump org.spdx:spdx-tagvalue-store from 2.0.0 to 2.0.1 by @dependabot[bot] in #225
  • Update dependencies by @bact in #222
  • Remove redundant dependencies by @goneall in #227
  • Delete CONTRIBUTING.md from Spdx-Java-Library repo by @bact in #224
  • Add Javadoc build workflow by @bact in #223
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 1.6 to 3.2.8 by @dependabot[bot] in #217
  • Switch publishing from Sonatype to Central by @goneall in #228
  • Update JavaDocs config by @goneall in #230
  • Bump org.owasp:dependency-check-maven from 12.1.6 to 12.1.8 by @dependabot[bot] in #233
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.3 to 3.12.0 by @dependabot[bot] in #235
  • Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.6.1 to 3.6.2 by @dependabot[bot] in #234
  • Bump org.apache.maven.plugins:maven-release-plugin from 3.0.1 to 3.1.1 by @dependabot[bot] in #231
  • Bump org.sonatype.central:central-publishing-maven-plugin from 0.7.0 to 0.9.0 by @dependabot[bot] in #232
  • Suppress false positives in dependency track report by @goneall in #236

New Contributors

  • @xnox made their first contribution in #211

Full Changelog: v2.0.1...v2.0.2

Release 2.0.1 of the SPDX Java Tools

28 Apr 19:08
cccac76

Choose a tag to compare

What's Changed

  • spdx-maven-plugin == 1.0.0 by @bact in #200
  • Fix Shade plugin version to 3.2.4 by @goneall in #202
  • Update JAR name in command line examples to 2.0.0 by @bact in #203
  • Bump version of SPDX Jackson Store by @goneall in #204

Full Changelog: v2.0.0...v2.0.1

Release 2.0.0 of the SPDX Java Tools

19 Apr 22:49
334392f

Choose a tag to compare

What's Changed

  • Several issues were resolved in the library updates - see the SPDX Java Library version 2.0.0 release notes for details
  • Update README.md to version 1.1.8 by @vargenau in #152
  • adding slf4j-simple as a dependency, as uber jar won't allow using it via classpath by @vanrenter in #158
  • Add support for SPDX Spec version 3 by @goneall in #167
  • Update README for release by @goneall in #168
  • Add instructions in README to convert to SPDX 3. by @vargenau in #171
  • Add JSONLD to the documenation for supported file types by @goneall in #169
  • Update to SPDX Spec 3.0.1 by @goneall in #173
  • Fix typos in variable and protected method names by @bact in #177
  • Fix typo for DOWNLOAD_FIELD_TEXT value by @bact in #176
  • Update schemas to the 3.0.1 released version by @goneall in #178
  • Remove unused code + add asserts in OwlToXSDTest.java test case by @bact in #174
  • Handle null before access to creation info / license info by @bact in #175
  • Initialize models in the Main by @goneall in #179
  • Update versions for SPDX libraries by @goneall in #187
  • Update README with RC2 by @vargenau in #189
  • Add a step to update the README on new releases by @goneall in #190
  • Update source file SPDX headers and fix typos by @bact in #186
  • Update outdated/no longer available GitHub Actions by @bact in #195
  • Fix 'build.plugins.plugin.version' is missing warning by @bact in #193
  • Add a test- case to flag if the JSON Schema file need to be updated by @bact in #194
  • Update SPDX libraries version in POM by @bact in #198
  • Use URI.create().toURL() instead of the deprecated URL() constructor by @bact in #197
  • Normalize whitespace in schema compare unit test by @goneall in #199

New Contributors

Full Changelog: v1.1.8...v2.0.0

Release Candidate 2 for version 2.0.0 of the SPDX Java Tools

01 Feb 22:59
131285e

Choose a tag to compare

What's Changed

  • See the SPDX Java Library release notes for notes on the library changes
  • Fix typos in variable and protected method names by @bact in #177
  • Fix typo for DOWNLOAD_FIELD_TEXT value by @bact in #176
  • Update schemas to the 3.0.1 released version by @goneall in #178
  • Remove unused code + add asserts in OwlToXSDTest.java test case by @bact in #174
  • Handle null before access to creation info / license info by @bact in #175
  • Initialize models in the Main by @goneall in #179
  • Update versions for SPDX libraries by @goneall in #187

New Contributors

  • @bact made their first contribution in #177

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

Release candidate 1 of version 2.0 of the SPDX Java Tools

15 Dec 04:07
c91fa7b

Choose a tag to compare

What's Changed

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

Alpha version of SPDX Java Tools supporting the SPDX Spec version 3

06 Sep 02:16

Choose a tag to compare

This is an Alpha quality release of the SPDX Java RDF store which supports the SPDX Spec version 3

Although stable, it is not quite ready for production.

If you are using this package as a library, please note that there are several breaking changes.

For description of the migration and changes, please see the upgrading document in the SPDX Java Library repo.

Release 1.1.8 of the SPDX Java Tools

04 Jan 19:51

Choose a tag to compare

What's Changed

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

Release 1.1.7 of the SPDX Java Tools

11 May 15:10

Choose a tag to compare

What's Changed

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